Pull request #43501 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from b9de761c261a537a14564148a82d6d60db22307f+c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 (24666f657145a17a0ade31433a831396a20a9ddf) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43501@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-20T10:10:50.812Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-04-20T10:10:50.819Z] Trying to pass milestone 2 [Pipeline] milestone [2022-04-20T10:10:50.921Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-04-20T10:10:51.127Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-020d4c58e55789e88) in /home/ubuntu/workspace/moby_PR-43501 [Pipeline] { [Pipeline] checkout [2022-04-20T10:10:51.159Z] The recommended git tool is: git [2022-04-20T10:10:51.167Z] using credential docker-jenkins-github-credentials [2022-04-20T10:10:51.179Z] Cloning the remote Git repository [2022-04-20T10:10:51.179Z] Cloning with configured refspecs honoured and without tags [2022-04-20T10:10:51.193Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:10:51.194Z] > git init /home/ubuntu/workspace/moby_PR-43501 # timeout=10 [2022-04-20T10:10:51.198Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:10:51.198Z] > git --version # timeout=10 [2022-04-20T10:10:51.200Z] > git --version # 'git version 2.17.1' [2022-04-20T10:10:51.200Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:10:51.201Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:00.429Z] Fetching without tags [2022-04-20T10:11:00.587Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [2022-04-20T10:11:00.430Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:11:00.432Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:11:00.434Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:00.439Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:11:00.444Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:11:00.444Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:00.445Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:00.601Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:00.603Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:11:01.322Z] Merge succeeded, producing 032fb23269213d7b8411eff5fe43c81060d5abb1 [2022-04-20T10:11:01.322Z] Checking out Revision 032fb23269213d7b8411eff5fe43c81060d5abb1 (PR-43501) [2022-04-20T10:11:01.514Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:11:01.521Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-20T10:11:01.110Z] > git remote # timeout=10 [2022-04-20T10:11:01.113Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:11:01.115Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:01.115Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:11:01.331Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-20T10:11:01.337Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:01.338Z] > git checkout -f 032fb23269213d7b8411eff5fe43c81060d5abb1 # timeout=10 [2022-04-20T10:11:01.530Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [2022-04-20T10:11:02.227Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43501:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2022-04-20T10:11:02.227Z] Unable to find image 'alpine:latest' locally [2022-04-20T10:11:02.227Z] latest: Pulling from library/alpine [2022-04-20T10:11:02.485Z] df9b9388f04a: Pulling fs layer [2022-04-20T10:11:02.485Z] df9b9388f04a: Download complete [2022-04-20T10:11:02.743Z] df9b9388f04a: Pull complete [2022-04-20T10:11:02.743Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-20T10:11:02.743Z] Status: Downloaded newer image for alpine:latest [2022-04-20T10:11:05.271Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) [Pipeline] node [Pipeline] node [2022-04-20T10:11:05.514Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-020d4c58e55789e88) in /home/ubuntu/workspace/moby_PR-43501 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [2022-04-20T10:11:05.532Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0f8815fd14b4fd208) in /home/ubuntu/workspace/moby_PR-43501 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [2022-04-20T10:11:05.539Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-09acb31c1f8466064) in /home/ubuntu/workspace/moby_PR-43501 [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] { [2022-04-20T10:11:05.580Z] The recommended git tool is: git [2022-04-20T10:11:05.588Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-04-20T10:11:05.597Z] Fetching changes from the remote Git repository [2022-04-20T10:11:05.601Z] The recommended git tool is: git [2022-04-20T10:11:05.602Z] Fetching without tags [2022-04-20T10:11:05.609Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] { [2022-04-20T10:11:05.616Z] Cloning the remote Git repository [2022-04-20T10:11:05.616Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-04-20T10:11:05.678Z] The recommended git tool is: git [2022-04-20T10:11:05.688Z] using credential docker-jenkins-github-credentials Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-04-20T10:11:05.697Z] Cloning the remote Git repository [2022-04-20T10:11:05.697Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [2022-04-20T10:11:05.762Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-04-20T10:11:05.979Z] Merge succeeded, producing 0bcdfd6509af3af461190eca74a72c4faa8aaa19 [2022-04-20T10:11:05.979Z] Checking out Revision 0bcdfd6509af3af461190eca74a72c4faa8aaa19 (PR-43501) [2022-04-20T10:11:06.023Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:11:06.027Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-20T10:11:05.607Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43501/.git # timeout=10 [2022-04-20T10:11:05.612Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:11:05.617Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:11:05.617Z] > git --version # timeout=10 [2022-04-20T10:11:05.619Z] > git --version # 'git version 2.17.1' [2022-04-20T10:11:05.619Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:05.619Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:05.777Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:05.779Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:11:05.922Z] > git remote # timeout=10 [2022-04-20T10:11:05.924Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:11:05.926Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:05.926Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:11:05.988Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-20T10:11:05.993Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:05.995Z] > git checkout -f 0bcdfd6509af3af461190eca74a72c4faa8aaa19 # timeout=10 [2022-04-20T10:11:06.037Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [2022-04-20T10:11:05.614Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:11:05.615Z] > git init /home/ubuntu/workspace/moby_PR-43501 # timeout=10 [2022-04-20T10:11:05.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:11:05.629Z] > git --version # timeout=10 [2022-04-20T10:11:05.634Z] > git --version # 'git version 2.25.1' [2022-04-20T10:11:05.634Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:05.635Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:06.653Z] + [ PR != PR ] [2022-04-20T10:11:06.653Z] + [ master != master ] [2022-04-20T10:11:06.653Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [2022-04-20T10:11:05.706Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:11:05.706Z] > git init /home/ubuntu/workspace/moby_PR-43501 # timeout=10 [2022-04-20T10:11:05.720Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:11:05.721Z] > git --version # timeout=10 [2022-04-20T10:11:05.728Z] > git --version # 'git version 2.25.1' [2022-04-20T10:11:05.729Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:05.729Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-20T10:11:06.973Z] + docker version [2022-04-20T10:11:06.974Z] Client: Docker Engine - Community [2022-04-20T10:11:06.974Z] Version: 20.10.14 [2022-04-20T10:11:06.974Z] API version: 1.41 [2022-04-20T10:11:06.974Z] Go version: go1.16.15 [2022-04-20T10:11:06.974Z] Git commit: a224086 [2022-04-20T10:11:06.974Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-20T10:11:06.974Z] OS/Arch: linux/amd64 [2022-04-20T10:11:06.974Z] Context: default [2022-04-20T10:11:06.974Z] Experimental: true [2022-04-20T10:11:06.974Z] [2022-04-20T10:11:06.974Z] Server: Docker Engine - Community [2022-04-20T10:11:06.974Z] Engine: [2022-04-20T10:11:06.974Z] Version: 20.10.14 [2022-04-20T10:11:06.974Z] API version: 1.41 (minimum version 1.12) [2022-04-20T10:11:06.974Z] Go version: go1.16.15 [2022-04-20T10:11:06.974Z] Git commit: 87a90dc [2022-04-20T10:11:06.974Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-20T10:11:06.974Z] OS/Arch: linux/amd64 [2022-04-20T10:11:06.974Z] Experimental: true [2022-04-20T10:11:06.974Z] containerd: [2022-04-20T10:11:06.974Z] Version: 1.5.11 [2022-04-20T10:11:06.974Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:11:06.974Z] runc: [2022-04-20T10:11:06.974Z] Version: 1.0.3 [2022-04-20T10:11:06.974Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-20T10:11:06.974Z] docker-init: [2022-04-20T10:11:06.974Z] Version: 0.19.0 [2022-04-20T10:11:06.974Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-20T10:11:07.251Z] + docker info [2022-04-20T10:11:07.251Z] Client: [2022-04-20T10:11:07.251Z] Context: default [2022-04-20T10:11:07.251Z] Debug Mode: false [2022-04-20T10:11:07.251Z] Plugins: [2022-04-20T10:11:07.251Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-20T10:11:07.251Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-20T10:11:07.251Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-20T10:11:07.251Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-20T10:11:07.251Z] [2022-04-20T10:11:07.251Z] Server: [2022-04-20T10:11:07.251Z] Containers: 0 [2022-04-20T10:11:07.251Z] Running: 0 [2022-04-20T10:11:07.251Z] Paused: 0 [2022-04-20T10:11:07.251Z] Stopped: 0 [2022-04-20T10:11:07.251Z] Images: 3 [2022-04-20T10:11:07.251Z] Server Version: 20.10.14 [2022-04-20T10:11:07.251Z] Storage Driver: overlay2 [2022-04-20T10:11:07.251Z] Backing Filesystem: extfs [2022-04-20T10:11:07.251Z] Supports d_type: true [2022-04-20T10:11:07.251Z] Native Overlay Diff: true [2022-04-20T10:11:07.251Z] userxattr: false [2022-04-20T10:11:07.251Z] Logging Driver: json-file [2022-04-20T10:11:07.251Z] Cgroup Driver: cgroupfs [2022-04-20T10:11:07.251Z] Cgroup Version: 1 [2022-04-20T10:11:07.251Z] Plugins: [2022-04-20T10:11:07.251Z] Volume: local [2022-04-20T10:11:07.251Z] Network: bridge host ipvlan macvlan null overlay [2022-04-20T10:11:07.252Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-20T10:11:07.252Z] Swarm: inactive [2022-04-20T10:11:07.252Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-20T10:11:07.252Z] Default Runtime: runc [2022-04-20T10:11:07.252Z] Init Binary: docker-init [2022-04-20T10:11:07.252Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:11:07.252Z] runc version: v1.0.3-0-gf46b6ba [2022-04-20T10:11:07.252Z] init version: de40ad0 [2022-04-20T10:11:07.252Z] Security Options: [2022-04-20T10:11:07.252Z] apparmor [2022-04-20T10:11:07.252Z] seccomp [2022-04-20T10:11:07.252Z] Profile: default [2022-04-20T10:11:07.252Z] Kernel Version: 5.4.0-1071-aws [2022-04-20T10:11:07.252Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-20T10:11:07.252Z] OSType: linux [2022-04-20T10:11:07.252Z] Architecture: x86_64 [2022-04-20T10:11:07.252Z] CPUs: 8 [2022-04-20T10:11:07.252Z] Total Memory: 30.58GiB [2022-04-20T10:11:07.252Z] Name: ip-10-100-125-198 [2022-04-20T10:11:07.252Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-20T10:11:07.252Z] Docker Root Dir: /var/lib/docker [2022-04-20T10:11:07.252Z] Debug Mode: false [2022-04-20T10:11:07.252Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:11:07.252Z] Labels: [2022-04-20T10:11:07.252Z] Experimental: true [2022-04-20T10:11:07.252Z] Insecure Registries: [2022-04-20T10:11:07.252Z] 127.0.0.0/8 [2022-04-20T10:11:07.252Z] Live Restore Enabled: true [2022-04-20T10:11:07.252Z] [2022-04-20T10:11:07.252Z] WARNING: No swap limit support [Pipeline] sh [2022-04-20T10:11:07.530Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:11:07.530Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:11:07.530Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43501/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-20T10:11:07.530Z] + bash /home/ubuntu/workspace/moby_PR-43501/check-config.sh [2022-04-20T10:11:07.530Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-20T10:11:07.530Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-20T10:11:07.530Z] [2022-04-20T10:11:07.530Z] Generally Necessary: [2022-04-20T10:11:07.530Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-20T10:11:07.530Z] - apparmor: enabled and tools installed [2022-04-20T10:11:07.530Z] - CONFIG_NAMESPACES: enabled [2022-04-20T10:11:07.530Z] - CONFIG_NET_NS: enabled [2022-04-20T10:11:07.530Z] - CONFIG_PID_NS: enabled [2022-04-20T10:11:07.530Z] - CONFIG_IPC_NS: enabled [2022-04-20T10:11:07.530Z] - CONFIG_UTS_NS: enabled [2022-04-20T10:11:07.530Z] - CONFIG_CGROUPS: enabled [2022-04-20T10:11:07.530Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-20T10:11:07.530Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-20T10:11:07.530Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-20T10:11:07.530Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-20T10:11:07.530Z] - CONFIG_CPUSETS: enabled [2022-04-20T10:11:07.530Z] - CONFIG_MEMCG: enabled [2022-04-20T10:11:07.530Z] - CONFIG_KEYS: enabled [2022-04-20T10:11:07.530Z] - CONFIG_VETH: enabled (as module) [2022-04-20T10:11:07.530Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-20T10:11:07.530Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-20T10:11:07.530Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-20T10:11:07.530Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-20T10:11:07.530Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-20T10:11:07.788Z] - CONFIG_CGROUP_BPF: enabled [2022-04-20T10:11:07.788Z] [2022-04-20T10:11:07.788Z] Optional Features: [2022-04-20T10:11:07.788Z] - CONFIG_USER_NS: enabled [2022-04-20T10:11:07.788Z] - CONFIG_SECCOMP: enabled [2022-04-20T10:11:07.788Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-20T10:11:07.788Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-20T10:11:07.788Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-20T10:11:07.788Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-20T10:11:07.788Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-20T10:11:07.788Z] - CONFIG_BLK_CGROUP: enabled [2022-04-20T10:11:07.788Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-20T10:11:07.788Z] - CONFIG_CGROUP_PERF: enabled [2022-04-20T10:11:07.788Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-20T10:11:07.788Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-20T10:11:07.788Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-20T10:11:07.788Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-20T10:11:07.788Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-20T10:11:07.788Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_IP_VS: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-20T10:11:07.788Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-20T10:11:07.788Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-20T10:11:07.788Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-20T10:11:07.788Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-20T10:11:07.788Z] - CONFIG_EXT4_FS: enabled [2022-04-20T10:11:07.788Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-20T10:11:07.788Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-20T10:11:07.788Z] - Network Drivers: [2022-04-20T10:11:07.788Z] - "overlay": [2022-04-20T10:11:07.788Z] - CONFIG_VXLAN: enabled (as module) [2022-04-20T10:11:07.788Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-20T10:11:07.788Z] Optional (for encrypted networks): [2022-04-20T10:11:08.046Z] - CONFIG_CRYPTO: enabled [2022-04-20T10:11:08.046Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-20T10:11:08.046Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-20T10:11:08.046Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-20T10:11:08.046Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-20T10:11:08.046Z] - CONFIG_XFRM: enabled [2022-04-20T10:11:08.046Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-20T10:11:08.046Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-20T10:11:08.046Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-20T10:11:08.046Z] - "ipvlan": [2022-04-20T10:11:08.046Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-20T10:11:08.046Z] - "macvlan": [2022-04-20T10:11:08.046Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-20T10:11:08.046Z] - CONFIG_DUMMY: enabled (as module) [2022-04-20T10:11:08.046Z] - "ftp,tftp client in container": [2022-04-20T10:11:08.046Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-20T10:11:08.046Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-20T10:11:08.046Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-20T10:11:08.046Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-20T10:11:08.046Z] - Storage Drivers: [2022-04-20T10:11:08.046Z] - "aufs": [2022-04-20T10:11:08.046Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-20T10:11:08.046Z] - "btrfs": [2022-04-20T10:11:08.046Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-20T10:11:08.046Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-20T10:11:08.046Z] - "devicemapper": [2022-04-20T10:11:08.046Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-20T10:11:08.046Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-20T10:11:08.046Z] - "overlay": [2022-04-20T10:11:08.046Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-20T10:11:08.046Z] - "zfs": [2022-04-20T10:11:08.046Z] - /dev/zfs: present [2022-04-20T10:11:08.046Z] - zfs command: missing [2022-04-20T10:11:08.046Z] - zpool command: missing [2022-04-20T10:11:08.046Z] [2022-04-20T10:11:08.046Z] Limits: [2022-04-20T10:11:08.046Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-20T10:11:08.046Z] [2022-04-20T10:11:08.046Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-20T10:11:08.374Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 . [2022-04-20T10:11:08.374Z] #1 [internal] load build definition from Dockerfile [2022-04-20T10:11:08.374Z] #1 sha256:c4bc7715ff98c40417d1838e31d06d9b0fa529aa66b8defdb9d838f06ccea270 [2022-04-20T10:11:08.374Z] #1 transferring dockerfile: 16.77kB done [2022-04-20T10:11:08.374Z] #1 DONE 0.0s [2022-04-20T10:11:08.374Z] [2022-04-20T10:11:08.374Z] #2 [internal] load .dockerignore [2022-04-20T10:11:08.374Z] #2 sha256:10ee5db842c1a7e2cda64c7ddd4c74d08dc0edfddf7780b33188454e625200f0 [2022-04-20T10:11:08.374Z] #2 transferring context: 87B done [2022-04-20T10:11:08.374Z] #2 DONE 0.0s [2022-04-20T10:11:08.374Z] [2022-04-20T10:11:08.374Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-20T10:11:08.374Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-20T10:11:08.632Z] #3 DONE 0.1s [2022-04-20T10:11:08.632Z] [2022-04-20T10:11:08.632Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-20T10:11:08.632Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-20T10:11:08.632Z] #4 CACHED [2022-04-20T10:11:08.891Z] [2022-04-20T10:11:08.891Z] #6 [internal] load build definition from Dockerfile [2022-04-20T10:11:08.891Z] #6 sha256:5a2fac8275bbe521f61f6d20db4527c9c7ec8768ce17ca89815acf7c71290e04 [2022-04-20T10:11:08.891Z] #6 DONE 0.0s [2022-04-20T10:11:08.891Z] [2022-04-20T10:11:08.891Z] #5 [internal] load .dockerignore [2022-04-20T10:11:08.891Z] #5 sha256:b1fbb912be69d1da36e8bd0ec17fb356a346e453c04906b27079cb0341ef6ad6 [2022-04-20T10:11:08.891Z] #5 DONE 0.0s [2022-04-20T10:11:08.891Z] [2022-04-20T10:11:08.891Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-20T10:11:08.891Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-20T10:11:08.891Z] #7 DONE 0.1s [2022-04-20T10:11:08.891Z] [2022-04-20T10:11:08.891Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-20T10:11:08.891Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-20T10:11:08.891Z] #10 DONE 0.1s [2022-04-20T10:11:08.891Z] [2022-04-20T10:11:08.891Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:11:08.891Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-20T10:11:08.891Z] #9 DONE 0.2s [2022-04-20T10:11:08.891Z] [2022-04-20T10:11:08.891Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:11:08.891Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-20T10:11:08.891Z] #8 DONE 0.3s [2022-04-20T10:11:09.150Z] [2022-04-20T10:11:09.150Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:11:09.150Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-20T10:11:09.150Z] #76 DONE 0.0s [2022-04-20T10:11:09.150Z] [2022-04-20T10:11:09.150Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:11:09.150Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-20T10:11:09.150Z] #74 DONE 0.0s [2022-04-20T10:11:09.150Z] [2022-04-20T10:11:09.150Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:11:09.150Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:11:09.150Z] #11 DONE 0.0s [2022-04-20T10:11:09.150Z] [2022-04-20T10:11:09.150Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:11:09.150Z] #35 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:11:09.150Z] #35 DONE 0.0s [2022-04-20T10:11:09.150Z] [2022-04-20T10:11:09.150Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-20T10:11:09.150Z] #12 sha256:8ad65979998e8d27f0d5f56900d24ed661b16ef90101cc198c4b1d518a559f3e [2022-04-20T10:11:09.150Z] #12 CACHED [2022-04-20T10:11:09.150Z] [2022-04-20T10:11:09.150Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-20T10:11:09.150Z] #13 sha256:fd394a1e781e3bc8abbfae211f1ab4ee6783260746d1ab147d8f813e313342dc [2022-04-20T10:11:09.150Z] #13 CACHED [2022-04-20T10:11:09.150Z] [2022-04-20T10:11:09.150Z] #31 [internal] load build context [2022-04-20T10:11:09.150Z] #31 sha256:e20e91024857cf3efdb03b77ceef1619022f9339f69022cfdaf1ca8df7dfde91 [2022-04-20T10:11:09.411Z] #31 ... [2022-04-20T10:11:09.411Z] [2022-04-20T10:11:09.411Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-20T10:11:09.411Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-20T10:11:09.411Z] #52 DONE 0.4s [2022-04-20T10:11:09.411Z] [2022-04-20T10:11:09.411Z] #31 [internal] load build context [2022-04-20T10:11:09.411Z] #31 sha256:e20e91024857cf3efdb03b77ceef1619022f9339f69022cfdaf1ca8df7dfde91 [2022-04-20T10:11:09.684Z] #31 ... [2022-04-20T10:11:09.684Z] [2022-04-20T10:11:09.684Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-04-20T10:11:09.684Z] #14 sha256:029b8d5a2e157538c9b01b8c261be130fb716ab81209b84fbf53507ba6111dc6 [2022-04-20T10:11:09.684Z] #14 DONE 0.6s [2022-04-20T10:11:09.684Z] [2022-04-20T10:11:09.684Z] #31 [internal] load build context [2022-04-20T10:11:09.684Z] #31 sha256:e20e91024857cf3efdb03b77ceef1619022f9339f69022cfdaf1ca8df7dfde91 [2022-04-20T10:11:09.942Z] #31 transferring context: 60.74MB 0.9s done [2022-04-20T10:11:09.942Z] #31 DONE 1.0s [2022-04-20T10:11:09.942Z] [2022-04-20T10:11:09.942Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-04-20T10:11:09.942Z] #15 sha256:67e5988b8f9d459922ee79f9ff125f1c741f5aef21c76447114265cd57b38921 [2022-04-20T10:11:10.200Z] #15 DONE 0.6s [2022-04-20T10:11:10.458Z] [2022-04-20T10:11:10.458Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-04-20T10:11:10.458Z] #16 sha256:c776bbfa9847e797a12706dc379981f9e2da7f1a3ca43b54302cbe5009f659d1 [2022-04-20T10:11:10.715Z] #16 DONE 0.4s [2022-04-20T10:11:10.715Z] [2022-04-20T10:11:10.715Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-04-20T10:11:10.715Z] #17 sha256:ca5091bfce08940c2ad15f8d51c564cdc95670c46dcbdaa2e093fd5c2484161c [2022-04-20T10:11:10.974Z] #17 DONE 0.4s [2022-04-20T10:11:11.233Z] [2022-04-20T10:11:11.233Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-04-20T10:11:11.233Z] #18 sha256:d5ec385ef63ac959d0c787446b855ee2a213968b1f18b4ebe331d07deb699c15 [2022-04-20T10:11:11.491Z] #18 DONE 0.4s [2022-04-20T10:11:11.749Z] [2022-04-20T10:11:11.749Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-20T10:11:11.749Z] #19 sha256:36c11ccdafcd6be34bbaa06b9e19f892bab1f57d4511c8a39adddc754f3e356c [2022-04-20T10:11:12.315Z] #19 0.826 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:11:12.573Z] #19 1.015 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:11:12.832Z] #19 1.183 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:11:12.832Z] #19 1.186 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-20T10:11:12.832Z] #19 1.261 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-20T10:11:12.832Z] #19 1.319 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-20T10:11:12.832Z] #19 1.369 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-20T10:11:12.832Z] #19 1.419 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-20T10:11:13.090Z] #19 1.470 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:11:13.090Z] #19 1.522 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:11:13.090Z] #19 1.523 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-20T10:11:13.090Z] #19 1.523 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-20T10:11:13.090Z] #19 1.524 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-20T10:11:13.090Z] #19 1.525 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-20T10:11:13.090Z] #19 1.525 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-20T10:11:13.090Z] #19 1.526 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-20T10:11:13.090Z] #19 1.526 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-20T10:11:13.090Z] #19 1.526 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-20T10:11:13.090Z] #19 1.526 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-20T10:11:13.090Z] #19 1.527 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-20T10:11:13.090Z] #19 1.527 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:11:17.936Z] Fetching without tags [2022-04-20T10:11:18.154Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [2022-04-20T10:11:17.910Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:11:17.916Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:11:17.926Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:17.938Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:11:17.946Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:11:17.946Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:17.947Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:18.163Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:18.167Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:11:19.437Z] Merge succeeded, producing 9de8618ce40dcf65115828ac97b99a8007b721df [2022-04-20T10:11:19.437Z] Checking out Revision 9de8618ce40dcf65115828ac97b99a8007b721df (PR-43501) [2022-04-20T10:11:19.495Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:11:19.505Z] First time build. Skipping changelog. [2022-04-20T10:11:19.644Z] #19 7.124 Fetched 48.9 MB in 7s (7264 kB/s) [Pipeline] withEnv [Pipeline] { [2022-04-20T10:11:18.706Z] > git remote # timeout=10 [2022-04-20T10:11:18.713Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:11:18.719Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:18.720Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:11:19.438Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-20T10:11:19.446Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:19.450Z] > git checkout -f 9de8618ce40dcf65115828ac97b99a8007b721df # timeout=10 [2022-04-20T10:11:19.504Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-20T10:11:20.209Z] + docker version [2022-04-20T10:11:20.209Z] Client: Docker Engine - Community [2022-04-20T10:11:20.209Z] Version: 20.10.14 [2022-04-20T10:11:20.209Z] API version: 1.41 [2022-04-20T10:11:20.209Z] Go version: go1.16.15 [2022-04-20T10:11:20.209Z] Git commit: a224086 [2022-04-20T10:11:20.209Z] Built: Thu Mar 24 01:47:20 2022 [2022-04-20T10:11:20.209Z] OS/Arch: linux/arm64 [2022-04-20T10:11:20.209Z] Context: default [2022-04-20T10:11:20.209Z] Experimental: true [2022-04-20T10:11:20.209Z] [2022-04-20T10:11:20.209Z] Server: Docker Engine - Community [2022-04-20T10:11:20.209Z] Engine: [2022-04-20T10:11:20.209Z] Version: 20.10.14 [2022-04-20T10:11:20.209Z] API version: 1.41 (minimum version 1.12) [2022-04-20T10:11:20.209Z] Go version: go1.16.15 [2022-04-20T10:11:20.209Z] Git commit: 87a90dc [2022-04-20T10:11:20.209Z] Built: Thu Mar 24 01:45:39 2022 [2022-04-20T10:11:20.209Z] OS/Arch: linux/arm64 [2022-04-20T10:11:20.209Z] Experimental: true [2022-04-20T10:11:20.209Z] containerd: [2022-04-20T10:11:20.209Z] Version: 1.5.11 [2022-04-20T10:11:20.209Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:11:20.209Z] runc: [2022-04-20T10:11:20.209Z] Version: 1.0.3 [2022-04-20T10:11:20.209Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-20T10:11:20.209Z] docker-init: [2022-04-20T10:11:20.209Z] Version: 0.19.0 [2022-04-20T10:11:20.209Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-20T10:11:20.493Z] + docker info [2022-04-20T10:11:20.514Z] Still waiting to schedule task [2022-04-20T10:11:20.514Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f36104572a01416b)’ is offline [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.514Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] Still waiting to schedule task [2022-04-20T10:11:20.515Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f36104572a01416b)’ is offline [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.515Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.516Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-20T10:11:20.523Z] Still waiting to schedule task [2022-04-20T10:11:20.523Z] Waiting for next available executor on ‘azwin-2-15d940’ [2022-04-20T10:11:20.524Z] Still waiting to schedule task [2022-04-20T10:11:20.524Z] Waiting for next available executor on ‘windows-2022’ [2022-04-20T10:11:20.525Z] Still waiting to schedule task [2022-04-20T10:11:20.525Z] Waiting for next available executor on ‘windows-2022’ [2022-04-20T10:11:20.902Z] Fetching without tags [2022-04-20T10:11:21.063Z] Client: [2022-04-20T10:11:21.063Z] Context: default [2022-04-20T10:11:21.063Z] Debug Mode: false [2022-04-20T10:11:21.063Z] Plugins: [2022-04-20T10:11:21.063Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-20T10:11:21.063Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-20T10:11:21.063Z] [2022-04-20T10:11:21.063Z] Server: [2022-04-20T10:11:21.063Z] Containers: 0 [2022-04-20T10:11:21.063Z] Running: 0 [2022-04-20T10:11:21.063Z] Paused: 0 [2022-04-20T10:11:21.063Z] Stopped: 0 [2022-04-20T10:11:21.063Z] Images: 2 [2022-04-20T10:11:21.063Z] Server Version: 20.10.14 [2022-04-20T10:11:21.063Z] Storage Driver: overlay2 [2022-04-20T10:11:21.063Z] Backing Filesystem: extfs [2022-04-20T10:11:21.063Z] Supports d_type: true [2022-04-20T10:11:21.063Z] Native Overlay Diff: true [2022-04-20T10:11:21.063Z] userxattr: false [2022-04-20T10:11:21.063Z] Logging Driver: json-file [2022-04-20T10:11:21.063Z] Cgroup Driver: cgroupfs [2022-04-20T10:11:21.063Z] Cgroup Version: 1 [2022-04-20T10:11:21.063Z] Plugins: [2022-04-20T10:11:21.063Z] Volume: local [2022-04-20T10:11:21.063Z] Network: bridge host ipvlan macvlan null overlay [2022-04-20T10:11:21.063Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-20T10:11:21.063Z] Swarm: inactive [2022-04-20T10:11:21.063Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-20T10:11:21.063Z] Default Runtime: runc [2022-04-20T10:11:21.063Z] Init Binary: docker-init [2022-04-20T10:11:21.063Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:11:21.063Z] runc version: v1.0.3-0-gf46b6ba [2022-04-20T10:11:21.063Z] init version: de40ad0 [2022-04-20T10:11:21.063Z] Security Options: [2022-04-20T10:11:21.063Z] apparmor [2022-04-20T10:11:21.063Z] seccomp [2022-04-20T10:11:21.063Z] Profile: default [2022-04-20T10:11:21.063Z] Kernel Version: 5.13.0-1021-aws [2022-04-20T10:11:21.063Z] Operating System: Ubuntu 20.04.4 LTS [2022-04-20T10:11:21.063Z] OSType: linux [2022-04-20T10:11:21.063Z] Architecture: aarch64 [2022-04-20T10:11:21.063Z] CPUs: 2 [2022-04-20T10:11:21.063Z] Total Memory: 7.578GiB [2022-04-20T10:11:21.063Z] Name: ip-10-100-53-69 [2022-04-20T10:11:21.063Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-04-20T10:11:21.063Z] Docker Root Dir: /var/lib/docker [2022-04-20T10:11:21.063Z] Debug Mode: false [2022-04-20T10:11:21.063Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:11:21.063Z] Labels: [2022-04-20T10:11:21.063Z] Experimental: true [2022-04-20T10:11:21.063Z] Insecure Registries: [2022-04-20T10:11:21.063Z] 127.0.0.0/8 [2022-04-20T10:11:21.063Z] Live Restore Enabled: true [2022-04-20T10:11:21.063Z] [Pipeline] sh [2022-04-20T10:11:21.098Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [2022-04-20T10:11:21.347Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:11:21.347Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:11:21.347Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43501/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-20T10:11:21.347Z] + bash /home/ubuntu/workspace/moby_PR-43501/check-config.sh [2022-04-20T10:11:21.347Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-20T10:11:21.347Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-04-20T10:11:21.347Z] [2022-04-20T10:11:21.347Z] Generally Necessary: [2022-04-20T10:11:21.347Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-20T10:11:21.347Z] - apparmor: enabled and tools installed [2022-04-20T10:11:21.347Z] - CONFIG_NAMESPACES: enabled [2022-04-20T10:11:21.347Z] - CONFIG_NET_NS: enabled [2022-04-20T10:11:21.347Z] - CONFIG_PID_NS: enabled [2022-04-20T10:11:21.347Z] - CONFIG_IPC_NS: enabled [2022-04-20T10:11:21.347Z] - CONFIG_UTS_NS: enabled [2022-04-20T10:11:21.347Z] - CONFIG_CGROUPS: enabled [2022-04-20T10:11:21.347Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-20T10:11:21.347Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-20T10:11:21.347Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-20T10:11:21.347Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-20T10:11:21.347Z] - CONFIG_CPUSETS: enabled [2022-04-20T10:11:21.347Z] - CONFIG_MEMCG: enabled [2022-04-20T10:11:21.347Z] - CONFIG_KEYS: enabled [2022-04-20T10:11:21.347Z] - CONFIG_VETH: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-20T10:11:21.347Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-20T10:11:21.347Z] - CONFIG_CGROUP_BPF: enabled [2022-04-20T10:11:21.347Z] [2022-04-20T10:11:21.347Z] Optional Features: [2022-04-20T10:11:20.879Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:11:20.882Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:11:20.887Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:20.895Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:11:20.901Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:11:20.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:20.902Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:11:21.096Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:21.110Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:11:21.543Z] #19 7.124 Reading package lists... [2022-04-20T10:11:21.607Z] - CONFIG_USER_NS: enabled [2022-04-20T10:11:21.607Z] - CONFIG_SECCOMP: enabled [2022-04-20T10:11:21.607Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-20T10:11:21.607Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-20T10:11:21.607Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-20T10:11:21.607Z] (cgroup swap accounting is currently enabled) [2022-04-20T10:11:21.607Z] - CONFIG_BLK_CGROUP: enabled [2022-04-20T10:11:21.607Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-20T10:11:21.607Z] - CONFIG_CGROUP_PERF: enabled [2022-04-20T10:11:21.607Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-20T10:11:21.607Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-20T10:11:21.607Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-20T10:11:21.607Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-20T10:11:21.607Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-20T10:11:21.607Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-20T10:11:21.607Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-20T10:11:21.607Z] - CONFIG_IP_VS: enabled (as module) [2022-04-20T10:11:21.607Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-20T10:11:21.607Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-20T10:11:21.607Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-20T10:11:21.607Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-20T10:11:21.607Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-20T10:11:21.607Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-20T10:11:21.607Z] - CONFIG_EXT4_FS: enabled [2022-04-20T10:11:21.607Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-20T10:11:21.607Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-20T10:11:21.607Z] - Network Drivers: [2022-04-20T10:11:21.607Z] - "overlay": [2022-04-20T10:11:21.607Z] - CONFIG_VXLAN: enabled (as module) [2022-04-20T10:11:21.607Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-20T10:11:21.607Z] Optional (for encrypted networks): [2022-04-20T10:11:21.866Z] - CONFIG_CRYPTO: enabled [2022-04-20T10:11:21.866Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-20T10:11:21.866Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-20T10:11:21.866Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-20T10:11:21.866Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-20T10:11:21.866Z] - CONFIG_XFRM: enabled [2022-04-20T10:11:21.866Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-20T10:11:21.866Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-20T10:11:21.866Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-20T10:11:21.866Z] - "ipvlan": [2022-04-20T10:11:21.866Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-20T10:11:21.866Z] - "macvlan": [2022-04-20T10:11:21.866Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-20T10:11:21.867Z] - CONFIG_DUMMY: enabled (as module) [2022-04-20T10:11:21.867Z] - "ftp,tftp client in container": [2022-04-20T10:11:21.867Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-20T10:11:21.867Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-20T10:11:21.867Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-20T10:11:21.867Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-20T10:11:21.867Z] - Storage Drivers: [2022-04-20T10:11:21.867Z] - "aufs": [2022-04-20T10:11:21.867Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-20T10:11:21.867Z] - "btrfs": [2022-04-20T10:11:21.867Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-20T10:11:21.867Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-20T10:11:21.867Z] - "devicemapper": [2022-04-20T10:11:21.867Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-20T10:11:21.867Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-20T10:11:21.867Z] - "overlay": [2022-04-20T10:11:21.867Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-20T10:11:21.867Z] - "zfs": [2022-04-20T10:11:21.867Z] - /dev/zfs: present [2022-04-20T10:11:21.867Z] - zfs command: missing [2022-04-20T10:11:21.867Z] - zpool command: missing [2022-04-20T10:11:21.867Z] [2022-04-20T10:11:21.867Z] Limits: [2022-04-20T10:11:21.867Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-20T10:11:21.867Z] [2022-04-20T10:11:21.867Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-20T10:11:22.197Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9de8618ce40dcf65115828ac97b99a8007b721df . [2022-04-20T10:11:22.357Z] Merge succeeded, producing 166e380b745cb3cdacf68c67069b6bdb9402adf2 [2022-04-20T10:11:22.358Z] Checking out Revision 166e380b745cb3cdacf68c67069b6bdb9402adf2 (PR-43501) [2022-04-20T10:11:22.420Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:11:22.431Z] First time build. Skipping changelog. [2022-04-20T10:11:22.456Z] #1 [internal] load build definition from Dockerfile [2022-04-20T10:11:22.457Z] #1 sha256:64b062f72c20c6640b054ae379161dc83ccef19d70ab5f02b22bf01a85419f06 [2022-04-20T10:11:22.457Z] #1 transferring dockerfile: 16.77kB done [2022-04-20T10:11:22.457Z] #1 DONE 0.0s [2022-04-20T10:11:22.457Z] [2022-04-20T10:11:22.457Z] #2 [internal] load .dockerignore [2022-04-20T10:11:22.457Z] #2 sha256:83450fb53ac49a93f176b8070dff2e36d099f25dc1c4814963806207543302f6 [2022-04-20T10:11:22.457Z] #2 transferring context: 87B done [2022-04-20T10:11:22.457Z] #2 DONE 0.0s [2022-04-20T10:11:22.457Z] [2022-04-20T10:11:22.457Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-20T10:11:22.457Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-04-20T10:11:22.457Z] #3 DONE 0.1s [2022-04-20T10:11:22.457Z] [2022-04-20T10:11:22.457Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-20T10:11:22.457Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-04-20T10:11:22.457Z] #4 CACHED [2022-04-20T10:11:22.721Z] [2022-04-20T10:11:22.721Z] #5 [internal] load build definition from Dockerfile [2022-04-20T10:11:22.721Z] #5 sha256:bc8a40c30564c2fea96542255a3bf6475072c1209fadf7eddc83b858f8528c41 [2022-04-20T10:11:22.721Z] #5 DONE 0.0s [2022-04-20T10:11:22.721Z] [2022-04-20T10:11:22.721Z] #6 [internal] load .dockerignore [2022-04-20T10:11:22.721Z] #6 sha256:7d77c3de196e2aedb321b2e2c02f459989f2dfa2c116a30c904856459596e8ff [2022-04-20T10:11:22.721Z] #6 DONE 0.0s [2022-04-20T10:11:22.721Z] [2022-04-20T10:11:22.721Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:11:22.721Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-20T10:11:22.721Z] #9 DONE 0.1s [2022-04-20T10:11:22.721Z] [2022-04-20T10:11:22.721Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-20T10:11:22.721Z] #10 sha256:0c04842a993ab37b5efcfeba8885896103dd0fb72409f51bf912d6fb7af6c37f [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-20T10:11:22.985Z] #10 DONE 0.1s [2022-04-20T10:11:22.985Z] [2022-04-20T10:11:22.985Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:11:22.985Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-20T10:11:22.985Z] #8 DONE 0.1s [2022-04-20T10:11:22.985Z] [2022-04-20T10:11:22.985Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-20T10:11:22.985Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-04-20T10:11:22.985Z] #7 DONE 0.1s [2022-04-20T10:11:23.054Z] + docker version [2022-04-20T10:11:23.054Z] Client: Docker Engine - Community [2022-04-20T10:11:23.054Z] Version: 20.10.14 [2022-04-20T10:11:23.054Z] API version: 1.41 [2022-04-20T10:11:23.054Z] Go version: go1.16.15 [2022-04-20T10:11:23.054Z] Git commit: a224086 [2022-04-20T10:11:23.054Z] Built: Thu Mar 24 01:48:02 2022 [2022-04-20T10:11:23.054Z] OS/Arch: linux/amd64 [2022-04-20T10:11:23.054Z] Context: default [2022-04-20T10:11:23.054Z] Experimental: true [2022-04-20T10:11:23.054Z] [2022-04-20T10:11:23.054Z] Server: Docker Engine - Community [2022-04-20T10:11:23.054Z] Engine: [2022-04-20T10:11:23.054Z] Version: 20.10.14 [2022-04-20T10:11:23.054Z] API version: 1.41 (minimum version 1.12) [2022-04-20T10:11:23.054Z] Go version: go1.16.15 [2022-04-20T10:11:23.054Z] Git commit: 87a90dc [2022-04-20T10:11:23.054Z] Built: Thu Mar 24 01:45:53 2022 [2022-04-20T10:11:23.054Z] OS/Arch: linux/amd64 [2022-04-20T10:11:23.054Z] Experimental: true [2022-04-20T10:11:23.054Z] containerd: [2022-04-20T10:11:23.054Z] Version: 1.5.11 [2022-04-20T10:11:23.054Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:11:23.054Z] runc: [2022-04-20T10:11:23.054Z] Version: 1.0.3 [2022-04-20T10:11:23.054Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-20T10:11:23.054Z] docker-init: [2022-04-20T10:11:23.054Z] Version: 0.19.0 [2022-04-20T10:11:23.054Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-20T10:11:23.252Z] [2022-04-20T10:11:23.252Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:11:23.252Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-20T10:11:23.252Z] #69 DONE 0.0s [2022-04-20T10:11:23.252Z] [2022-04-20T10:11:23.252Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:11:23.252Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-20T10:11:23.252Z] #67 DONE 0.0s [2022-04-20T10:11:23.252Z] [2022-04-20T10:11:23.252Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:11:23.252Z] #28 sha256:5826096a45164235a209c58e0e508cd8cca80fe076cdf9f023f860a0c5b5261f [2022-04-20T10:11:23.252Z] #28 DONE 0.0s [2022-04-20T10:11:23.252Z] [2022-04-20T10:11:23.252Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:11:23.252Z] #11 sha256:be6db7773a0f965ecd223081de33e51f52bbcf2fdeca7706ee0e645935972760 [2022-04-20T10:11:23.252Z] #11 DONE 0.0s [2022-04-20T10:11:23.252Z] [2022-04-20T10:11:23.252Z] #24 [internal] load build context [2022-04-20T10:11:23.252Z] #24 sha256:cc525166336e0b3ecbc4968d3417b45df8bbaff182c67f62411f3a83cd920d8d [2022-04-20T10:11:21.739Z] > git remote # timeout=10 [2022-04-20T10:11:21.746Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:11:21.749Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:11:21.749Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:11:22.348Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-20T10:11:22.356Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:11:22.362Z] > git checkout -f 166e380b745cb3cdacf68c67069b6bdb9402adf2 # timeout=10 [2022-04-20T10:11:22.419Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [2022-04-20T10:11:23.345Z] + docker info [2022-04-20T10:11:23.518Z] #24 ... [2022-04-20T10:11:23.518Z] [2022-04-20T10:11:23.518Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-20T10:11:23.518Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-20T10:11:23.518Z] #45 DONE 0.4s [2022-04-20T10:11:23.518Z] [2022-04-20T10:11:23.518Z] #24 [internal] load build context [2022-04-20T10:11:23.518Z] #24 sha256:cc525166336e0b3ecbc4968d3417b45df8bbaff182c67f62411f3a83cd920d8d [2022-04-20T10:11:24.465Z] #24 transferring context: 60.74MB 1.2s done [2022-04-20T10:11:24.465Z] #24 DONE 1.3s [2022-04-20T10:11:24.465Z] [2022-04-20T10:11:24.465Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:11:24.465Z] #58 sha256:b3581ee07ba0ab47a6c4bd842ab7485a66102eef849c92f1993ae1725f31d7dd [2022-04-20T10:11:24.465Z] #58 CACHED [2022-04-20T10:11:24.465Z] [2022-04-20T10:11:24.465Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-20T10:11:24.465Z] #33 sha256:b1b1317ac13882975522da491b12fa2a72a966ab2024dd14f50f1a95801d0842 [2022-04-20T10:11:24.465Z] #33 CACHED [2022-04-20T10:11:24.465Z] [2022-04-20T10:11:24.465Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:11:24.465Z] #53 sha256:12711b9b6f095fb0ca7ee0ad35d490a57808fc7c3c947f37908fbb95cb1037e8 [2022-04-20T10:11:24.465Z] #53 CACHED [2022-04-20T10:11:24.465Z] [2022-04-20T10:11:24.465Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-20T10:11:24.465Z] #50 sha256:5af733e7794c7c1d5853bda3494d6a139f09a76e2ae8248bccd4f6d8b184072f [2022-04-20T10:11:24.465Z] #50 CACHED [2022-04-20T10:11:24.465Z] [2022-04-20T10:11:24.466Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #66 sha256:07775739b1cc1ebcb2cbd615bbf7bb589c5d4af34154d32d120a2258a68712f4 [2022-04-20T10:11:24.466Z] #66 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-20T10:11:24.466Z] #59 sha256:6270ef46b9b4ea98eb8c7a616b81c60de66b897186fe8532e781e7934d1ec477 [2022-04-20T10:11:24.466Z] #59 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-20T10:11:24.466Z] #19 sha256:3f253fd43e1714858e1282709a86b15dbda44d8fab6aa8e9a372feaa26d11f35 [2022-04-20T10:11:24.466Z] #19 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-20T10:11:24.466Z] #32 sha256:2c9883f706d7c62b19594a09580085fc0fce71bfe1c5ccb10611a5831f3f1c12 [2022-04-20T10:11:24.466Z] #32 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:11:24.466Z] #63 sha256:2733280771a93f48993b9e6b4247979ba702056632ca8e7d4e818c464bb6ca92 [2022-04-20T10:11:24.466Z] #63 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-20T10:11:24.466Z] #29 sha256:c1f3b2014bc74553ac86a467fdb177e6b10b40d2757b0770a84bbf5ec9e5f195 [2022-04-20T10:11:24.466Z] #29 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-20T10:11:24.466Z] #25 sha256:de1562ba6348a555d6cd5e710b771211f2b1dbacc0bf45480631c85d3be12f4f [2022-04-20T10:11:24.466Z] #25 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #37 sha256:7217479b48d3db1a2ae2690d9fdaa66db33beb9f9ea085fcce8bc6d2952c0162 [2022-04-20T10:11:24.466Z] #37 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-20T10:11:24.466Z] #13 sha256:e1f49b949a6b95efbd72ca9411ef59dde93c20beffe0ac7c0f5f51afb5f6db1c [2022-04-20T10:11:24.466Z] #13 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-20T10:11:24.466Z] #16 sha256:3c59583625cfd452619e9bea23939cd2c5cdf4d44129e0435f44b9988267ade4 [2022-04-20T10:11:24.466Z] #16 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-20T10:11:24.466Z] #18 sha256:84163771fc7112938ab118aa03e8698b20d9784b1bcb4fbf53affd3814aaffe5 [2022-04-20T10:11:24.466Z] #18 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #71 sha256:9d92aea629702e142884e2bdd7793374f8b91e1385cbbddb44a446b515258c94 [2022-04-20T10:11:24.466Z] #71 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:11:24.466Z] #47 sha256:faf40b153ab7e97865abf672fc21c72f20ca17e0996c56d0460a647741cc3995 [2022-04-20T10:11:24.466Z] #47 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:11:24.466Z] #60 sha256:e4c43d3c95b0612be6ba036f6b7dc3cdad786ca934bef7d39980ea390d649caf [2022-04-20T10:11:24.466Z] #60 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-20T10:11:24.466Z] #42 sha256:bd49e740b20efd6db7395da8e756e72193e6453bf859072dbbe15773bd3f0749 [2022-04-20T10:11:24.466Z] #42 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-20T10:11:24.466Z] #31 sha256:d82c3c879f26121a321daaf989762bc595faa70a50f087439b58f968c2279ce2 [2022-04-20T10:11:24.466Z] #31 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:11:24.466Z] #51 sha256:a6bbe403a4881cc646e4b27b54694e000b00e15f6c92e11ea865229675bdd656 [2022-04-20T10:11:24.466Z] #51 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-20T10:11:24.466Z] #20 sha256:7209d734dea21bc1ad8b216e7eedaf232f7599f11632fabd7e93253ff787dba6 [2022-04-20T10:11:24.466Z] #20 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-20T10:11:24.466Z] #55 sha256:7fc984809d9d08265a3c81c635d1c486e4c837d2976319570596aa87054dd9ce [2022-04-20T10:11:24.466Z] #55 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-20T10:11:24.466Z] #15 sha256:a3aca0c84b36bfbc0c0cf58b2f0ab24149784cec1a63f2c87dca02ac3e6119fb [2022-04-20T10:11:24.466Z] #15 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #61 sha256:b9fd47d85fa6ef78c41a1b774666bbbc86eef51f90a264a238a6200a07ce5c05 [2022-04-20T10:11:24.466Z] #61 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:11:24.466Z] #36 sha256:435e1d2cb20c1f6ce433ebd11b851aa63a7d60f46c481f2f4e7389e9729aab9e [2022-04-20T10:11:24.466Z] #36 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:11:24.466Z] #34 sha256:e1f59f25fb47d6e9598f4d612dbb6d0170fd791561fc0cd14f4ecbe63d7cb6dd [2022-04-20T10:11:24.466Z] #34 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-04-20T10:11:24.466Z] #40 sha256:b83925caed32df54c420b25f226fab55faf52080d7fc02c04747ec2ee48e6367 [2022-04-20T10:11:24.466Z] #40 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:11:24.466Z] #43 sha256:3c6e603ab2ceb926f7b67e7af224ed90855540225b0fe3ab4ff7acbf8a9233e3 [2022-04-20T10:11:24.466Z] #43 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:11:24.466Z] #21 sha256:9ccbb75833ce4df4f360510ade256d53bc889ff9e1b3bdeb2ffe55fe03a7e747 [2022-04-20T10:11:24.466Z] #21 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:11:24.466Z] #49 sha256:5b12bdeaf335300ad62f2125c55e10f5f5e72b81d22ea007a9265418d1669842 [2022-04-20T10:11:24.466Z] #49 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-20T10:11:24.466Z] #23 sha256:3d7a47a04c21fffd83b7c36c0461d0bbe02433ddef5c805968b311a9b6dfc65d [2022-04-20T10:11:24.466Z] #23 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-20T10:11:24.466Z] #27 sha256:d8cfa5a7e161550b0ca2363ec30c172ce5fa314ba8b92bc61698dcebfcf29501 [2022-04-20T10:11:24.466Z] #27 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-20T10:11:24.466Z] #64 sha256:c3c66d766e7ad16a2122e39d9a2d19bf895ea3c25c70f77d1bc909be51e12fa1 [2022-04-20T10:11:24.466Z] #64 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-20T10:11:24.466Z] #12 sha256:11c5d3dcbb8a42ffebfe9957ea82c87d847173cb04d844cdc03204e68fbc0e56 [2022-04-20T10:11:24.466Z] #12 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #52 sha256:6f17402ca64f1399e4048fa701d9a9a3049f0d5c8f14ccaf361f004859bfd30a [2022-04-20T10:11:24.466Z] #52 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-20T10:11:24.466Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-04-20T10:11:24.466Z] #70 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:11:24.466Z] #56 sha256:53d5293dab8edf9e80e9c84f49ebe2006c16c1975728de9ceea56a389798dfd9 [2022-04-20T10:11:24.466Z] #56 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-20T10:11:24.466Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-04-20T10:11:24.466Z] #68 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #35 sha256:62fd2f3d8da3935adad706351a0f74c2b9fb2df9e6b71f223be5c686a302aa9f [2022-04-20T10:11:24.466Z] #35 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-20T10:11:24.466Z] #62 sha256:0a5eada50205c9ec5057fbd00bf979b834f3dd40647bbb4664b13e9bf2681695 [2022-04-20T10:11:24.466Z] #62 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:11:24.466Z] #38 sha256:11f2df6dade555e52daffde7bddf922c25dd681fb590a9ed8f78d3ba923009c6 [2022-04-20T10:11:24.466Z] #38 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-20T10:11:24.466Z] #39 sha256:0cd8458e6b10c1e8937dc465bfacb605369665f95fbdf96eeaaed70d1195b6b9 [2022-04-20T10:11:24.466Z] #39 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-04-20T10:11:24.466Z] #46 sha256:f582fff27ff2f7cf51563083aecd9315c17c18874c7a025a68fbbf2534dbef36 [2022-04-20T10:11:24.466Z] #46 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #57 sha256:7b9c80b3f3f449235bf1eff231365b767b84fd867de207311a1bd4a9d56b3d79 [2022-04-20T10:11:24.466Z] #57 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-20T10:11:24.466Z] #30 sha256:a0dab7e5e7715a6330f84f2a8b6103987465b38180f737e53fec88f8103a415d [2022-04-20T10:11:24.466Z] #30 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:11:24.466Z] #14 sha256:bb31b64a5fc23a0f36d303a4655e95109e19c30729c803496d5df1babb8469ae [2022-04-20T10:11:24.466Z] #14 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-04-20T10:11:24.466Z] #22 sha256:7a7f38588b1a37c01ec6a75d22bda6eac57b82b62f55fbd59521add4b52c4eb3 [2022-04-20T10:11:24.466Z] #22 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-20T10:11:24.466Z] #17 sha256:f9de740ec4b00360b4fc90c5a6273eb23f46876bd0e8f10cf1148da4395a7a07 [2022-04-20T10:11:24.466Z] #17 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-20T10:11:24.466Z] #65 sha256:4fc5fb06744b59554f742f7dde6711c719aa4121a6bc4a574652618dd58fd30d [2022-04-20T10:11:24.466Z] #65 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #54 sha256:0a90de4760955e92a57707ffc78bcdfbaa034a5f9a67e568d391955fc7156543 [2022-04-20T10:11:24.466Z] #54 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #48 sha256:e80d57b3b240ac2fb528412293380d50bde2256181d76ce9aa23c52a9e1086fe [2022-04-20T10:11:24.466Z] #48 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #44 sha256:4f26c088055088fda48dcb535c2e43a88a888622e5bffb995403ce929e6a8cd3 [2022-04-20T10:11:24.466Z] #44 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-20T10:11:24.466Z] #26 sha256:6c679b355669d10492a96f68a7659ce344856240723a8b1c9031abd7e98af715 [2022-04-20T10:11:24.466Z] #26 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-20T10:11:24.466Z] #41 sha256:31f38ef0187ff2e6e6ad6cf330d3d21b4a68a7ae1256e0ccdcacd3002d38799c [2022-04-20T10:11:24.466Z] #41 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-20T10:11:24.466Z] #72 sha256:efdbae9dd61c8880ba37c92b20f1327155e0e623e68ebe559008c70a764892e9 [2022-04-20T10:11:24.466Z] #72 CACHED [2022-04-20T10:11:24.466Z] [2022-04-20T10:11:24.466Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-20T10:11:24.466Z] #73 sha256:fc152993492ebb53c9cfe3533e962dbad46a9f9089c1ca7afa0e8552544b63a0 [2022-04-20T10:11:24.723Z] Client: [2022-04-20T10:11:24.723Z] Context: default [2022-04-20T10:11:24.723Z] Debug Mode: false [2022-04-20T10:11:24.723Z] Plugins: [2022-04-20T10:11:24.723Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-20T10:11:24.723Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-20T10:11:24.723Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-20T10:11:24.723Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-20T10:11:24.723Z] [2022-04-20T10:11:24.723Z] Server: [2022-04-20T10:11:24.723Z] Containers: 0 [2022-04-20T10:11:24.723Z] Running: 0 [2022-04-20T10:11:24.723Z] Paused: 0 [2022-04-20T10:11:24.723Z] Stopped: 0 [2022-04-20T10:11:24.723Z] Images: 2 [2022-04-20T10:11:24.723Z] Server Version: 20.10.14 [2022-04-20T10:11:24.723Z] Storage Driver: overlay2 [2022-04-20T10:11:24.723Z] Backing Filesystem: extfs [2022-04-20T10:11:24.723Z] Supports d_type: true [2022-04-20T10:11:24.723Z] Native Overlay Diff: true [2022-04-20T10:11:24.723Z] userxattr: false [2022-04-20T10:11:24.723Z] Logging Driver: json-file [2022-04-20T10:11:24.723Z] Cgroup Driver: systemd [2022-04-20T10:11:24.723Z] Cgroup Version: 2 [2022-04-20T10:11:24.723Z] Plugins: [2022-04-20T10:11:24.723Z] Volume: local [2022-04-20T10:11:24.723Z] Network: bridge host ipvlan macvlan null overlay [2022-04-20T10:11:24.723Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-20T10:11:24.723Z] Swarm: inactive [2022-04-20T10:11:24.723Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-20T10:11:24.723Z] Default Runtime: runc [2022-04-20T10:11:24.723Z] Init Binary: docker-init [2022-04-20T10:11:24.723Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:11:24.723Z] runc version: v1.0.3-0-gf46b6ba [2022-04-20T10:11:24.723Z] init version: de40ad0 [2022-04-20T10:11:24.723Z] Security Options: [2022-04-20T10:11:24.723Z] apparmor [2022-04-20T10:11:24.723Z] seccomp [2022-04-20T10:11:24.723Z] Profile: default [2022-04-20T10:11:24.723Z] cgroupns [2022-04-20T10:11:24.723Z] Kernel Version: 5.13.0-1021-aws [2022-04-20T10:11:24.723Z] Operating System: Ubuntu 20.04.4 LTS [2022-04-20T10:11:24.723Z] OSType: linux [2022-04-20T10:11:24.723Z] Architecture: x86_64 [2022-04-20T10:11:24.723Z] CPUs: 2 [2022-04-20T10:11:24.723Z] Total Memory: 7.476GiB [2022-04-20T10:11:24.723Z] Name: ip-10-100-33-70 [2022-04-20T10:11:24.723Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-04-20T10:11:24.723Z] Docker Root Dir: /var/lib/docker [2022-04-20T10:11:24.723Z] Debug Mode: false [2022-04-20T10:11:24.723Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:11:24.723Z] Labels: [2022-04-20T10:11:24.723Z] Experimental: true [2022-04-20T10:11:24.723Z] Insecure Registries: [2022-04-20T10:11:24.723Z] 127.0.0.0/8 [2022-04-20T10:11:24.723Z] Live Restore Enabled: true [2022-04-20T10:11:24.723Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-20T10:11:24.824Z] #19 10.06 Reading package lists... [2022-04-20T10:11:25.048Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:166e380b745cb3cdacf68c67069b6bdb9402adf2 . [2022-04-20T10:11:25.082Z] #19 12.98 Building dependency tree... [2022-04-20T10:11:25.307Z] #1 [internal] load build definition from Dockerfile [2022-04-20T10:11:25.307Z] #1 sha256:db205110e198ed5b54381e0ccb8c25f85da0834bcab8b3ee3a90fba3ddb85b0c [2022-04-20T10:11:25.307Z] #1 transferring dockerfile: 16.77kB done [2022-04-20T10:11:25.307Z] #1 DONE 0.0s [2022-04-20T10:11:25.307Z] [2022-04-20T10:11:25.307Z] #2 [internal] load .dockerignore [2022-04-20T10:11:25.307Z] #2 sha256:94fbc782c835440b9964348870675006b9229f17a7a08864ec183cad8dd133fd [2022-04-20T10:11:25.307Z] #2 transferring context: 87B done [2022-04-20T10:11:25.307Z] #2 DONE 0.0s [2022-04-20T10:11:25.307Z] [2022-04-20T10:11:25.307Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-20T10:11:25.307Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-20T10:11:25.307Z] #3 DONE 0.1s [2022-04-20T10:11:25.307Z] [2022-04-20T10:11:25.307Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-20T10:11:25.307Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-20T10:11:25.307Z] #4 CACHED [2022-04-20T10:11:25.405Z] #73 DONE 0.9s [2022-04-20T10:11:25.405Z] [2022-04-20T10:11:25.405Z] #74 exporting to image [2022-04-20T10:11:25.405Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-20T10:11:25.405Z] #74 exporting layers [2022-04-20T10:11:25.565Z] [2022-04-20T10:11:25.565Z] #5 [internal] load .dockerignore [2022-04-20T10:11:25.565Z] #5 sha256:14cd33daa5d80a1beb58a8f0b267d8321d14608dc7c01f294ffd48733772788d [2022-04-20T10:11:25.565Z] #5 DONE 0.0s [2022-04-20T10:11:25.565Z] [2022-04-20T10:11:25.565Z] #6 [internal] load build definition from Dockerfile [2022-04-20T10:11:25.565Z] #6 sha256:9cb97a20ec470baf7f028b7edf0fad4fbd62d846366b23f32c9f57e713a28647 [2022-04-20T10:11:25.565Z] #6 DONE 0.0s [2022-04-20T10:11:25.565Z] [2022-04-20T10:11:25.565Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:11:25.565Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-20T10:11:25.648Z] #19 14.16 The following additional packages will be installed: [2022-04-20T10:11:25.648Z] #19 14.16 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-04-20T10:11:25.648Z] #19 14.16 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-04-20T10:11:25.648Z] #19 14.16 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-04-20T10:11:25.648Z] #19 14.16 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-04-20T10:11:25.648Z] #19 14.16 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-04-20T10:11:25.648Z] #19 14.16 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-04-20T10:11:25.648Z] #19 14.16 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-04-20T10:11:25.648Z] #19 14.16 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-04-20T10:11:25.648Z] #19 14.16 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.16 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-04-20T10:11:25.648Z] #19 14.16 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-04-20T10:11:25.648Z] #19 14.16 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-04-20T10:11:25.648Z] #19 14.16 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-04-20T10:11:25.648Z] #19 14.16 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-04-20T10:11:25.648Z] #19 14.16 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-04-20T10:11:25.648Z] #19 14.16 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-04-20T10:11:25.648Z] #19 14.17 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-04-20T10:11:25.648Z] #19 14.17 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-04-20T10:11:25.648Z] #19 14.17 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-04-20T10:11:25.648Z] #19 14.17 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-04-20T10:11:25.648Z] #19 14.17 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-04-20T10:11:25.648Z] #19 14.17 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-04-20T10:11:25.648Z] #19 14.17 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-04-20T10:11:25.648Z] #19 14.17 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-04-20T10:11:25.648Z] #19 14.17 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-04-20T10:11:25.648Z] #19 14.17 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-04-20T10:11:25.648Z] #19 14.17 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-04-20T10:11:25.648Z] #19 14.17 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-04-20T10:11:25.648Z] #19 14.17 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-04-20T10:11:25.648Z] #19 14.17 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-04-20T10:11:25.648Z] #19 14.17 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-04-20T10:11:25.648Z] #19 14.17 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-04-20T10:11:25.648Z] #19 14.17 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-04-20T10:11:25.648Z] #19 14.17 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-04-20T10:11:25.648Z] #19 14.17 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-04-20T10:11:25.648Z] #19 14.17 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-04-20T10:11:25.648Z] #19 14.17 linux-libc-dev-s390x-cross patch xz-utils [2022-04-20T10:11:25.648Z] #19 14.18 Suggested packages: [2022-04-20T10:11:25.648Z] #19 14.18 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-04-20T10:11:25.648Z] #19 14.18 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.18 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-04-20T10:11:25.648Z] #19 14.18 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-04-20T10:11:25.648Z] #19 14.18 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-04-20T10:11:25.648Z] #19 14.18 libyaml-shell-perl ed diffutils-doc [2022-04-20T10:11:25.648Z] #19 14.18 Recommended packages: [2022-04-20T10:11:25.648Z] #19 14.18 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-04-20T10:11:25.648Z] #19 14.18 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-04-20T10:11:25.826Z] #10 DONE 0.1s [2022-04-20T10:11:25.826Z] [2022-04-20T10:11:25.826Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-20T10:11:25.826Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-20T10:11:25.826Z] #7 DONE 0.1s [2022-04-20T10:11:25.826Z] [2022-04-20T10:11:25.826Z] #8 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-20T10:11:25.826Z] #8 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-20T10:11:25.826Z] #8 DONE 0.1s [2022-04-20T10:11:25.826Z] [2022-04-20T10:11:25.826Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:11:25.826Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-20T10:11:25.826Z] #9 DONE 0.1s [2022-04-20T10:11:26.085Z] [2022-04-20T10:11:26.085Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:11:26.085Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-20T10:11:26.085Z] #67 DONE 0.0s [2022-04-20T10:11:26.085Z] [2022-04-20T10:11:26.085Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:11:26.085Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-20T10:11:26.085Z] #69 DONE 0.0s [2022-04-20T10:11:26.085Z] [2022-04-20T10:11:26.085Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:11:26.085Z] #28 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:11:26.085Z] #28 DONE 0.0s [2022-04-20T10:11:26.085Z] [2022-04-20T10:11:26.085Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:11:26.085Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:11:26.085Z] #11 DONE 0.0s [2022-04-20T10:11:26.085Z] [2022-04-20T10:11:26.085Z] #24 [internal] load build context [2022-04-20T10:11:26.085Z] #24 sha256:4ee9b9af2107681c83ab25191a35109d4fc8a4f0fca9d24bc268c390c01453e7 [2022-04-20T10:11:26.345Z] #74 exporting layers 0.9s done [2022-04-20T10:11:26.345Z] #74 writing image sha256:e6870c95ebb8eb25aeff73b3daafc795bac2525a2c9e790030da52b6f31ad2a5 [2022-04-20T10:11:26.345Z] #74 writing image sha256:e6870c95ebb8eb25aeff73b3daafc795bac2525a2c9e790030da52b6f31ad2a5 done [2022-04-20T10:11:26.345Z] #74 naming to docker.io/library/docker:9de8618ce40dcf65115828ac97b99a8007b721df done [2022-04-20T10:11:26.345Z] #74 DONE 1.0s [2022-04-20T10:11:26.351Z] #24 ... [2022-04-20T10:11:26.351Z] [2022-04-20T10:11:26.351Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-20T10:11:26.351Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-20T10:11:26.351Z] #45 DONE 0.4s [2022-04-20T10:11:26.351Z] [2022-04-20T10:11:26.351Z] #24 [internal] load build context [2022-04-20T10:11:26.351Z] #24 sha256:4ee9b9af2107681c83ab25191a35109d4fc8a4f0fca9d24bc268c390c01453e7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-04-20T10:11:26.677Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-04-20T10:11:26.961Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9de8618ce40dcf65115828ac97b99a8007b721df -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9de8618ce40dcf65115828ac97b99a8007b721df hack/test/unit [2022-04-20T10:11:27.021Z] #19 15.34 The following NEW packages will be installed: [2022-04-20T10:11:27.021Z] #19 15.34 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-04-20T10:11:27.021Z] #19 15.34 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-04-20T10:11:27.021Z] #19 15.34 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-04-20T10:11:27.021Z] #19 15.34 crossbuild-essential-armel crossbuild-essential-armhf [2022-04-20T10:11:27.021Z] #19 15.34 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-04-20T10:11:27.021Z] #19 15.34 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-04-20T10:11:27.021Z] #19 15.34 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-04-20T10:11:27.021Z] #19 15.34 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-04-20T10:11:27.021Z] #19 15.34 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-04-20T10:11:27.021Z] #19 15.34 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-04-20T10:11:27.021Z] #19 15.34 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-04-20T10:11:27.021Z] #19 15.34 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-04-20T10:11:27.021Z] #19 15.34 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-04-20T10:11:27.021Z] #19 15.34 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-04-20T10:11:27.021Z] #19 15.34 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-04-20T10:11:27.021Z] #19 15.34 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-04-20T10:11:27.021Z] #19 15.34 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-04-20T10:11:27.021Z] #19 15.34 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-04-20T10:11:27.021Z] #19 15.34 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-04-20T10:11:27.021Z] #19 15.34 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-04-20T10:11:27.021Z] #19 15.34 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-04-20T10:11:27.021Z] #19 15.34 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-04-20T10:11:27.021Z] #19 15.34 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-04-20T10:11:27.021Z] #19 15.34 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-04-20T10:11:27.021Z] #19 15.34 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-04-20T10:11:27.021Z] #19 15.34 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-04-20T10:11:27.021Z] #19 15.34 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-04-20T10:11:27.021Z] #19 15.34 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-04-20T10:11:27.021Z] #19 15.34 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-04-20T10:11:27.021Z] #19 15.34 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-04-20T10:11:27.021Z] #19 15.34 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-04-20T10:11:27.021Z] #19 15.34 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-04-20T10:11:27.021Z] #19 15.34 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-04-20T10:11:27.021Z] #19 15.34 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-04-20T10:11:27.021Z] #19 15.34 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-04-20T10:11:27.021Z] #19 15.34 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-04-20T10:11:27.021Z] #19 15.34 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-04-20T10:11:27.021Z] #19 15.34 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-04-20T10:11:27.021Z] #19 15.34 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-04-20T10:11:27.021Z] #19 15.34 linux-libc-dev-s390x-cross patch xz-utils [2022-04-20T10:11:27.220Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-04-20T10:11:27.220Z] + TESTFLAGS+=' -test.timeout=5m' [2022-04-20T10:11:27.220Z] + TESTDIRS=./... [2022-04-20T10:11:27.220Z] + exclude_paths='/vendor/|/integration' [2022-04-20T10:11:27.220Z] ++ go list ./... [2022-04-20T10:11:27.220Z] ++ grep -vE '(/vendor/|/integration)' [2022-04-20T10:11:27.279Z] #19 15.65 0 upgraded, 133 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:11:27.279Z] #19 15.65 Need to get 787 MB of archives. [2022-04-20T10:11:27.279Z] #19 15.65 After this operation, 3385 MB of additional disk space will be used. [2022-04-20T10:11:27.279Z] #19 15.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-04-20T10:11:27.279Z] #19 15.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-20T10:11:27.279Z] #19 15.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-04-20T10:11:27.279Z] #19 15.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-04-20T10:11:27.279Z] #19 15.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-04-20T10:11:27.279Z] #19 15.66 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-04-20T10:11:27.279Z] #19 15.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-04-20T10:11:27.279Z] #19 15.69 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-04-20T10:11:27.279Z] #19 15.71 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-04-20T10:11:27.279Z] #19 15.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-04-20T10:11:27.279Z] #19 15.75 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-04-20T10:11:27.279Z] #19 15.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-04-20T10:11:27.279Z] #19 15.77 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-04-20T10:11:27.737Z] #24 transferring context: 60.72MB 1.7s done [2022-04-20T10:11:27.737Z] #24 DONE 1.8s [2022-04-20T10:11:27.845Z] #19 16.11 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-04-20T10:11:27.845Z] #19 16.11 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-04-20T10:11:27.845Z] #19 16.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-04-20T10:11:27.997Z] [2022-04-20T10:11:27.997Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-20T10:11:27.998Z] #30 sha256:6e0107161bc78dcc903402472cf872acbdde12799f839e16bd28187fdd2325f3 [2022-04-20T10:11:27.998Z] #30 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #57 sha256:d65b1d7d2cfe9a7284ee0607300bc4e4009bf0f86838b6ee0c61e51f6dddd471 [2022-04-20T10:11:27.998Z] #57 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-20T10:11:27.998Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-20T10:11:27.998Z] #68 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:11:27.998Z] #36 sha256:639fb02fd57d18cab6475357b1fa3403fc7c9a19a980eeb78b19785f7673ba62 [2022-04-20T10:11:27.998Z] #36 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:11:27.998Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:11:27.998Z] #43 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #52 sha256:689c55773625bc85959894c39cd95f6b5b24683d6891831c054aa73d39c01604 [2022-04-20T10:11:27.998Z] #52 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:11:27.998Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:11:27.998Z] #51 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:11:27.998Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:11:27.998Z] #14 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:11:27.998Z] #53 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:11:27.998Z] #53 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-20T10:11:27.998Z] #16 sha256:000d8a3f42c107ce93aaa1d83bdb5919b5e1e68f6ccd8e8194dedd85cf5f074f [2022-04-20T10:11:27.998Z] #16 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-20T10:11:27.998Z] #18 sha256:e290d47ed71591f974214291e5d1deb39ccf9c450a7f51864a0ad852e000edf5 [2022-04-20T10:11:27.998Z] #18 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-20T10:11:27.998Z] #12 sha256:8ad65979998e8d27f0d5f56900d24ed661b16ef90101cc198c4b1d518a559f3e [2022-04-20T10:11:27.998Z] #12 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-20T10:11:27.998Z] #33 sha256:7b7231920d65a2ae194c0bba43fa7dc8912a98ac13df84be6154753fe919c440 [2022-04-20T10:11:27.998Z] #33 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-20T10:11:27.998Z] #55 sha256:f891b365bb08249e264f87b96b61f6bb648a1b5e96a2bc443037e2790776b562 [2022-04-20T10:11:27.998Z] #55 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-20T10:11:27.998Z] #17 sha256:0e0a1ce8a6a76cb2af96001c400285bfef0db9e70da6f02632b3798ffc112e73 [2022-04-20T10:11:27.998Z] #17 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-20T10:11:27.998Z] #15 sha256:309b34a5df4761a80eae4e645d11425229369cd0801369e078705306d69f2ffd [2022-04-20T10:11:27.998Z] #15 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #48 sha256:102a888ab3cbd7a7233b58af96971e5f131613e376ac038cdcb927b212208d70 [2022-04-20T10:11:27.998Z] #48 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-20T10:11:27.998Z] #26 sha256:8b202b878840b0cf074792f4d7c53073b797f141dc47936506a8642220a9b06f [2022-04-20T10:11:27.998Z] #26 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:11:27.998Z] #58 sha256:4a92ccd8160d1126fc918b8f39762ee124fd53ebfd9d33285891cd289f4e5ff8 [2022-04-20T10:11:27.998Z] #58 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-04-20T10:11:27.998Z] #22 sha256:7bb7714b9e1cfe9480431e0255c8eb009e8d5589b0295f7bd119fee3c8f0fb64 [2022-04-20T10:11:27.998Z] #22 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-20T10:11:27.998Z] #25 sha256:4542404cc87d114fd903230e5292187e8aee433df732f439b9921b172f85b264 [2022-04-20T10:11:27.998Z] #25 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #61 sha256:a43a7baba8908925c5c3860e72b374fe2f68c1681aff976b4ee6c2d1425905a8 [2022-04-20T10:11:27.998Z] #61 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-20T10:11:27.998Z] #23 sha256:befcb33ff2c19b714ddd5d2f790d55ad59013be981a88919123195ceffa7333a [2022-04-20T10:11:27.998Z] #23 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:11:27.998Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:11:27.998Z] #38 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-20T10:11:27.998Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-20T10:11:27.998Z] #70 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:11:27.998Z] #21 sha256:0f22208c508b38e32dfc2a9ff73d2e4fe078833933f88dbcc9425dec5b235c81 [2022-04-20T10:11:27.998Z] #21 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:11:27.998Z] #56 sha256:4a83fa5a494ee52744ad1e9d4dbde157a62f0c605595864558469215729e469e [2022-04-20T10:11:27.998Z] #56 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-20T10:11:27.998Z] #32 sha256:d992540958ab691191087bbfc4e5b00384aba29d53c4070772a4745daec2bd65 [2022-04-20T10:11:27.998Z] #32 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-04-20T10:11:27.998Z] #46 sha256:4e3b504c94550df1ab38467abbff9455e91f50dcfc8c1ddca9f16eec562ef723 [2022-04-20T10:11:27.998Z] #46 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-20T10:11:27.998Z] #20 sha256:b58c0de32be1b2fad89c038a37d722d15eae1a2114e7843405914688c361d331 [2022-04-20T10:11:27.998Z] #20 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:11:27.998Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:11:27.998Z] #47 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-20T10:11:27.998Z] #39 sha256:154a41e8ac05754c8ea43d90188250bbed17e109dc5b1e4fbcf80e2773a269fd [2022-04-20T10:11:27.998Z] #39 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-20T10:11:27.998Z] #65 sha256:0d22058c749860a93bd31ede41b4953dde2a4ff25f90650059afa52c2583afa3 [2022-04-20T10:11:27.998Z] #65 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #54 sha256:230e4849c394d5b97b2aa58083cffde774a98b5f345347f6f8a363f54ab583e2 [2022-04-20T10:11:27.998Z] #54 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #50 sha256:591f4fed52157dc6894e72083ad763d41e1ca7e5320887f9c681194fcdf2b5ff [2022-04-20T10:11:27.998Z] #50 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-20T10:11:27.998Z] #59 sha256:a45ab3c55e6be1a13d4f578f796a40394aff1db2afb32f86f36a2e98cfb0e368 [2022-04-20T10:11:27.998Z] #59 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-20T10:11:27.998Z] #64 sha256:39108f782906c40d0fb35cf34802ab26d27206f06ca39abb6ed71a3675a9c2fd [2022-04-20T10:11:27.998Z] #64 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-04-20T10:11:27.998Z] #40 sha256:62c231d37c307cafd051bb90ddbcc0a7dde96af52312bbad2e31557ca6565045 [2022-04-20T10:11:27.998Z] #40 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #35 sha256:5c237cf35320f8c92f7f094176757ff8c335ebfc8dc8c3df6414aacafaa9fec8 [2022-04-20T10:11:27.998Z] #35 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-20T10:11:27.998Z] #29 sha256:42dd826ca065878ba4cf3dd6c1a5db1c6adb4a081bfbe3d2a5631d224a8477d5 [2022-04-20T10:11:27.998Z] #29 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #44 sha256:1f0562f6d29db9d0b92c009eb1f3e7b4dece5b5a3434f7f948c0013e7a65d5e2 [2022-04-20T10:11:27.998Z] #44 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-20T10:11:27.998Z] #62 sha256:3c27f97fa17d2308d661e474403ec463d9aa2d1415cc15c6556e5e0baa3e01f1 [2022-04-20T10:11:27.998Z] #62 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #66 sha256:8fa60f1ecb68c8735f600202d9b86e6f94e244dbed59f758b437a4769a35cfaf [2022-04-20T10:11:27.998Z] #66 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:11:27.998Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:11:27.998Z] #34 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-20T10:11:27.998Z] #72 sha256:569407c7bf0d40f8b7e627a7990bce29eaace714dfdd1d91f0f8893019ab1669 [2022-04-20T10:11:27.998Z] #72 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #41 sha256:0ffe3fcbec138f9e99374707ed45e6972bdc21aa235b9459f75db4ff73818c5c [2022-04-20T10:11:27.998Z] #41 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:11:27.998Z] #63 sha256:f08e46b0ffec284005b6b0cdcee00a274071ee96ab6846c00ec3fb54807ea947 [2022-04-20T10:11:27.998Z] #63 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #73 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-04-20T10:11:27.998Z] #73 sha256:9113b6b0aa6d6e30f653a5a823af9be55f6f3242d934ac22fa9eedd44e0a31a6 [2022-04-20T10:11:27.998Z] #73 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #37 sha256:84b36d67902d18fe92eca317f573e587ba8b0f636f03026bb1478a196dd874d2 [2022-04-20T10:11:27.998Z] #37 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-20T10:11:27.998Z] #13 sha256:fd394a1e781e3bc8abbfae211f1ab4ee6783260746d1ab147d8f813e313342dc [2022-04-20T10:11:27.998Z] #13 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-20T10:11:27.998Z] #27 sha256:ddeffddf0851b8b2a4a5e257603252acf910f814fb6f7e15bd60a954e4aa26ae [2022-04-20T10:11:27.998Z] #27 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-20T10:11:27.998Z] #31 sha256:1c6227f068a307e6a5de75c3a57fa5460c4984bd61843069632867bde1736835 [2022-04-20T10:11:27.998Z] #31 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-20T10:11:27.998Z] #71 sha256:bdcac32bdc1612016046c61a40079d5294638e2b268410d066d80cfa17ab486d [2022-04-20T10:11:27.998Z] #71 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-20T10:11:27.998Z] #19 sha256:b728a2e43e5a5c46b05355f632e57ed6789f23f04d4f429cacbd1ad3f3cd7263 [2022-04-20T10:11:27.998Z] #19 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:11:27.998Z] #49 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:11:27.998Z] #49 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:11:27.998Z] #60 sha256:b28c9b44b56e4ca886291bb365200950ce198563f5ca3dddcd14395ce1a1c13f [2022-04-20T10:11:27.998Z] #60 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-20T10:11:27.998Z] #42 sha256:bb879fd9cd66538bd7907c810a31f792c6d8db071ac291d7bfe8b34e4a76bc53 [2022-04-20T10:11:27.998Z] #42 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #74 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-04-20T10:11:27.998Z] #74 sha256:b8e196b755ef1bbd5b998b1013bdad4a6ecca891e07be1cf765a157b7387bdca [2022-04-20T10:11:27.998Z] #74 CACHED [2022-04-20T10:11:27.998Z] [2022-04-20T10:11:27.998Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-20T10:11:27.998Z] #75 sha256:63f580d61db3f7957f3cb455925fe173985608680c697017456115408c127bc1 [2022-04-20T10:11:28.103Z] #19 16.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-04-20T10:11:28.161Z] + pkg_list='github.com/docker/docker/api [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/backend [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/container [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/events [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/filters [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/image [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/mount [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/network [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/registry [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/time [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/versions [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:11:28.161Z] github.com/docker/docker/api/types/volume [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:11:28.161Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:11:28.161Z] github.com/docker/docker/cli [2022-04-20T10:11:28.161Z] github.com/docker/docker/cli/config [2022-04-20T10:11:28.161Z] github.com/docker/docker/cli/debug [2022-04-20T10:11:28.161Z] github.com/docker/docker/client [2022-04-20T10:11:28.161Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:11:28.161Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:11:28.161Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:11:28.161Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:11:28.161Z] github.com/docker/docker/container [2022-04-20T10:11:28.161Z] github.com/docker/docker/container/stream [2022-04-20T10:11:28.161Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:11:28.161Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:11:28.161Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/config [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/events [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/exec [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/images [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/links [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/names [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/network [2022-04-20T10:11:28.161Z] github.com/docker/docker/daemon/stats [2022-04-20T10:11:28.161Z] github.com/docker/docker/distribution [2022-04-20T10:11:28.161Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:11:28.161Z] github.com/docker/docker/distribution/utils [2022-04-20T10:11:28.161Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:11:28.161Z] github.com/docker/docker/dockerversion [2022-04-20T10:11:28.161Z] github.com/docker/docker/errdefs [2022-04-20T10:11:28.161Z] github.com/docker/docker/image [2022-04-20T10:11:28.161Z] github.com/docker/docker/image/cache [2022-04-20T10:11:28.161Z] github.com/docker/docker/image/tarexport [2022-04-20T10:11:28.161Z] github.com/docker/docker/image/v1 [2022-04-20T10:11:28.161Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:11:28.161Z] github.com/docker/docker/layer [2022-04-20T10:11:28.161Z] github.com/docker/docker/libcontainerd [2022-04-20T10:11:28.161Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:11:28.161Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:11:28.161Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:11:28.161Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/libnetwork/types [2022-04-20T10:11:28.161Z] github.com/docker/docker/oci [2022-04-20T10:11:28.161Z] github.com/docker/docker/oci/caps [2022-04-20T10:11:28.161Z] github.com/docker/docker/opts [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/archive [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/directory [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/platform [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/pools [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/progress [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/signal [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/stack [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/system [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:11:28.161Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:11:28.161Z] github.com/docker/docker/plugin [2022-04-20T10:11:28.161Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:11:28.161Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:11:28.161Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:11:28.161Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:11:28.161Z] github.com/docker/docker/quota [2022-04-20T10:11:28.161Z] github.com/docker/docker/reference [2022-04-20T10:11:28.161Z] github.com/docker/docker/registry [2022-04-20T10:11:28.161Z] github.com/docker/docker/registry/resumable [2022-04-20T10:11:28.161Z] github.com/docker/docker/restartmanager [2022-04-20T10:11:28.161Z] github.com/docker/docker/rootless [2022-04-20T10:11:28.161Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:11:28.161Z] github.com/docker/docker/runconfig [2022-04-20T10:11:28.161Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/environment [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/registry [2022-04-20T10:11:28.161Z] github.com/docker/docker/testutil/request [2022-04-20T10:11:28.161Z] github.com/docker/docker/volume [2022-04-20T10:11:28.161Z] github.com/docker/docker/volume/drivers [2022-04-20T10:11:28.161Z] github.com/docker/docker/volume/local [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/mounts [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/service [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:11:28.162Z] ++ echo 'github.com/docker/docker/api [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/backend [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/events [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/filters [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/image [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/mount [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/network [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/registry [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/time [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/versions [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/volume [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:11:28.162Z] github.com/docker/docker/cli [2022-04-20T10:11:28.162Z] github.com/docker/docker/cli/config [2022-04-20T10:11:28.162Z] github.com/docker/docker/cli/debug [2022-04-20T10:11:28.162Z] github.com/docker/docker/client [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:11:28.162Z] github.com/docker/docker/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/container/stream [2022-04-20T10:11:28.162Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:11:28.162Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:11:28.162Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/config [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/events [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/exec [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/images [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/links [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/names [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/network [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/stats [2022-04-20T10:11:28.162Z] github.com/docker/docker/distribution [2022-04-20T10:11:28.162Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:11:28.162Z] github.com/docker/docker/distribution/utils [2022-04-20T10:11:28.162Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:11:28.162Z] github.com/docker/docker/dockerversion [2022-04-20T10:11:28.162Z] github.com/docker/docker/errdefs [2022-04-20T10:11:28.162Z] github.com/docker/docker/image [2022-04-20T10:11:28.162Z] github.com/docker/docker/image/cache [2022-04-20T10:11:28.162Z] github.com/docker/docker/image/tarexport [2022-04-20T10:11:28.162Z] github.com/docker/docker/image/v1 [2022-04-20T10:11:28.162Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:11:28.162Z] github.com/docker/docker/layer [2022-04-20T10:11:28.162Z] github.com/docker/docker/libcontainerd [2022-04-20T10:11:28.162Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:11:28.162Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:11:28.162Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:11:28.162Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/libnetwork/types [2022-04-20T10:11:28.162Z] github.com/docker/docker/oci [2022-04-20T10:11:28.162Z] github.com/docker/docker/oci/caps [2022-04-20T10:11:28.162Z] github.com/docker/docker/opts [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/archive [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/directory [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/platform [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/pools [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/progress [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/signal [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/stack [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/system [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:11:28.162Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:11:28.162Z] github.com/docker/docker/plugin [2022-04-20T10:11:28.162Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:11:28.162Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:11:28.162Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:11:28.162Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:11:28.162Z] github.com/docker/docker/quota [2022-04-20T10:11:28.162Z] github.com/docker/docker/reference [2022-04-20T10:11:28.162Z] github.com/docker/docker/registry [2022-04-20T10:11:28.162Z] github.com/docker/docker/registry/resumable [2022-04-20T10:11:28.162Z] github.com/docker/docker/restartmanager [2022-04-20T10:11:28.162Z] github.com/docker/docker/rootless [2022-04-20T10:11:28.162Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:11:28.162Z] github.com/docker/docker/runconfig [2022-04-20T10:11:28.162Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:11:28.162Z] github.com/docker/doc++ grep --fixed-strings -v /libnetwork [2022-04-20T10:11:28.162Z] ker/testutil/environment [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/registry [2022-04-20T10:11:28.162Z] github.com/docker/docker/testutil/request [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/drivers [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/local [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/mounts [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/service [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:11:28.162Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:11:28.162Z] + base_pkg_list='github.com/docker/docker/api [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/backend [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/events [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/filters [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/image [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/mount [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/network [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/registry [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/time [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/versions [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:11:28.162Z] github.com/docker/docker/api/types/volume [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:11:28.162Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:11:28.162Z] github.com/docker/docker/cli [2022-04-20T10:11:28.162Z] github.com/docker/docker/cli/config [2022-04-20T10:11:28.162Z] github.com/docker/docker/cli/debug [2022-04-20T10:11:28.162Z] github.com/docker/docker/client [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:11:28.162Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:11:28.162Z] github.com/docker/docker/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/container/stream [2022-04-20T10:11:28.162Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:11:28.162Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:11:28.162Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/config [2022-04-20T10:11:28.162Z] github.com/docker/docker/daemon/events [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/exec [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/images [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/links [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/names [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/network [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/stats [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution/utils [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:11:28.163Z] github.com/docker/docker/dockerversion [2022-04-20T10:11:28.163Z] github.com/docker/docker/errdefs [2022-04-20T10:11:28.163Z] github.com/docker/docker/image [2022-04-20T10:11:28.163Z] github.com/docker/docker/image/cache [2022-04-20T10:11:28.163Z] github.com/docker/docker/image/tarexport [2022-04-20T10:11:28.163Z] github.com/docker/docker/image/v1 [2022-04-20T10:11:28.163Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:11:28.163Z] github.com/docker/docker/layer [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:11:28.163Z] github.com/docker/docker/oci [2022-04-20T10:11:28.163Z] github.com/docker/docker/oci/caps [2022-04-20T10:11:28.163Z] github.com/docker/docker/opts [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/archive [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/directory [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/platform [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/pools [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/progress [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/signal [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/stack [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/system [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:11:28.163Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:11:28.163Z] github.com/docker/docker/plugin [2022-04-20T10:11:28.163Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:11:28.163Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:11:28.163Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:11:28.163Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:11:28.163Z] github.com/docker/docker/quota [2022-04-20T10:11:28.163Z] github.com/docker/docker/reference [2022-04-20T10:11:28.163Z] github.com/docker/docker/registry [2022-04-20T10:11:28.163Z] github.com/docker/docker/registry/resumable [2022-04-20T10:11:28.163Z] github.com/docker/docker/restartmanager [2022-04-20T10:11:28.163Z] github.com/docker/docker/rootless [2022-04-20T10:11:28.163Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:11:28.163Z] github.com/docker/docker/runconfig [2022-04-20T10:11:28.163Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/environment [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/registry [2022-04-20T10:11:28.163Z] github.com/docker/docker/testutil/request [2022-04-20T10:11:28.163Z] github.com/docker/docker/volume [2022-04-20T10:11:28.163Z] github.com/docker/docker/volume/drivers [2022-04-20T10:11:28.163Z] github.com/docker/docker/volume/local [2022-04-20T10:11:28.163Z] github.com/docker/docker/volume/mounts [2022-04-20T10:11:28.163Z] github.com/docker/docker/volume/service [2022-04-20T10:11:28.163Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:11:28.163Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:11:28.163Z] ++ grep --fixed-strings /libnetwork [2022-04-20T10:11:28.163Z] ++ echo 'github.com/docker/docker/api [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/backend [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/container [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/events [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/filters [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/image [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/mount [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/network [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/registry [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/time [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/versions [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:11:28.163Z] github.com/docker/docker/api/types/volume [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:11:28.163Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:11:28.163Z] github.com/docker/docker/cli [2022-04-20T10:11:28.163Z] github.com/docker/docker/cli/config [2022-04-20T10:11:28.163Z] github.com/docker/docker/cli/debug [2022-04-20T10:11:28.163Z] github.com/docker/docker/client [2022-04-20T10:11:28.163Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:11:28.163Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:11:28.163Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:11:28.163Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:11:28.163Z] github.com/docker/docker/container [2022-04-20T10:11:28.163Z] github.com/docker/docker/container/stream [2022-04-20T10:11:28.163Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:11:28.163Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:11:28.163Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/config [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/events [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/exec [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/images [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/links [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/names [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/network [2022-04-20T10:11:28.163Z] github.com/docker/docker/daemon/stats [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution/utils [2022-04-20T10:11:28.163Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:11:28.163Z] github.com/docker/docker/dockerversion [2022-04-20T10:11:28.163Z] github.com/docker/docker/errdefs [2022-04-20T10:11:28.163Z] github.com/docker/docker/image [2022-04-20T10:11:28.163Z] github.com/docker/docker/image/cache [2022-04-20T10:11:28.163Z] github.com/docker/docker/image/tarexport [2022-04-20T10:11:28.163Z] github.com/docker/docker/image/v1 [2022-04-20T10:11:28.163Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:11:28.163Z] github.com/docker/docker/layer [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:11:28.163Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:11:28.163Z] github.com/docker/docker/libnetwork/types [2022-04-20T10:11:28.163Z] github.com/docker/docker/oci [2022-04-20T10:11:28.163Z] github.com/docker/docker/oci/caps [2022-04-20T10:11:28.163Z] github.com/docker/docker/opts [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/archive [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/directory [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/platform [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/pools [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/progress [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/signal [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/stack [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/system [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:11:28.164Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:11:28.164Z] github.com/docker/docker/plugin [2022-04-20T10:11:28.164Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:11:28.164Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:11:28.164Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:11:28.164Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:11:28.164Z] github.com/docker/docker/quota [2022-04-20T10:11:28.164Z] github.com/docker/docker/reference [2022-04-20T10:11:28.164Z] github.com/docker/docker/registry [2022-04-20T10:11:28.164Z] github.com/docker/docker/registry/resumable [2022-04-20T10:11:28.164Z] github.com/docker/docker/restartmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/rootless [2022-04-20T10:11:28.164Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:11:28.164Z] github.com/docker/docker/runconfig [2022-04-20T10:11:28.164Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/environment [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/registry [2022-04-20T10:11:28.164Z] github.com/docker/docker/testutil/request [2022-04-20T10:11:28.164Z] github.com/docker/docker/volume [2022-04-20T10:11:28.164Z] github.com/docker/docker/volume/drivers [2022-04-20T10:11:28.164Z] github.com/docker/docker/volume/local [2022-04-20T10:11:28.164Z] github.com/docker/docker/volume/mounts [2022-04-20T10:11:28.164Z] github.com/docker/docker/volume/service [2022-04-20T10:11:28.164Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:11:28.164Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:11:28.164Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/types' [2022-04-20T10:11:28.164Z] + echo 'github.com/docker/docker/libnetwork [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/types' [2022-04-20T10:11:28.164Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:11:28.164Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:11:28.164Z] + type docker-proxy [2022-04-20T10:11:28.164Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-04-20T10:11:28.164Z] + hack/make.sh binary-proxy install-proxy [2022-04-20T10:11:28.164Z] [2022-04-20T10:11:28.164Z] Removing bundles/ [2022-04-20T10:11:28.164Z] [2022-04-20T10:11:28.164Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-04-20T10:11:28.360Z] #19 16.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-04-20T10:11:28.360Z] #19 16.77 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-04-20T10:11:28.424Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-04-20T10:11:28.424Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:11:28.618Z] #19 17.08 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-04-20T10:11:28.618Z] #19 17.08 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-04-20T10:11:28.876Z] #19 17.38 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-04-20T10:11:28.876Z] #19 17.39 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-04-20T10:11:28.876Z] #19 17.39 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-04-20T10:11:28.876Z] #19 17.39 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-04-20T10:11:28.876Z] #19 17.39 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-04-20T10:11:28.876Z] #19 17.39 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-04-20T10:11:28.876Z] #19 17.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-04-20T10:11:28.876Z] #19 17.41 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-04-20T10:11:28.876Z] #19 17.42 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-04-20T10:11:28.876Z] #19 17.43 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-04-20T10:11:28.876Z] #19 17.43 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-04-20T10:11:28.876Z] #19 17.44 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-04-20T10:11:28.934Z] #75 DONE 0.9s [2022-04-20T10:11:28.934Z] [2022-04-20T10:11:28.934Z] #76 exporting to image [2022-04-20T10:11:28.934Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-20T10:11:28.934Z] #76 exporting layers [2022-04-20T10:11:29.442Z] #19 17.83 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-04-20T10:11:29.442Z] #19 17.83 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-04-20T10:11:29.442Z] #19 17.84 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-04-20T10:11:29.442Z] #19 17.86 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-04-20T10:11:29.442Z] #19 17.87 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-04-20T10:11:29.699Z] #19 18.23 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-04-20T10:11:29.699Z] #19 18.23 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-20T10:11:29.699Z] #19 18.23 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-04-20T10:11:29.699Z] #19 18.24 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-04-20T10:11:29.870Z] #76 exporting layers 1.0s done [2022-04-20T10:11:29.870Z] #76 writing image sha256:0d070f5efdee74cf2ebe84c7ae4c09790ec9da9c759a1e8b94fc8b5d6712466a done [2022-04-20T10:11:29.870Z] #76 naming to docker.io/library/docker:166e380b745cb3cdacf68c67069b6bdb9402adf2 done [2022-04-20T10:11:29.870Z] #76 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-20T10:11:29.958Z] #19 18.25 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-04-20T10:11:29.958Z] #19 18.26 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-20T10:11:29.958Z] #19 18.36 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-20T10:11:29.958Z] #19 18.36 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-04-20T10:11:29.958Z] #19 18.36 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-04-20T10:11:29.958Z] #19 18.37 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-04-20T10:11:29.958Z] #19 18.37 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-04-20T10:11:29.958Z] #19 18.37 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-04-20T10:11:29.958Z] #19 18.38 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-04-20T10:11:29.958Z] #19 18.38 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-04-20T10:11:29.958Z] #19 18.38 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-04-20T10:11:29.958Z] #19 18.38 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-04-20T10:11:29.958Z] #19 18.38 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-04-20T10:11:29.958Z] #19 18.38 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-04-20T10:11:29.958Z] #19 18.38 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-04-20T10:11:29.958Z] #19 18.39 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-04-20T10:11:29.958Z] #19 18.39 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-04-20T10:11:29.958Z] #19 18.39 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-04-20T10:11:29.958Z] #19 18.40 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-04-20T10:11:29.958Z] #19 18.40 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-04-20T10:11:29.958Z] #19 18.41 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-04-20T10:11:29.958Z] #19 18.43 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-04-20T10:11:29.958Z] #19 18.43 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-04-20T10:11:29.958Z] #19 18.44 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-04-20T10:11:30.216Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=166e380b745cb3cdacf68c67069b6bdb9402adf2 -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:166e380b745cb3cdacf68c67069b6bdb9402adf2 hack/make.sh dynbinary test-integration [2022-04-20T10:11:30.216Z] #19 18.76 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-04-20T10:11:30.216Z] #19 18.76 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-04-20T10:11:30.216Z] #19 18.77 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-04-20T10:11:30.474Z] #19 18.78 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-04-20T10:11:30.474Z] #19 18.81 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-04-20T10:11:30.474Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-04-20T10:11:30.474Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-04-20T10:11:30.474Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-04-20T10:11:30.474Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-04-20T10:11:30.474Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-04-20T10:11:30.474Z] Detected virtualization docker. [2022-04-20T10:11:30.474Z] Detected architecture x86-64. [2022-04-20T10:11:30.474Z] Set hostname to <8c3e85e3600e>. [2022-04-20T10:11:30.732Z] #19 19.12 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-04-20T10:11:30.732Z] #19 19.12 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-04-20T10:11:30.732Z] #19 19.12 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-04-20T10:11:30.732Z] #19 19.13 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-04-20T10:11:30.732Z] #19 19.13 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-04-20T10:11:30.732Z] #19 19.13 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-04-20T10:11:30.732Z] #19 19.13 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-04-20T10:11:30.732Z] #19 19.14 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-04-20T10:11:30.732Z] #19 19.14 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-04-20T10:11:30.732Z] #19 19.15 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-04-20T10:11:30.732Z] #19 19.15 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-04-20T10:11:30.733Z] modprobe@drm.service: Succeeded. [2022-04-20T10:11:30.733Z] modprobe@configfs.service: Succeeded. [2022-04-20T10:11:30.733Z] modprobe@fuse.service: Succeeded. [2022-04-20T10:11:30.733Z] + source /etc/docker-entrypoint-cmd [2022-04-20T10:11:30.733Z] ++ hack/make.sh dynbinary test-integration [2022-04-20T10:11:30.990Z] #19 19.48 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-04-20T10:11:30.993Z] [2022-04-20T10:11:30.993Z] Removing bundles/ [2022-04-20T10:11:30.993Z] [2022-04-20T10:11:30.993Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-20T10:11:30.993Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:11:30.993Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:11:31.248Z] #19 19.48 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-04-20T10:11:31.248Z] #19 19.49 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-04-20T10:11:31.248Z] #19 19.50 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-04-20T10:11:31.248Z] #19 19.51 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-04-20T10:11:31.506Z] #19 19.82 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-04-20T10:11:31.506Z] #19 19.82 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-04-20T10:11:31.506Z] #19 19.82 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-04-20T10:11:31.506Z] #19 19.83 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-04-20T10:11:31.506Z] #19 19.83 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-04-20T10:11:31.506Z] #19 19.83 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-04-20T10:11:31.506Z] #19 19.83 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-04-20T10:11:31.506Z] #19 19.83 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-04-20T10:11:31.506Z] #19 19.85 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-04-20T10:11:31.506Z] #19 19.85 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-04-20T10:11:31.506Z] #19 19.86 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-04-20T10:11:31.506Z] #19 19.87 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-04-20T10:11:31.506Z] #19 19.87 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-04-20T10:11:31.506Z] #19 19.87 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-04-20T10:11:31.506Z] #19 19.88 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-04-20T10:11:31.763Z] #19 20.21 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-04-20T10:11:31.763Z] #19 20.21 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-04-20T10:11:31.763Z] #19 20.21 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-04-20T10:11:31.763Z] #19 20.23 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-04-20T10:11:31.763Z] #19 20.24 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-04-20T10:11:32.021Z] #19 20.56 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-04-20T10:11:32.021Z] #19 20.56 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-04-20T10:11:32.021Z] #19 20.56 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-04-20T10:11:32.021Z] #19 20.56 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-04-20T10:11:32.021Z] #19 20.56 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-04-20T10:11:32.021Z] #19 20.57 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-04-20T10:11:32.021Z] #19 20.57 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-04-20T10:11:32.021Z] #19 20.57 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-04-20T10:11:32.021Z] #19 20.58 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-04-20T10:11:32.021Z] #19 20.58 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-04-20T10:11:32.021Z] #19 20.58 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-04-20T10:11:32.279Z] #19 20.59 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-04-20T10:11:32.537Z] #19 20.89 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-04-20T10:11:32.537Z] #19 20.89 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-04-20T10:11:32.537Z] #19 20.90 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-04-20T10:11:32.537Z] #19 20.91 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-04-20T10:11:32.537Z] #19 20.92 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-04-20T10:11:32.795Z] #19 21.20 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-04-20T10:11:32.795Z] #19 21.20 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-04-20T10:11:33.053Z] #19 21.44 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:11:33.053Z] #19 21.54 Fetched 787 MB in 6s (135 MB/s) [2022-04-20T10:11:33.311Z] #19 21.56 Selecting previously unselected package liblocale-gettext-perl. [2022-04-20T10:11:33.311Z] #19 21.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-04-20T10:11:33.311Z] #19 21.57 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-04-20T10:11:33.311Z] #19 21.57 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-04-20T10:11:33.311Z] #19 21.59 Selecting previously unselected package bzip2. [2022-04-20T10:11:33.311Z] #19 21.59 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-04-20T10:11:33.311Z] #19 21.60 Unpacking bzip2 (1.0.8-4) ... [2022-04-20T10:11:33.311Z] #19 21.62 Selecting previously unselected package libmagic-mgc. [2022-04-20T10:11:33.311Z] #19 21.62 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-04-20T10:11:33.311Z] #19 21.63 Unpacking libmagic-mgc (1:5.39-3) ... [2022-04-20T10:11:33.311Z] #19 21.69 Selecting previously unselected package libmagic1:amd64. [2022-04-20T10:11:33.311Z] #19 21.69 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-04-20T10:11:33.311Z] #19 21.70 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-04-20T10:11:33.311Z] #19 21.73 Selecting previously unselected package file. [2022-04-20T10:11:33.311Z] #19 21.73 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-04-20T10:11:33.311Z] #19 21.74 Unpacking file (1:5.39-3) ... [2022-04-20T10:11:33.311Z] #19 21.77 Selecting previously unselected package xz-utils. [2022-04-20T10:11:33.311Z] #19 21.77 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-04-20T10:11:33.311Z] #19 21.78 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-20T10:11:33.311Z] #19 21.82 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-04-20T10:11:33.569Z] #19 21.82 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-20T10:11:33.569Z] #19 21.82 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-04-20T10:11:33.827Z] #19 22.12 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-04-20T10:11:33.827Z] #19 22.12 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-04-20T10:11:33.827Z] #19 22.12 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-04-20T10:11:33.827Z] #19 22.40 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-04-20T10:11:34.085Z] #19 22.40 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-04-20T10:11:34.085Z] #19 22.40 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-04-20T10:11:34.085Z] #19 22.67 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-04-20T10:11:34.343Z] #19 22.67 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-20T10:11:34.343Z] #19 22.68 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-04-20T10:11:34.343Z] #19 22.93 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-04-20T10:11:34.602Z] #19 22.93 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-20T10:11:34.602Z] #19 22.93 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-04-20T10:11:34.860Z] #19 23.13 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-04-20T10:11:34.860Z] #19 23.14 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:34.860Z] #19 23.14 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:11:34.860Z] #19 23.17 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-04-20T10:11:34.860Z] #19 23.17 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:34.860Z] #19 23.18 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:11:35.007Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-04-20T10:11:35.007Z] [2022-04-20T10:11:35.007Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-04-20T10:11:35.007Z] Installing docker-proxy to /usr/local/bin/ [2022-04-20T10:11:35.007Z] [2022-04-20T10:11:35.007Z] + mkdir -p bundles [2022-04-20T10:11:35.007Z] + '[' -n 'github.com/docker/docker/api [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/backend [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/container [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/events [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/filters [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/image [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/mount [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/network [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/registry [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/time [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/versions [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:11:35.007Z] github.com/docker/docker/api/types/volume [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:11:35.007Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:11:35.007Z] github.com/docker/docker/cli [2022-04-20T10:11:35.007Z] github.com/docker/docker/cli/config [2022-04-20T10:11:35.007Z] github.com/docker/docker/cli/debug [2022-04-20T10:11:35.007Z] github.com/docker/docker/client [2022-04-20T10:11:35.007Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:11:35.007Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:11:35.007Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:11:35.007Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:11:35.007Z] github.com/docker/docker/container [2022-04-20T10:11:35.007Z] github.com/docker/docker/container/stream [2022-04-20T10:11:35.007Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:11:35.007Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:11:35.007Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/config [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/events [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/exec [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/images [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/links [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/names [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/network [2022-04-20T10:11:35.007Z] github.com/docker/docker/daemon/stats [2022-04-20T10:11:35.007Z] github.com/docker/docker/distribution [2022-04-20T10:11:35.007Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:11:35.007Z] github.com/docker/docker/distribution/utils [2022-04-20T10:11:35.007Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:11:35.007Z] github.com/docker/docker/dockerversion [2022-04-20T10:11:35.007Z] github.com/docker/docker/errdefs [2022-04-20T10:11:35.007Z] github.com/docker/docker/image [2022-04-20T10:11:35.007Z] github.com/docker/docker/image/cache [2022-04-20T10:11:35.007Z] github.com/docker/docker/image/tarexport [2022-04-20T10:11:35.007Z] github.com/docker/docker/image/v1 [2022-04-20T10:11:35.007Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:11:35.007Z] github.com/docker/docker/layer [2022-04-20T10:11:35.007Z] github.com/docker/docker/libcontainerd [2022-04-20T10:11:35.007Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:11:35.007Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:11:35.007Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:11:35.007Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:11:35.007Z] github.com/docker/docker/oci [2022-04-20T10:11:35.007Z] github.com/docker/docker/oci/caps [2022-04-20T10:11:35.007Z] github.com/docker/docker/opts [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/archive [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/directory [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/platform [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:11:35.007Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/pools [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/progress [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/signal [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/stack [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/system [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:11:35.008Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:11:35.008Z] github.com/docker/docker/plugin [2022-04-20T10:11:35.008Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:11:35.008Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:11:35.008Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:11:35.008Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:11:35.008Z] github.com/docker/docker/quota [2022-04-20T10:11:35.008Z] github.com/docker/docker/reference [2022-04-20T10:11:35.008Z] github.com/docker/docker/registry [2022-04-20T10:11:35.008Z] github.com/docker/docker/registry/resumable [2022-04-20T10:11:35.008Z] github.com/docker/docker/restartmanager [2022-04-20T10:11:35.008Z] github.com/docker/docker/rootless [2022-04-20T10:11:35.008Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:11:35.008Z] github.com/docker/docker/runconfig [2022-04-20T10:11:35.008Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/environment [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/registry [2022-04-20T10:11:35.008Z] github.com/docker/docker/testutil/request [2022-04-20T10:11:35.008Z] github.com/docker/docker/volume [2022-04-20T10:11:35.008Z] github.com/docker/docker/volume/drivers [2022-04-20T10:11:35.008Z] github.com/docker/docker/volume/local [2022-04-20T10:11:35.008Z] github.com/docker/docker/volume/mounts [2022-04-20T10:11:35.008Z] github.com/docker/docker/volume/service [2022-04-20T10:11:35.008Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:11:35.008Z] github.com/docker/docker/volume/testutils' ']' [2022-04-20T10:11:35.008Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-20T10:11:35.008Z] ? github.com/docker/docker/api [no test files] [2022-04-20T10:11:39.045Z] #19 27.26 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-04-20T10:11:39.045Z] #19 27.26 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:39.045Z] #19 27.27 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:11:39.045Z] #19 27.30 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-04-20T10:11:39.045Z] #19 27.30 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:39.045Z] #19 27.31 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-20T10:11:43.226Z] #19 31.16 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-04-20T10:11:43.226Z] #19 31.16 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:43.226Z] #19 31.17 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:11:43.226Z] #19 31.20 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-04-20T10:11:43.226Z] #19 31.20 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:43.226Z] #19 31.20 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-20T10:11:46.506Z] #19 35.03 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-04-20T10:11:46.764Z] #19 35.03 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:46.764Z] #19 35.03 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:11:46.764Z] #19 35.06 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-04-20T10:11:46.764Z] #19 35.07 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:46.764Z] #19 35.07 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:11:49.917Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-04-20T10:11:50.946Z] #19 38.78 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-04-20T10:11:50.946Z] #19 38.79 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:50.946Z] #19 38.79 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:11:50.946Z] #19 38.82 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-04-20T10:11:50.946Z] #19 38.82 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:50.946Z] #19 38.83 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:11:54.225Z] #19 42.41 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-04-20T10:11:54.225Z] #19 42.41 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:11:54.225Z] #19 42.42 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:11:54.225Z] #19 42.44 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-04-20T10:11:54.225Z] #19 42.44 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:11:54.225Z] #19 42.45 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-20T10:11:54.225Z] #19 42.47 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-04-20T10:11:54.225Z] #19 42.47 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:11:54.225Z] #19 42.48 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-20T10:11:54.225Z] #19 42.50 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-04-20T10:11:54.225Z] #19 42.50 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:11:54.225Z] #19 42.50 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:11:54.225Z] #19 42.53 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-04-20T10:11:54.225Z] #19 42.53 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:11:54.225Z] #19 42.53 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:11:54.225Z] #19 42.56 Selecting previously unselected package cross-config. [2022-04-20T10:11:54.225Z] #19 42.56 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-04-20T10:11:54.225Z] #19 42.56 Unpacking cross-config (2.6.18+nmu1) ... [2022-04-20T10:11:54.225Z] #19 42.59 Selecting previously unselected package gcc-10-cross-base. [2022-04-20T10:11:54.225Z] #19 42.59 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.225Z] #19 42.59 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-04-20T10:11:54.225Z] #19 42.62 Selecting previously unselected package libc6-arm64-cross. [2022-04-20T10:11:54.225Z] #19 42.62 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-04-20T10:11:54.225Z] #19 42.63 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-04-20T10:11:54.225Z] #19 42.75 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-04-20T10:11:54.483Z] #19 42.75 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.483Z] #19 42.75 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.483Z] #19 42.78 Selecting previously unselected package libgomp1-arm64-cross. [2022-04-20T10:11:54.483Z] #19 42.78 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.483Z] #19 42.79 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.483Z] #19 42.82 Selecting previously unselected package libitm1-arm64-cross. [2022-04-20T10:11:54.483Z] #19 42.82 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.483Z] #19 42.82 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.483Z] #19 42.85 Selecting previously unselected package libatomic1-arm64-cross. [2022-04-20T10:11:54.483Z] #19 42.85 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.483Z] #19 42.85 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.483Z] #19 42.88 Selecting previously unselected package libasan6-arm64-cross. [2022-04-20T10:11:54.483Z] #19 42.88 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.483Z] #19 42.88 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.741Z] #19 43.10 Selecting previously unselected package liblsan0-arm64-cross. [2022-04-20T10:11:54.741Z] #19 43.10 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.741Z] #19 43.10 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.741Z] #19 43.20 Selecting previously unselected package libtsan0-arm64-cross. [2022-04-20T10:11:54.999Z] #19 43.20 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.999Z] #19 43.21 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.999Z] #19 43.41 Selecting previously unselected package libstdc++6-arm64-cross. [2022-04-20T10:11:54.999Z] #19 43.42 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.999Z] #19 43.42 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.999Z] #19 43.48 Selecting previously unselected package libubsan1-arm64-cross. [2022-04-20T10:11:54.999Z] #19 43.49 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:54.999Z] #19 43.49 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:54.999Z] #19 43.58 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-04-20T10:11:55.257Z] #19 43.59 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:11:55.257Z] #19 43.59 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:11:55.257Z] #19 43.71 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-04-20T10:11:55.257Z] #19 43.71 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:11:55.257Z] #19 43.72 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:00.522Z] #19 48.31 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-04-20T10:12:00.522Z] #19 48.31 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:00.522Z] #19 48.32 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:00.522Z] #19 48.34 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-04-20T10:12:00.522Z] #19 48.34 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-04-20T10:12:00.522Z] #19 48.35 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-04-20T10:12:00.522Z] #19 48.48 Selecting previously unselected package libc6-dev-arm64-cross. [2022-04-20T10:12:00.522Z] #19 48.48 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:00.522Z] #19 48.49 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-04-20T10:12:00.522Z] #19 48.69 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-04-20T10:12:00.522Z] #19 48.69 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:00.522Z] #19 48.70 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:00.522Z] #19 48.90 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-04-20T10:12:00.522Z] #19 48.90 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:00.522Z] #19 48.90 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:05.784Z] #19 53.25 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-04-20T10:12:05.784Z] #19 53.26 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:05.784Z] #19 53.26 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:05.784Z] #19 53.28 Selecting previously unselected package patch. [2022-04-20T10:12:05.784Z] #19 53.29 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-04-20T10:12:05.784Z] #19 53.29 Unpacking patch (2.7.6-7) ... [2022-04-20T10:12:05.784Z] #19 53.32 Selecting previously unselected package dpkg-dev. [2022-04-20T10:12:05.784Z] #19 53.33 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-04-20T10:12:05.784Z] #19 53.33 Unpacking dpkg-dev (1.20.9) ... [2022-04-20T10:12:05.784Z] #19 53.44 Selecting previously unselected package libconfig-inifiles-perl. [2022-04-20T10:12:05.784Z] #19 53.44 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-04-20T10:12:05.784Z] #19 53.44 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-04-20T10:12:05.784Z] #19 53.47 Selecting previously unselected package libio-string-perl. [2022-04-20T10:12:05.785Z] #19 53.47 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-04-20T10:12:05.785Z] #19 53.48 Unpacking libio-string-perl (1.08-3.1) ... [2022-04-20T10:12:05.785Z] #19 53.50 Selecting previously unselected package libicu67:amd64. [2022-04-20T10:12:05.785Z] #19 53.51 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-04-20T10:12:05.785Z] #19 53.51 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-20T10:12:05.785Z] #19 54.28 Selecting previously unselected package libxml2:amd64. [2022-04-20T10:12:05.785Z] #19 54.28 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-20T10:12:05.785Z] #19 54.29 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-20T10:12:05.785Z] #19 54.36 Selecting previously unselected package libxml-namespacesupport-perl. [2022-04-20T10:12:06.042Z] #19 54.36 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-04-20T10:12:06.042Z] #19 54.37 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-04-20T10:12:06.042Z] #19 54.39 Selecting previously unselected package libxml-sax-base-perl. [2022-04-20T10:12:06.042Z] #19 54.39 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-04-20T10:12:06.042Z] #19 54.40 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-04-20T10:12:06.042Z] #19 54.43 Selecting previously unselected package libxml-sax-perl. [2022-04-20T10:12:06.042Z] #19 54.43 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-04-20T10:12:06.042Z] #19 54.44 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-04-20T10:12:06.042Z] #19 54.47 Selecting previously unselected package libxml-libxml-perl. [2022-04-20T10:12:06.042Z] #19 54.47 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-04-20T10:12:06.042Z] #19 54.47 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-04-20T10:12:06.042Z] #19 54.52 Selecting previously unselected package libxml-simple-perl. [2022-04-20T10:12:06.042Z] #19 54.53 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-04-20T10:12:06.042Z] #19 54.53 Unpacking libxml-simple-perl (2.25-1) ... [2022-04-20T10:12:06.042Z] #19 54.56 Selecting previously unselected package libyaml-perl. [2022-04-20T10:12:06.042Z] #19 54.56 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-04-20T10:12:06.042Z] #19 54.56 Unpacking libyaml-perl (1.30-1) ... [2022-04-20T10:12:06.042Z] #19 54.59 Selecting previously unselected package libconfig-auto-perl. [2022-04-20T10:12:06.302Z] #19 54.59 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-04-20T10:12:06.302Z] #19 54.59 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-04-20T10:12:06.302Z] #19 54.62 Selecting previously unselected package libfile-which-perl. [2022-04-20T10:12:06.302Z] #19 54.62 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-04-20T10:12:06.302Z] #19 54.62 Unpacking libfile-which-perl (1.23-1) ... [2022-04-20T10:12:06.302Z] #19 54.64 Selecting previously unselected package libfile-homedir-perl. [2022-04-20T10:12:06.302Z] #19 54.64 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-04-20T10:12:06.302Z] #19 54.65 Unpacking libfile-homedir-perl (1.006-1) ... [2022-04-20T10:12:06.302Z] #19 54.68 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-04-20T10:12:06.302Z] #19 54.68 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-04-20T10:12:06.302Z] #19 54.68 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-04-20T10:12:06.302Z] #19 54.71 Selecting previously unselected package dpkg-cross. [2022-04-20T10:12:06.302Z] #19 54.71 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-04-20T10:12:06.302Z] #19 54.72 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-04-20T10:12:06.302Z] #19 54.74 Selecting previously unselected package crossbuild-essential-arm64. [2022-04-20T10:12:06.302Z] #19 54.75 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-04-20T10:12:06.302Z] #19 54.75 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-04-20T10:12:06.302Z] #19 54.77 Selecting previously unselected package libc6-armel-cross. [2022-04-20T10:12:06.302Z] #19 54.78 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:06.302Z] #19 54.78 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-04-20T10:12:06.560Z] #19 54.89 Selecting previously unselected package libgcc-s1-armel-cross. [2022-04-20T10:12:06.560Z] #19 54.89 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:06.560Z] #19 54.89 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:06.560Z] #19 54.93 Selecting previously unselected package libgomp1-armel-cross. [2022-04-20T10:12:06.560Z] #19 54.93 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:06.560Z] #19 54.93 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:06.560Z] #19 54.96 Selecting previously unselected package libatomic1-armel-cross. [2022-04-20T10:12:06.560Z] #19 54.96 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:06.560Z] #19 54.97 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:06.560Z] #19 54.99 Selecting previously unselected package libasan6-armel-cross. [2022-04-20T10:12:06.560Z] #19 55.00 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:06.560Z] #19 55.00 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:06.817Z] #19 55.20 Selecting previously unselected package libstdc++6-armel-cross. [2022-04-20T10:12:06.817Z] #19 55.21 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:06.817Z] #19 55.21 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:06.817Z] #19 55.27 Selecting previously unselected package libubsan1-armel-cross. [2022-04-20T10:12:06.817Z] #19 55.27 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:06.817Z] #19 55.28 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:06.817Z] #19 55.37 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-04-20T10:12:07.075Z] #19 55.37 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:07.075Z] #19 55.38 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:07.075Z] #19 55.47 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-04-20T10:12:07.075Z] #19 55.47 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:07.075Z] #19 55.48 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-20T10:12:09.472Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0739a98c4e8f43e83) in /home/ubuntu/workspace/moby_PR-43501 [Pipeline] { [Pipeline] checkout [2022-04-20T10:12:09.539Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f36104572a01416b) in /home/ubuntu/workspace/moby_PR-43501 [Pipeline] { [Pipeline] checkout [2022-04-20T10:12:09.646Z] The recommended git tool is: git [2022-04-20T10:12:09.699Z] The recommended git tool is: git [2022-04-20T10:12:11.260Z] #19 59.80 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-04-20T10:12:11.518Z] #19 59.80 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:11.518Z] #19 59.81 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-20T10:12:11.518Z] #19 59.83 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-04-20T10:12:11.518Z] #19 59.84 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-04-20T10:12:11.518Z] #19 59.84 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-04-20T10:12:11.518Z] #19 60.00 Selecting previously unselected package libc6-dev-armel-cross. [2022-04-20T10:12:11.518Z] #19 60.00 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:11.518Z] #19 60.00 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-04-20T10:12:11.776Z] #19 60.19 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-04-20T10:12:11.776Z] #19 60.19 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:11.776Z] #19 60.19 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:12.034Z] #19 60.40 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-04-20T10:12:12.034Z] #19 60.40 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:12.034Z] #19 60.41 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-20T10:12:12.706Z] using credential docker-jenkins-github-credentials [2022-04-20T10:12:12.732Z] Cloning the remote Git repository [2022-04-20T10:12:12.732Z] Cloning with configured refspecs honoured and without tags [2022-04-20T10:12:12.749Z] using credential docker-jenkins-github-credentials [2022-04-20T10:12:12.756Z] Cloning the remote Git repository [2022-04-20T10:12:12.756Z] Cloning with configured refspecs honoured and without tags [2022-04-20T10:12:12.751Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:12:12.821Z] > git init /home/ubuntu/workspace/moby_PR-43501 # timeout=10 [2022-04-20T10:12:13.149Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:12:13.149Z] > git --version # timeout=10 [2022-04-20T10:12:13.164Z] > git --version # 'git version 2.17.1' [2022-04-20T10:12:13.164Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:12:13.166Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:12:12.033Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:12:12.093Z] > git init /home/ubuntu/workspace/moby_PR-43501 # timeout=10 [2022-04-20T10:12:12.394Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:12:12.395Z] > git --version # timeout=10 [2022-04-20T10:12:12.405Z] > git --version # 'git version 2.17.1' [2022-04-20T10:12:12.405Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:12:12.407Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:12:16.217Z] #19 64.51 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-04-20T10:12:16.217Z] #19 64.51 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:16.217Z] #19 64.51 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-20T10:12:16.217Z] #19 64.54 Selecting previously unselected package crossbuild-essential-armel. [2022-04-20T10:12:16.217Z] #19 64.54 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-04-20T10:12:16.217Z] #19 64.54 Unpacking crossbuild-essential-armel (12.9) ... [2022-04-20T10:12:16.217Z] #19 64.57 Selecting previously unselected package libc6-armhf-cross. [2022-04-20T10:12:16.217Z] #19 64.57 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:16.217Z] #19 64.57 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-04-20T10:12:16.217Z] #19 64.68 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-04-20T10:12:16.217Z] #19 64.68 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:16.217Z] #19 64.68 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:16.217Z] #19 64.71 Selecting previously unselected package libgomp1-armhf-cross. [2022-04-20T10:12:16.217Z] #19 64.71 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:16.217Z] #19 64.71 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:16.217Z] #19 64.75 Selecting previously unselected package libatomic1-armhf-cross. [2022-04-20T10:12:16.217Z] #19 64.75 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:16.217Z] #19 64.76 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:16.217Z] #19 64.79 Selecting previously unselected package libasan6-armhf-cross. [2022-04-20T10:12:16.475Z] #19 64.79 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:16.475Z] #19 64.79 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:16.475Z] #19 65.00 Selecting previously unselected package libstdc++6-armhf-cross. [2022-04-20T10:12:16.475Z] #19 65.00 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:16.475Z] #19 65.00 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:16.475Z] #19 65.06 Selecting previously unselected package libubsan1-armhf-cross. [2022-04-20T10:12:16.733Z] #19 65.06 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:16.733Z] #19 65.07 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:16.733Z] #19 65.16 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-04-20T10:12:16.733Z] #19 65.16 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:16.733Z] #19 65.16 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:16.733Z] #19 65.26 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-04-20T10:12:16.733Z] #19 65.26 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:16.733Z] #19 65.26 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-20T10:12:22.063Z] #19 69.64 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-04-20T10:12:22.063Z] #19 69.64 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:22.063Z] #19 69.65 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-20T10:12:22.063Z] #19 69.67 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-04-20T10:12:22.063Z] #19 69.67 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-04-20T10:12:22.063Z] #19 69.68 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-04-20T10:12:22.063Z] #19 69.81 Selecting previously unselected package libc6-dev-armhf-cross. [2022-04-20T10:12:22.063Z] #19 69.82 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:22.063Z] #19 69.82 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-04-20T10:12:22.063Z] #19 70.01 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-04-20T10:12:22.063Z] #19 70.01 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:22.063Z] #19 70.02 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:22.063Z] #19 70.23 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-04-20T10:12:22.063Z] #19 70.23 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:22.063Z] #19 70.23 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-20T10:12:26.261Z] #19 74.35 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-04-20T10:12:26.262Z] #19 74.36 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:26.262Z] #19 74.36 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-20T10:12:26.262Z] #19 74.38 Selecting previously unselected package crossbuild-essential-armhf. [2022-04-20T10:12:26.262Z] #19 74.38 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-04-20T10:12:26.262Z] #19 74.39 Unpacking crossbuild-essential-armhf (12.9) ... [2022-04-20T10:12:26.262Z] #19 74.41 Selecting previously unselected package libc6-ppc64el-cross. [2022-04-20T10:12:26.262Z] #19 74.41 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:26.262Z] #19 74.42 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-04-20T10:12:26.262Z] #19 74.56 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-04-20T10:12:26.262Z] #19 74.56 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.262Z] #19 74.57 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.262Z] #19 74.59 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-04-20T10:12:26.262Z] #19 74.60 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.262Z] #19 74.60 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.262Z] #19 74.63 Selecting previously unselected package libitm1-ppc64el-cross. [2022-04-20T10:12:26.262Z] #19 74.63 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.262Z] #19 74.64 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.262Z] #19 74.67 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-04-20T10:12:26.262Z] #19 74.67 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.262Z] #19 74.67 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.262Z] #19 74.70 Selecting previously unselected package libasan6-ppc64el-cross. [2022-04-20T10:12:26.262Z] #19 74.70 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.262Z] #19 74.70 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.519Z] #19 74.92 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-04-20T10:12:26.519Z] #19 74.92 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.519Z] #19 74.93 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.519Z] #19 75.03 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-04-20T10:12:26.777Z] #19 75.03 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.777Z] #19 75.03 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.777Z] #19 75.24 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-04-20T10:12:26.777Z] #19 75.25 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:26.777Z] #19 75.25 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:26.777Z] #19 75.32 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-04-20T10:12:27.035Z] #19 75.32 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:27.035Z] #19 75.33 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:27.035Z] #19 75.42 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-04-20T10:12:27.035Z] #19 75.42 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:27.035Z] #19 75.42 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:27.035Z] #19 75.46 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-04-20T10:12:27.035Z] #19 75.46 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:27.035Z] #19 75.46 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:27.293Z] #19 75.61 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-04-20T10:12:27.293Z] #19 75.61 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:27.293Z] #19 75.62 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:31.475Z] #19 79.81 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-04-20T10:12:31.475Z] #19 79.81 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:31.475Z] #19 79.81 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:31.475Z] #19 79.84 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-04-20T10:12:31.475Z] #19 79.84 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-04-20T10:12:31.475Z] #19 79.85 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-04-20T10:12:31.734Z] #19 79.98 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-04-20T10:12:31.734Z] #19 79.99 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:31.734Z] #19 79.99 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-04-20T10:12:31.734Z] #19 80.22 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-04-20T10:12:31.992Z] #19 80.23 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:31.992Z] #19 80.23 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:31.992Z] #19 80.47 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-04-20T10:12:31.992Z] #19 80.47 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:31.992Z] #19 80.48 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:35.600Z] Fetching without tags [2022-04-20T10:12:35.839Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [2022-04-20T10:12:35.840Z] Fetching without tags [2022-04-20T10:12:35.518Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:12:35.533Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:12:35.548Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:12:35.576Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:12:35.603Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:12:35.605Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:12:35.606Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:12:35.846Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:12:35.871Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:12:36.067Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [2022-04-20T10:12:35.769Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:12:35.779Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:12:35.798Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:12:35.815Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:12:35.843Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:12:35.844Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:12:35.845Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:12:36.076Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:12:36.106Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:12:36.175Z] #19 84.46 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-04-20T10:12:36.175Z] #19 84.46 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:36.175Z] #19 84.49 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:36.175Z] #19 84.52 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-04-20T10:12:36.175Z] #19 84.52 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-04-20T10:12:36.175Z] #19 84.52 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-04-20T10:12:36.175Z] #19 84.55 Selecting previously unselected package libc6-s390x-cross. [2022-04-20T10:12:36.175Z] #19 84.55 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:36.175Z] #19 84.55 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-04-20T10:12:36.175Z] #19 84.68 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-04-20T10:12:36.175Z] #19 84.68 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.175Z] #19 84.68 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.175Z] #19 84.71 Selecting previously unselected package libgomp1-s390x-cross. [2022-04-20T10:12:36.175Z] #19 84.72 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.175Z] #19 84.72 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.175Z] #19 84.75 Selecting previously unselected package libitm1-s390x-cross. [2022-04-20T10:12:36.433Z] #19 84.76 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.433Z] #19 84.76 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.433Z] #19 84.79 Selecting previously unselected package libatomic1-s390x-cross. [2022-04-20T10:12:36.433Z] #19 84.79 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.433Z] #19 84.80 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.433Z] #19 84.82 Selecting previously unselected package libasan6-s390x-cross. [2022-04-20T10:12:36.433Z] #19 84.83 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.433Z] #19 84.83 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.433Z] #19 85.03 Selecting previously unselected package libstdc++6-s390x-cross. [2022-04-20T10:12:36.691Z] #19 85.03 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.692Z] #19 85.04 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.692Z] #19 85.10 Selecting previously unselected package libubsan1-s390x-cross. [2022-04-20T10:12:36.692Z] #19 85.11 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.692Z] #19 85.11 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.692Z] #19 85.20 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-04-20T10:12:36.692Z] #19 85.20 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:36.692Z] #19 85.21 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:36.692Z] #19 85.30 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-04-20T10:12:36.950Z] #19 85.30 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:36.950Z] #19 85.30 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:37.811Z] Merge succeeded, producing b816b3576e352a54820e3b84ca48a7f3fe166c59 [2022-04-20T10:12:37.811Z] Checking out Revision b816b3576e352a54820e3b84ca48a7f3fe166c59 (PR-43501) [2022-04-20T10:12:38.173Z] Merge succeeded, producing b816b3576e352a54820e3b84ca48a7f3fe166c59 [2022-04-20T10:12:38.173Z] Checking out Revision b816b3576e352a54820e3b84ca48a7f3fe166c59 (PR-43501) [2022-04-20T10:12:36.748Z] > git remote # timeout=10 [2022-04-20T10:12:36.771Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:12:36.796Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:12:36.797Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:12:37.800Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-20T10:12:37.817Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:12:37.840Z] > git checkout -f b816b3576e352a54820e3b84ca48a7f3fe166c59 # timeout=10 [2022-04-20T10:12:37.391Z] > git remote # timeout=10 [2022-04-20T10:12:37.418Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:12:37.439Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:12:37.440Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:12:38.165Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-20T10:12:38.176Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:12:38.190Z] > git checkout -f b816b3576e352a54820e3b84ca48a7f3fe166c59 # timeout=10 [2022-04-20T10:12:41.131Z] #19 89.27 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-04-20T10:12:41.131Z] #19 89.27 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:41.131Z] #19 89.28 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:41.131Z] #19 89.31 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-04-20T10:12:41.131Z] #19 89.31 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-04-20T10:12:41.131Z] #19 89.32 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-04-20T10:12:41.131Z] #19 89.46 Selecting previously unselected package libc6-dev-s390x-cross. [2022-04-20T10:12:41.131Z] #19 89.46 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-04-20T10:12:41.131Z] #19 89.46 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-04-20T10:12:41.389Z] #19 89.66 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-04-20T10:12:41.389Z] #19 89.66 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-20T10:12:41.389Z] #19 89.67 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:41.647Z] #19 89.91 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-04-20T10:12:41.647Z] #19 89.91 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-20T10:12:41.647Z] #19 89.92 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:41.929Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:12:41.968Z] First time build. Skipping changelog. [2022-04-20T10:12:42.082Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-20T10:12:41.933Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [2022-04-20T10:12:43.113Z] + docker version [2022-04-20T10:12:43.569Z] + docker version [2022-04-20T10:12:45.830Z] #19 93.73 Selecting previously unselected package g++-s390x-linux-gnu. [2022-04-20T10:12:45.830Z] #19 93.73 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-20T10:12:45.830Z] #19 93.73 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:45.830Z] #19 93.76 Selecting previously unselected package crossbuild-essential-s390x. [2022-04-20T10:12:45.830Z] #19 93.76 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-04-20T10:12:45.830Z] #19 93.76 Unpacking crossbuild-essential-s390x (12.9) ... [2022-04-20T10:12:45.830Z] #19 93.80 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-04-20T10:12:45.830Z] #19 93.81 Setting up libfile-which-perl (1.23-1) ... [2022-04-20T10:12:45.830Z] #19 93.82 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-04-20T10:12:45.830Z] #19 93.83 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-04-20T10:12:45.830Z] #19 93.84 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-04-20T10:12:45.830Z] #19 93.85 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 93.86 Setting up libicu67:amd64 (67.1-7) ... [2022-04-20T10:12:45.830Z] #19 93.87 Setting up libmagic-mgc (1:5.39-3) ... [2022-04-20T10:12:45.830Z] #19 93.88 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-04-20T10:12:45.830Z] #19 93.89 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-04-20T10:12:45.830Z] #19 93.89 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-04-20T10:12:45.830Z] #19 93.91 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-04-20T10:12:45.830Z] #19 93.92 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-04-20T10:12:45.830Z] #19 93.93 Setting up file (1:5.39-3) ... [2022-04-20T10:12:45.830Z] #19 93.94 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 93.94 Setting up bzip2 (1.0.8-4) ... [2022-04-20T10:12:45.830Z] #19 93.95 Setting up libyaml-perl (1.30-1) ... [2022-04-20T10:12:45.830Z] #19 93.96 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-04-20T10:12:45.830Z] #19 93.97 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-04-20T10:12:45.830Z] #19 93.98 Setting up libio-string-perl (1.08-3.1) ... [2022-04-20T10:12:45.830Z] #19 93.99 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-04-20T10:12:45.830Z] #19 94.00 Setting up cross-config (2.6.18+nmu1) ... [2022-04-20T10:12:45.830Z] #19 94.10 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-20T10:12:45.830Z] #19 94.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-20T10:12:45.830Z] #19 94.12 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-04-20T10:12:45.830Z] #19 94.13 Setting up patch (2.7.6-7) ... [2022-04-20T10:12:45.830Z] #19 94.14 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-04-20T10:12:45.830Z] #19 94.16 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.17 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.18 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-04-20T10:12:45.830Z] #19 94.19 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-04-20T10:12:45.830Z] #19 94.20 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.21 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.22 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-04-20T10:12:45.830Z] #19 94.23 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-04-20T10:12:45.830Z] #19 94.24 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.25 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.26 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-04-20T10:12:45.830Z] #19 94.27 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-04-20T10:12:45.830Z] #19 94.28 Setting up libfile-homedir-perl (1.006-1) ... [2022-04-20T10:12:45.830Z] #19 94.29 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-04-20T10:12:45.830Z] #19 94.30 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.31 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-20T10:12:45.830Z] #19 94.32 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:12:45.830Z] #19 94.33 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-04-20T10:12:45.830Z] #19 94.35 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:45.830Z] #19 94.37 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:12:46.088Z] #19 94.39 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-20T10:12:46.088Z] #19 94.42 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.088Z] #19 94.47 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-20T10:12:46.088Z] #19 94.54 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.088Z] #19 94.61 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.62 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.63 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.64 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.65 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.66 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-04-20T10:12:46.346Z] #19 94.68 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.69 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.70 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.71 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.73 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-04-20T10:12:46.346Z] #19 94.73 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.74 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.75 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.77 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-04-20T10:12:46.346Z] #19 94.78 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.79 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.80 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.346Z] #19 94.81 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-04-20T10:12:46.604Z] #19 94.87 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-04-20T10:12:46.604Z] #19 94.92 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-04-20T10:12:46.604Z] #19 95.04 [2022-04-20T10:12:46.604Z] #19 95.04 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-04-20T10:12:46.604Z] #19 95.06 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.604Z] #19 95.07 Setting up dpkg-dev (1.20.9) ... [2022-04-20T10:12:46.604Z] #19 95.09 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.604Z] #19 95.10 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-20T10:12:46.604Z] #19 95.11 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.604Z] #19 95.13 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.14 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.15 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.16 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.17 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.18 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.19 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.20 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:46.862Z] #19 95.22 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-04-20T10:12:46.862Z] #19 95.26 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-04-20T10:12:46.862Z] #19 95.33 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-04-20T10:12:46.862Z] #19 95.39 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-04-20T10:12:47.120Z] #19 95.50 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-04-20T10:12:47.120Z] #19 95.52 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.53 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.54 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.55 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-20T10:12:47.120Z] #19 95.56 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.58 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.58 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.120Z] #19 95.59 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.60 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.62 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.63 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.64 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.65 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.65 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.66 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-20T10:12:47.120Z] #19 95.67 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.120Z] #19 95.69 Setting up libxml-simple-perl (2.25-1) ... [2022-04-20T10:12:47.120Z] #19 95.70 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-20T10:12:47.120Z] #19 95.70 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-20T10:12:47.377Z] #19 95.71 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-20T10:12:47.377Z] #19 95.72 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.377Z] #19 95.74 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.377Z] #19 95.75 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.377Z] #19 95.76 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.377Z] #19 95.77 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.377Z] #19 95.78 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-04-20T10:12:47.377Z] #19 95.79 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.377Z] #19 95.80 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.378Z] #19 95.81 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.378Z] #19 95.82 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.378Z] #19 95.83 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-20T10:12:47.378Z] #19 95.83 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-20T10:12:47.378Z] #19 95.84 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-04-20T10:12:47.378Z] #19 95.86 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.378Z] #19 95.87 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-20T10:12:47.378Z] #19 95.88 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.378Z] #19 95.88 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.378Z] #19 95.89 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-20T10:12:47.378Z] #19 95.90 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.378Z] #19 95.91 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.635Z] #19 95.92 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-20T10:12:47.636Z] #19 95.93 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.636Z] #19 95.94 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-04-20T10:12:47.636Z] #19 95.98 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.636Z] #19 95.99 Setting up crossbuild-essential-armel (12.9) ... [2022-04-20T10:12:47.636Z] #19 96.00 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-20T10:12:47.636Z] #19 96.00 Setting up crossbuild-essential-armhf (12.9) ... [2022-04-20T10:12:47.636Z] #19 96.01 Setting up crossbuild-essential-arm64 (12.9) ... [2022-04-20T10:12:47.636Z] #19 96.02 Setting up crossbuild-essential-s390x (12.9) ... [2022-04-20T10:12:47.636Z] #19 96.03 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-04-20T10:12:47.636Z] #19 96.04 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:12:50.147Z] Client: Docker Engine - Community [2022-04-20T10:12:50.147Z] Version: 20.10.14 [2022-04-20T10:12:50.147Z] API version: 1.41 [2022-04-20T10:12:50.147Z] Go version: go1.16.15 [2022-04-20T10:12:50.147Z] Git commit: a224086 [2022-04-20T10:12:50.147Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-20T10:12:50.147Z] OS/Arch: linux/amd64 [2022-04-20T10:12:50.147Z] Context: default [2022-04-20T10:12:50.147Z] Experimental: true [2022-04-20T10:12:50.147Z] [2022-04-20T10:12:50.147Z] Server: Docker Engine - Community [2022-04-20T10:12:50.147Z] Engine: [2022-04-20T10:12:50.147Z] Version: 20.10.14 [2022-04-20T10:12:50.147Z] API version: 1.41 (minimum version 1.12) [2022-04-20T10:12:50.147Z] Go version: go1.16.15 [2022-04-20T10:12:50.147Z] Git commit: 87a90dc [2022-04-20T10:12:50.147Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-20T10:12:50.147Z] OS/Arch: linux/amd64 [2022-04-20T10:12:50.147Z] Experimental: true [2022-04-20T10:12:50.147Z] containerd: [2022-04-20T10:12:50.147Z] Version: 1.5.11 [2022-04-20T10:12:50.147Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:12:50.147Z] runc: [2022-04-20T10:12:50.147Z] Version: 1.0.3 [2022-04-20T10:12:50.147Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-20T10:12:50.147Z] docker-init: [2022-04-20T10:12:50.147Z] Version: 0.19.0 [2022-04-20T10:12:50.147Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-20T10:12:50.452Z] + docker info [2022-04-20T10:12:51.239Z] Client: Docker Engine - Community [2022-04-20T10:12:51.239Z] Version: 20.10.14 [2022-04-20T10:12:51.239Z] API version: 1.41 [2022-04-20T10:12:51.239Z] Go version: go1.16.15 [2022-04-20T10:12:51.239Z] Git commit: a224086 [2022-04-20T10:12:51.239Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-20T10:12:51.239Z] OS/Arch: linux/amd64 [2022-04-20T10:12:51.239Z] Context: default [2022-04-20T10:12:51.239Z] Experimental: true [2022-04-20T10:12:51.239Z] [2022-04-20T10:12:51.239Z] Server: Docker Engine - Community [2022-04-20T10:12:51.239Z] Engine: [2022-04-20T10:12:51.239Z] Version: 20.10.14 [2022-04-20T10:12:51.239Z] API version: 1.41 (minimum version 1.12) [2022-04-20T10:12:51.239Z] Go version: go1.16.15 [2022-04-20T10:12:51.239Z] Git commit: 87a90dc [2022-04-20T10:12:51.239Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-20T10:12:51.239Z] OS/Arch: linux/amd64 [2022-04-20T10:12:51.239Z] Experimental: true [2022-04-20T10:12:51.239Z] containerd: [2022-04-20T10:12:51.239Z] Version: 1.5.11 [2022-04-20T10:12:51.239Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:12:51.239Z] runc: [2022-04-20T10:12:51.239Z] Version: 1.0.3 [2022-04-20T10:12:51.239Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-20T10:12:51.239Z] docker-init: [2022-04-20T10:12:51.239Z] Version: 0.19.0 [2022-04-20T10:12:51.239Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-20T10:12:51.580Z] + docker info [2022-04-20T10:12:52.899Z] #19 DONE 100.6s [2022-04-20T10:12:52.899Z] [2022-04-20T10:12:52.899Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-20T10:12:52.899Z] #32 sha256:e53e516c23640103d4e79eccd60477d10f05312e1447bbd555eae2fc0478a9a9 [2022-04-20T10:12:52.899Z] #32 DONE 0.1s [2022-04-20T10:12:52.899Z] [2022-04-20T10:12:52.899Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:12:52.899Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:12:52.899Z] #20 ... [2022-04-20T10:12:52.899Z] [2022-04-20T10:12:52.899Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-20T10:12:52.899Z] #69 sha256:09aff5bb4fd9567e8cf93c9cf02bfb44ff0e4d7db634d413a0ad76a1e09b52d7 [2022-04-20T10:12:52.899Z] #69 DONE 0.1s [2022-04-20T10:12:52.899Z] [2022-04-20T10:12:52.899Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:12:52.899Z] #70 sha256:98b20542b23d4e32ac7d6526871696dfd34e9e092ea3a2ddb132197e41ff857d [2022-04-20T10:12:53.157Z] #70 0.873 + RM_GOPATH=0 [2022-04-20T10:12:53.157Z] #70 0.873 + TMP_GOPATH= [2022-04-20T10:12:53.157Z] #70 0.873 + : /build [2022-04-20T10:12:53.157Z] #70 0.873 + '[' -z '' ']' [2022-04-20T10:12:53.157Z] #70 0.874 ++ mktemp -d [2022-04-20T10:12:53.157Z] #70 0.875 + export GOPATH=/tmp/tmp.HzMatuqcqg [2022-04-20T10:12:53.157Z] #70 0.875 + GOPATH=/tmp/tmp.HzMatuqcqg [2022-04-20T10:12:53.157Z] #70 0.875 + RM_GOPATH=1 [2022-04-20T10:12:53.157Z] #70 0.875 + case "$(go env GOARCH)" in [2022-04-20T10:12:53.157Z] #70 0.875 ++ go env GOARCH [2022-04-20T10:12:53.157Z] #70 0.878 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:12:53.157Z] #70 0.878 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:12:53.157Z] #70 0.878 ++ dirname /install.sh [2022-04-20T10:12:53.157Z] #70 0.879 + dir=/ [2022-04-20T10:12:53.157Z] #70 0.879 + bin=rootlesskit [2022-04-20T10:12:53.157Z] #70 0.879 + shift [2022-04-20T10:12:53.157Z] #70 0.879 + '[' '!' -f //rootlesskit.installer ']' [2022-04-20T10:12:53.157Z] #70 0.879 + . //rootlesskit.installer [2022-04-20T10:12:53.157Z] #70 0.879 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:12:53.157Z] #70 0.879 + install_rootlesskit [2022-04-20T10:12:53.157Z] #70 0.879 + case "$1" in [2022-04-20T10:12:53.157Z] #70 0.879 + export CGO_ENABLED=0 [2022-04-20T10:12:53.157Z] #70 0.879 + CGO_ENABLED=0 [2022-04-20T10:12:53.157Z] #70 0.879 + _install_rootlesskit [2022-04-20T10:12:53.157Z] #70 0.880 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-20T10:12:53.157Z] #70 0.880 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:12:53.157Z] #70 0.880 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-20T10:12:53.157Z] #70 0.880 + GOBIN=/build [2022-04-20T10:12:53.157Z] #70 0.880 + GO111MODULE=on [2022-04-20T10:12:53.157Z] #70 0.880 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:12:53.157Z] #70 0.987 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-20T10:12:53.731Z] #70 1.568 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-20T10:12:53.731Z] #70 1.569 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-20T10:12:53.731Z] #70 1.581 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-20T10:12:53.731Z] #70 1.585 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-20T10:12:53.731Z] #70 1.585 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-20T10:12:53.731Z] #70 1.587 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-20T10:12:53.731Z] #70 1.619 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-20T10:12:53.990Z] #70 1.660 go: downloading github.com/google/uuid v1.3.0 [2022-04-20T10:12:53.990Z] #70 1.660 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-20T10:12:53.990Z] #70 1.670 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-20T10:12:53.990Z] #70 1.769 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-20T10:12:53.990Z] #70 1.776 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-20T10:12:54.560Z] #70 2.029 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-20T10:12:54.560Z] #70 2.036 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-20T10:12:54.560Z] #70 ... [2022-04-20T10:12:54.560Z] [2022-04-20T10:12:54.560Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-20T10:12:54.560Z] #33 sha256:b69b454f8c42b1956cdfd312eb286416f242747f8383af66931eefe12b8a1dce [2022-04-20T10:12:54.560Z] #33 0.870 + RM_GOPATH=0 [2022-04-20T10:12:54.560Z] #33 0.870 + TMP_GOPATH= [2022-04-20T10:12:54.560Z] #33 0.870 + : /build [2022-04-20T10:12:54.560Z] #33 0.870 + '[' -z '' ']' [2022-04-20T10:12:54.560Z] #33 0.870 ++ mktemp -d [2022-04-20T10:12:54.560Z] #33 0.871 + export GOPATH=/tmp/tmp.dqlm0PGi5S [2022-04-20T10:12:54.560Z] #33 0.871 + GOPATH=/tmp/tmp.dqlm0PGi5S [2022-04-20T10:12:54.560Z] #33 0.871 + RM_GOPATH=1 [2022-04-20T10:12:54.560Z] #33 0.871 + case "$(go env GOARCH)" in [2022-04-20T10:12:54.560Z] #33 0.872 ++ go env GOARCH [2022-04-20T10:12:54.560Z] #33 0.875 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:12:54.560Z] #33 0.875 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:12:54.560Z] #33 0.875 ++ dirname /install.sh [2022-04-20T10:12:54.560Z] #33 0.876 + dir=/ [2022-04-20T10:12:54.560Z] #33 0.876 + bin=dockercli [2022-04-20T10:12:54.560Z] #33 0.876 + shift [2022-04-20T10:12:54.560Z] #33 0.876 + '[' '!' -f //dockercli.installer ']' [2022-04-20T10:12:54.560Z] #33 0.876 + . //dockercli.installer [2022-04-20T10:12:54.560Z] #33 0.876 ++ : stable [2022-04-20T10:12:54.560Z] #33 0.876 ++ : 17.06.2-ce [2022-04-20T10:12:54.560Z] #33 0.876 + install_dockercli [2022-04-20T10:12:54.560Z] #33 0.876 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-20T10:12:54.560Z] #33 0.877 Install docker/cli version 17.06.2-ce from stable [2022-04-20T10:12:54.560Z] #33 0.877 ++ uname -m [2022-04-20T10:12:54.560Z] #33 0.877 + arch=x86_64 [2022-04-20T10:12:54.560Z] #33 0.877 + '[' x86_64 '!=' x86_64 ']' [2022-04-20T10:12:54.560Z] #33 0.878 + url=https://download.docker.com/linux/static [2022-04-20T10:12:54.560Z] #33 0.878 + tar -xz docker/docker [2022-04-20T10:12:54.560Z] #33 0.878 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-20T10:12:54.560Z] #33 2.050 + mkdir -p /build [2022-04-20T10:12:54.560Z] #33 2.051 + mv docker/docker /build/ [2022-04-20T10:12:54.560Z] #33 2.052 + rmdir docker [2022-04-20T10:12:54.560Z] #33 DONE 2.2s [2022-04-20T10:12:54.560Z] [2022-04-20T10:12:54.560Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:12:54.560Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:12:54.560Z] #20 1.092 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-20T10:12:54.560Z] #20 1.092 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-20T10:12:54.560Z] #20 1.299 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-20T10:12:54.560Z] #20 1.302 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-20T10:12:54.560Z] #20 1.397 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-20T10:12:54.560Z] #20 1.493 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-20T10:12:54.560Z] #20 1.611 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-20T10:12:54.560Z] #20 1.731 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-20T10:12:54.560Z] #20 1.819 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-20T10:12:54.560Z] #20 1.820 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-20T10:12:54.560Z] #20 1.821 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-20T10:12:54.560Z] #20 1.823 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-20T10:12:54.560Z] #20 1.824 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-20T10:12:54.560Z] #20 1.825 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-20T10:12:54.560Z] #20 1.825 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-20T10:12:54.560Z] #20 1.825 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-20T10:12:54.560Z] #20 1.825 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-20T10:12:54.560Z] #20 1.825 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-20T10:12:55.497Z] #20 ... [2022-04-20T10:12:55.497Z] [2022-04-20T10:12:55.497Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-20T10:12:55.497Z] #36 sha256:42dd826ca065878ba4cf3dd6c1a5db1c6adb4a081bfbe3d2a5631d224a8477d5 [2022-04-20T10:12:55.497Z] #36 CACHED [2022-04-20T10:12:55.497Z] [2022-04-20T10:12:55.497Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-20T10:12:55.497Z] #37 sha256:953124e0e00b0df04eaa33013d327b7d7b53a71a2d014dd3100c12497c294f4b [2022-04-20T10:12:55.497Z] #37 CACHED [2022-04-20T10:12:55.497Z] [2022-04-20T10:12:55.497Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-20T10:12:55.497Z] #38 sha256:20a833da2f23e0461518551de2a7eda7ef8adcf041b2c6ebb776292c9b605935 [2022-04-20T10:12:55.497Z] #38 CACHED [2022-04-20T10:12:55.497Z] [2022-04-20T10:12:55.497Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-20T10:12:55.497Z] #40 sha256:7b7231920d65a2ae194c0bba43fa7dc8912a98ac13df84be6154753fe919c440 [2022-04-20T10:12:55.497Z] #40 CACHED [2022-04-20T10:12:55.497Z] [2022-04-20T10:12:55.497Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:12:55.497Z] #41 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:12:55.497Z] #41 CACHED [2022-04-20T10:12:55.497Z] [2022-04-20T10:12:55.497Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:12:55.497Z] #43 sha256:639fb02fd57d18cab6475357b1fa3403fc7c9a19a980eeb78b19785f7673ba62 [2022-04-20T10:12:55.497Z] #43 CACHED [2022-04-20T10:12:55.497Z] [2022-04-20T10:12:55.497Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:12:55.497Z] #45 sha256:d946d72b24396f866300973e1f1f474f536f0c5798ea759ac2026e2769ea3aa3 [2022-04-20T10:12:55.497Z] #45 1.042 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-20T10:12:55.497Z] #45 1.042 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-20T10:12:55.497Z] #45 1.297 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-20T10:12:55.497Z] #45 1.299 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-20T10:12:55.497Z] #45 1.392 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-20T10:12:55.497Z] #45 1.465 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-20T10:12:55.497Z] #45 1.565 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-20T10:12:55.497Z] #45 1.648 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-20T10:12:55.497Z] #45 1.737 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-20T10:12:55.497Z] #45 1.739 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-20T10:12:55.497Z] #45 1.741 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-20T10:12:55.497Z] #45 1.743 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-20T10:12:55.497Z] #45 1.745 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-20T10:12:55.497Z] #45 1.747 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-20T10:12:55.497Z] #45 1.748 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-20T10:12:55.497Z] #45 1.749 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-20T10:12:55.497Z] #45 1.750 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-20T10:12:55.497Z] #45 1.751 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-20T10:12:57.399Z] #45 ... [2022-04-20T10:12:57.399Z] [2022-04-20T10:12:57.399Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:12:57.399Z] #70 sha256:98b20542b23d4e32ac7d6526871696dfd34e9e092ea3a2ddb132197e41ff857d [2022-04-20T10:12:57.399Z] #70 4.984 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-20T10:12:57.399Z] #70 4.984 + GOBIN=/build [2022-04-20T10:12:57.399Z] #70 4.984 + GO111MODULE=on [2022-04-20T10:12:57.399Z] #70 4.984 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:12:57.762Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-20T10:12:57.762Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-20T10:12:58.021Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-04-20T10:12:58.333Z] #70 5.992 rootlesskit version 1.0.0 [2022-04-20T10:12:58.333Z] #70 5.994 Usage of /build/rootlesskit-docker-proxy: [2022-04-20T10:12:58.333Z] #70 5.994 -container-ip string [2022-04-20T10:12:58.333Z] #70 5.994 container ip [2022-04-20T10:12:58.333Z] #70 5.994 -container-port int [2022-04-20T10:12:58.333Z] #70 5.994 container port (default -1) [2022-04-20T10:12:58.333Z] #70 5.994 -host-ip string [2022-04-20T10:12:58.333Z] #70 5.994 host ip [2022-04-20T10:12:58.333Z] #70 5.994 -host-port int [2022-04-20T10:12:58.333Z] #70 5.994 host port (default -1) [2022-04-20T10:12:58.333Z] #70 5.994 -proto string [2022-04-20T10:12:58.333Z] #70 5.994 proxy protocol (default "tcp") [2022-04-20T10:12:58.333Z] #70 DONE 6.2s [2022-04-20T10:12:58.333Z] [2022-04-20T10:12:58.333Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-20T10:12:58.333Z] #71 sha256:c30aea92a7a49a1fc7c98e72cb4d70a9dcc1ac9a0f978570941b96175e63d5bf [2022-04-20T10:12:58.333Z] #71 DONE 0.0s [2022-04-20T10:12:58.333Z] [2022-04-20T10:12:58.333Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-20T10:12:58.333Z] #72 sha256:79ea980f62a4dbacba4e5810a8cf03985457b9e11368d41cd3301da0bbba230b [2022-04-20T10:12:58.592Z] #72 DONE 0.0s [2022-04-20T10:12:58.592Z] [2022-04-20T10:12:58.592Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:12:58.592Z] #65 sha256:d4d107cf215cb1492cfb3e6d9e240c5c7b83842e3d7cba8ec192ffe07892c398 [2022-04-20T10:12:58.592Z] #65 0.881 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-20T10:12:58.592Z] #65 1.041 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-20T10:12:58.592Z] #65 1.297 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-20T10:12:58.592Z] #65 1.300 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-20T10:12:58.592Z] #65 1.382 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-20T10:12:58.592Z] #65 1.491 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-20T10:12:58.592Z] #65 1.599 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-20T10:12:58.592Z] #65 1.681 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-20T10:12:58.592Z] #65 1.765 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-20T10:12:58.592Z] #65 1.766 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-20T10:12:58.592Z] #65 1.768 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-20T10:12:58.592Z] #65 1.769 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-20T10:12:58.592Z] #65 1.770 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-20T10:12:58.592Z] #65 1.772 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-20T10:12:58.592Z] #65 1.772 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-20T10:12:58.592Z] #65 1.772 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-20T10:12:58.592Z] #65 1.773 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-20T10:12:58.592Z] #65 1.773 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-20T10:12:59.527Z] #65 ... [2022-04-20T10:12:59.527Z] [2022-04-20T10:12:59.527Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-20T10:12:59.527Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-20T10:12:59.527Z] #75 CACHED [2022-04-20T10:12:59.527Z] [2022-04-20T10:12:59.527Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-20T10:12:59.527Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-20T10:12:59.527Z] #77 CACHED [2022-04-20T10:12:59.527Z] [2022-04-20T10:12:59.527Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:12:59.527Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:12:59.527Z] #20 7.351 Fetched 40.4 MB in 7s (6139 kB/s) [2022-04-20T10:12:59.931Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-20T10:12:59.931Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-20T10:13:00.192Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-20T10:13:01.132Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-20T10:13:01.132Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-20T10:13:01.132Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 6.1% of statements [2022-04-20T10:13:01.392Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-20T10:13:01.392Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-20T10:13:01.392Z] ? github.com/docker/docker/api/types [no test files] [2022-04-20T10:13:01.392Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-20T10:13:01.392Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-20T10:13:01.392Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-20T10:13:01.392Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-20T10:13:01.652Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2022-04-20T10:13:01.652Z] ok github.com/docker/docker/api/types/filters 0.012s coverage: 92.2% of statements [2022-04-20T10:13:01.652Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-20T10:13:01.652Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-20T10:13:01.652Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-20T10:13:01.652Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-20T10:13:01.652Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-20T10:13:01.652Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-20T10:13:01.652Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-20T10:13:01.912Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2022-04-20T10:13:01.912Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 77.3% of statements [2022-04-20T10:13:01.912Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-20T10:13:01.912Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-20T10:13:01.912Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-20T10:13:01.912Z] ? github.com/docker/docker/builder [no test files] [2022-04-20T10:13:01.912Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-20T10:13:01.912Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-20T10:13:01.913Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-20T10:13:01.913Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-20T10:13:01.913Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-20T10:13:01.913Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-20T10:13:01.913Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-20T10:13:02.809Z] #20 7.351 Reading package lists... [2022-04-20T10:13:04.456Z] ok github.com/docker/docker/builder/remotecontext 0.147s coverage: 13.7% of statements [2022-04-20T10:13:04.716Z] ok github.com/docker/docker/builder/dockerfile 0.476s coverage: 49.3% of statements [2022-04-20T10:13:04.977Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-04-20T10:13:05.548Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-04-20T10:13:06.092Z] #20 10.36 Reading package lists... [2022-04-20T10:13:06.350Z] #20 13.37 Building dependency tree... [2022-04-20T10:13:06.350Z] #20 14.06 Reading state information... [2022-04-20T10:13:06.444Z] Client: [2022-04-20T10:13:06.444Z] Context: default [2022-04-20T10:13:06.444Z] Debug Mode: false [2022-04-20T10:13:06.444Z] Plugins: [2022-04-20T10:13:06.444Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-20T10:13:06.444Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-20T10:13:06.444Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-20T10:13:06.444Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-20T10:13:06.444Z] [2022-04-20T10:13:06.444Z] Server: [2022-04-20T10:13:06.444Z] Containers: 0 [2022-04-20T10:13:06.444Z] Running: 0 [2022-04-20T10:13:06.444Z] Paused: 0 [2022-04-20T10:13:06.444Z] Stopped: 0 [2022-04-20T10:13:06.444Z] Images: 0 [2022-04-20T10:13:06.444Z] Server Version: 20.10.14 [2022-04-20T10:13:06.444Z] Storage Driver: overlay2 [2022-04-20T10:13:06.444Z] Backing Filesystem: extfs [2022-04-20T10:13:06.444Z] Supports d_type: true [2022-04-20T10:13:06.444Z] Native Overlay Diff: true [2022-04-20T10:13:06.444Z] userxattr: false [2022-04-20T10:13:06.444Z] Logging Driver: json-file [2022-04-20T10:13:06.444Z] Cgroup Driver: cgroupfs [2022-04-20T10:13:06.444Z] Cgroup Version: 1 [2022-04-20T10:13:06.444Z] Plugins: [2022-04-20T10:13:06.444Z] Volume: local [2022-04-20T10:13:06.444Z] Network: bridge host ipvlan macvlan null overlay [2022-04-20T10:13:06.444Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-20T10:13:06.444Z] Swarm: inactive [2022-04-20T10:13:06.444Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-20T10:13:06.444Z] Default Runtime: runc [2022-04-20T10:13:06.444Z] Init Binary: docker-init [2022-04-20T10:13:06.444Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:13:06.444Z] runc version: v1.0.3-0-gf46b6ba [2022-04-20T10:13:06.444Z] init version: de40ad0 [2022-04-20T10:13:06.444Z] Security Options: [2022-04-20T10:13:06.444Z] apparmor [2022-04-20T10:13:06.444Z] seccomp [2022-04-20T10:13:06.444Z] Profile: default [2022-04-20T10:13:06.444Z] Kernel Version: 5.4.0-1071-aws [2022-04-20T10:13:06.444Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-20T10:13:06.444Z] OSType: linux [2022-04-20T10:13:06.444Z] Architecture: x86_64 [2022-04-20T10:13:06.444Z] CPUs: 2 [2022-04-20T10:13:06.444Z] Total Memory: 7.565GiB [2022-04-20T10:13:06.444Z] Name: ip-10-100-67-121 [2022-04-20T10:13:06.444Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-20T10:13:06.444Z] Docker Root Dir: /var/lib/docker [2022-04-20T10:13:06.444Z] Debug Mode: false [2022-04-20T10:13:06.444Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:13:06.444Z] Labels: [2022-04-20T10:13:06.444Z] Experimental: true [2022-04-20T10:13:06.444Z] Insecure Registries: [2022-04-20T10:13:06.444Z] 127.0.0.0/8 [2022-04-20T10:13:06.444Z] Live Restore Enabled: true [2022-04-20T10:13:06.444Z] [2022-04-20T10:13:06.444Z] WARNING: No swap limit support [Pipeline] sh [2022-04-20T10:13:06.490Z] ok github.com/docker/docker/builder/remotecontext/git 1.600s coverage: 86.3% of statements [2022-04-20T10:13:06.490Z] ? github.com/docker/docker/cli [no test files] [2022-04-20T10:13:06.490Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-20T10:13:06.750Z] ok github.com/docker/docker/cmd/docker-proxy 0.017s coverage: 67.6% of statements [2022-04-20T10:13:06.759Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:13:06.759Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:13:06.759Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43501/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-20T10:13:06.759Z] + bash /home/ubuntu/workspace/moby_PR-43501/check-config.sh [2022-04-20T10:13:06.759Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-20T10:13:06.759Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-20T10:13:06.759Z] [2022-04-20T10:13:06.759Z] Generally Necessary: [2022-04-20T10:13:06.759Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-20T10:13:06.759Z] - apparmor: enabled and tools installed [2022-04-20T10:13:06.759Z] - CONFIG_NAMESPACES: enabled [2022-04-20T10:13:06.759Z] - CONFIG_NET_NS: enabled [2022-04-20T10:13:06.759Z] - CONFIG_PID_NS: enabled [2022-04-20T10:13:06.759Z] - CONFIG_IPC_NS: enabled [2022-04-20T10:13:06.759Z] - CONFIG_UTS_NS: enabled [2022-04-20T10:13:06.759Z] - CONFIG_CGROUPS: enabled [2022-04-20T10:13:06.759Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-20T10:13:06.759Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-20T10:13:06.759Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-20T10:13:06.759Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-20T10:13:06.759Z] - CONFIG_CPUSETS: enabled [2022-04-20T10:13:06.916Z] #20 14.75 The following additional packages will be installed: [2022-04-20T10:13:06.916Z] #20 14.75 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-20T10:13:06.916Z] #20 14.75 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-20T10:13:06.916Z] #20 14.75 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-20T10:13:06.916Z] #20 14.76 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-20T10:13:06.916Z] #20 14.76 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-20T10:13:06.916Z] #20 14.76 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-20T10:13:06.916Z] #20 14.76 mingw-w64-common mingw-w64-x86-64-dev [2022-04-20T10:13:06.916Z] #20 14.77 Suggested packages: [2022-04-20T10:13:06.916Z] #20 14.77 gcc-10-locales seccomp wine64 [2022-04-20T10:13:07.016Z] - CONFIG_MEMCG: enabled [2022-04-20T10:13:07.016Z] - CONFIG_KEYS: enabled [2022-04-20T10:13:07.016Z] - CONFIG_VETH: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-20T10:13:07.016Z] - CONFIG_CGROUP_BPF: enabled [2022-04-20T10:13:07.016Z] [2022-04-20T10:13:07.016Z] Optional Features: [2022-04-20T10:13:07.016Z] - CONFIG_USER_NS: enabled [2022-04-20T10:13:07.016Z] - CONFIG_SECCOMP: enabled [2022-04-20T10:13:07.016Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-20T10:13:07.016Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-20T10:13:07.016Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-20T10:13:07.016Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-20T10:13:07.016Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-20T10:13:07.016Z] - CONFIG_BLK_CGROUP: enabled [2022-04-20T10:13:07.016Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-20T10:13:07.016Z] - CONFIG_CGROUP_PERF: enabled [2022-04-20T10:13:07.016Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-20T10:13:07.016Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-20T10:13:07.016Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-20T10:13:07.174Z] #20 15.05 The following NEW packages will be installed: [2022-04-20T10:13:07.174Z] #20 15.06 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-20T10:13:07.174Z] #20 15.06 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-20T10:13:07.174Z] #20 15.06 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-20T10:13:07.174Z] #20 15.06 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-20T10:13:07.174Z] #20 15.06 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-20T10:13:07.174Z] #20 15.06 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-20T10:13:07.174Z] #20 15.06 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-20T10:13:07.174Z] #20 15.06 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-20T10:13:07.174Z] #20 15.06 mingw-w64-x86-64-dev [2022-04-20T10:13:07.274Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-20T10:13:07.274Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-20T10:13:07.274Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-20T10:13:07.274Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-20T10:13:07.274Z] - CONFIG_IP_VS: enabled (as module) [2022-04-20T10:13:07.274Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-20T10:13:07.274Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-20T10:13:07.274Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-20T10:13:07.274Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-20T10:13:07.274Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-20T10:13:07.274Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-20T10:13:07.274Z] - CONFIG_EXT4_FS: enabled [2022-04-20T10:13:07.274Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-20T10:13:07.274Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-20T10:13:07.274Z] - Network Drivers: [2022-04-20T10:13:07.274Z] - "overlay": [2022-04-20T10:13:07.274Z] - CONFIG_VXLAN: enabled (as module) [2022-04-20T10:13:07.274Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-20T10:13:07.274Z] Optional (for encrypted networks): [2022-04-20T10:13:07.274Z] - CONFIG_CRYPTO: enabled [2022-04-20T10:13:07.274Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-20T10:13:07.274Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-20T10:13:07.274Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-20T10:13:07.274Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-20T10:13:07.274Z] - CONFIG_XFRM: enabled [2022-04-20T10:13:07.274Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-20T10:13:07.274Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-20T10:13:07.274Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-20T10:13:07.274Z] - "ipvlan": [2022-04-20T10:13:07.274Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-20T10:13:07.274Z] - "macvlan": [2022-04-20T10:13:07.432Z] #20 15.37 0 upgraded, 30 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:13:07.432Z] #20 15.37 Need to get 115 MB of archives. [2022-04-20T10:13:07.432Z] #20 15.37 After this operation, 645 MB of additional disk space will be used. [2022-04-20T10:13:07.432Z] #20 15.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-04-20T10:13:07.432Z] #20 15.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-04-20T10:13:07.536Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-20T10:13:07.536Z] - CONFIG_DUMMY: enabled (as module) [2022-04-20T10:13:07.536Z] - "ftp,tftp client in container": [2022-04-20T10:13:07.536Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-20T10:13:07.536Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-20T10:13:07.536Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-20T10:13:07.536Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-20T10:13:07.536Z] - Storage Drivers: [2022-04-20T10:13:07.536Z] - "aufs": [2022-04-20T10:13:07.536Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-20T10:13:07.536Z] - "btrfs": [2022-04-20T10:13:07.536Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-20T10:13:07.536Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-20T10:13:07.536Z] - "devicemapper": [2022-04-20T10:13:07.536Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-20T10:13:07.536Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-20T10:13:07.536Z] - "overlay": [2022-04-20T10:13:07.690Z] #20 15.41 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-20T10:13:07.691Z] #20 15.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-04-20T10:13:07.691Z] #20 15.41 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-20T10:13:07.691Z] #20 15.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-20T10:13:07.691Z] #20 15.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-20T10:13:07.691Z] #20 15.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-20T10:13:07.691Z] #20 15.48 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-04-20T10:13:07.691Z] #20 15.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-20T10:13:07.794Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-20T10:13:07.794Z] - "zfs": [2022-04-20T10:13:07.794Z] - /dev/zfs: present [2022-04-20T10:13:07.794Z] - zfs command: missing [2022-04-20T10:13:07.794Z] - zpool command: missing [2022-04-20T10:13:07.794Z] [2022-04-20T10:13:07.794Z] Limits: [2022-04-20T10:13:07.794Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-20T10:13:07.794Z] [2022-04-20T10:13:07.794Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-20T10:13:07.949Z] #20 15.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-20T10:13:07.949Z] #20 15.83 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-20T10:13:08.172Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 . [2022-04-20T10:13:08.207Z] #20 ... [2022-04-20T10:13:08.207Z] [2022-04-20T10:13:08.207Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:13:08.207Z] #65 sha256:d4d107cf215cb1492cfb3e6d9e240c5c7b83842e3d7cba8ec192ffe07892c398 [2022-04-20T10:13:08.207Z] #65 7.332 Fetched 40.4 MB in 7s (5913 kB/s) [2022-04-20T10:13:08.207Z] #65 7.332 Reading package lists... [2022-04-20T10:13:08.207Z] #65 10.34 Reading package lists... [2022-04-20T10:13:08.207Z] #65 13.34 Building dependency tree... [2022-04-20T10:13:08.207Z] #65 14.04 Reading state information... [2022-04-20T10:13:08.207Z] #65 14.74 The following additional packages will be installed: [2022-04-20T10:13:08.207Z] #65 14.74 libbtrfs0 [2022-04-20T10:13:08.207Z] #65 14.82 The following NEW packages will be installed: [2022-04-20T10:13:08.207Z] #65 14.83 libbtrfs-dev libbtrfs0 [2022-04-20T10:13:08.207Z] #65 15.13 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:13:08.207Z] #65 15.13 Need to get 460 kB of archives. [2022-04-20T10:13:08.207Z] #65 15.13 After this operation, 1237 kB of additional disk space will be used. [2022-04-20T10:13:08.207Z] #65 15.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-20T10:13:08.207Z] #65 15.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-20T10:13:08.207Z] #65 15.40 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:13:08.207Z] #65 15.52 Fetched 460 kB in 0s (1673 kB/s) [2022-04-20T10:13:08.207Z] #65 15.56 Selecting previously unselected package libbtrfs0:amd64. [2022-04-20T10:13:08.207Z] #65 15.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 ... 30207 files and directories currently installed.) [2022-04-20T10:13:08.207Z] #65 15.58 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-20T10:13:08.207Z] #65 15.58 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:13:08.207Z] #65 15.62 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-20T10:13:08.207Z] #65 15.63 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-20T10:13:08.207Z] #65 15.63 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:13:08.207Z] #65 15.69 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:13:08.207Z] #65 15.70 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:13:08.207Z] #65 15.71 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:13:08.207Z] #65 DONE 15.9s [2022-04-20T10:13:08.207Z] [2022-04-20T10:13:08.207Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-20T10:13:08.207Z] #66 sha256:ed8598f8540e0555667aab5dc388e4ff1e86b5f4dc7c8c236bad731964997048 [2022-04-20T10:13:08.207Z] #66 DONE 0.1s [2022-04-20T10:13:08.207Z] [2022-04-20T10:13:08.207Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:08.207Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:13:08.207Z] #20 15.92 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-20T10:13:08.207Z] #20 ... [2022-04-20T10:13:08.207Z] [2022-04-20T10:13:08.207Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:13:08.207Z] #67 sha256:ce09bc4805e1bc7a9bc64d8f89d900b5d5e0e45fb6ce338cfeff4bf299c81fa3 [2022-04-20T10:13:08.433Z] #2 [internal] load .dockerignore [2022-04-20T10:13:08.433Z] #2 sha256:053169b98ca0cb1c1f4d13cc7b76d2f5d74c6bf622aa774852a358edbc2d2078 [2022-04-20T10:13:08.552Z] Client: [2022-04-20T10:13:08.552Z] Context: default [2022-04-20T10:13:08.552Z] Debug Mode: false [2022-04-20T10:13:08.552Z] Plugins: [2022-04-20T10:13:08.552Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-20T10:13:08.552Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-20T10:13:08.552Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-20T10:13:08.552Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-20T10:13:08.552Z] [2022-04-20T10:13:08.552Z] Server: [2022-04-20T10:13:08.552Z] Containers: 0 [2022-04-20T10:13:08.552Z] Running: 0 [2022-04-20T10:13:08.552Z] Paused: 0 [2022-04-20T10:13:08.552Z] Stopped: 0 [2022-04-20T10:13:08.552Z] Images: 0 [2022-04-20T10:13:08.552Z] Server Version: 20.10.14 [2022-04-20T10:13:08.552Z] Storage Driver: overlay2 [2022-04-20T10:13:08.552Z] Backing Filesystem: extfs [2022-04-20T10:13:08.552Z] Supports d_type: true [2022-04-20T10:13:08.552Z] Native Overlay Diff: true [2022-04-20T10:13:08.552Z] userxattr: false [2022-04-20T10:13:08.552Z] Logging Driver: json-file [2022-04-20T10:13:08.552Z] Cgroup Driver: cgroupfs [2022-04-20T10:13:08.552Z] Cgroup Version: 1 [2022-04-20T10:13:08.552Z] Plugins: [2022-04-20T10:13:08.552Z] Volume: local [2022-04-20T10:13:08.552Z] Network: bridge host ipvlan macvlan null overlay [2022-04-20T10:13:08.552Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-20T10:13:08.552Z] Swarm: inactive [2022-04-20T10:13:08.552Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-20T10:13:08.552Z] Default Runtime: runc [2022-04-20T10:13:08.552Z] Init Binary: docker-init [2022-04-20T10:13:08.552Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-20T10:13:08.552Z] runc version: v1.0.3-0-gf46b6ba [2022-04-20T10:13:08.552Z] init version: de40ad0 [2022-04-20T10:13:08.552Z] Security Options: [2022-04-20T10:13:08.552Z] apparmor [2022-04-20T10:13:08.552Z] seccomp [2022-04-20T10:13:08.552Z] Profile: default [2022-04-20T10:13:08.552Z] Kernel Version: 5.4.0-1071-aws [2022-04-20T10:13:08.552Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-20T10:13:08.552Z] OSType: linux [2022-04-20T10:13:08.552Z] Architecture: x86_64 [2022-04-20T10:13:08.552Z] CPUs: 2 [2022-04-20T10:13:08.552Z] Total Memory: 7.565GiB [2022-04-20T10:13:08.552Z] Name: ip-10-100-99-200 [2022-04-20T10:13:08.552Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-20T10:13:08.552Z] Docker Root Dir: /var/lib/docker [2022-04-20T10:13:08.552Z] Debug Mode: false [2022-04-20T10:13:08.552Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:13:08.552Z] Labels: [2022-04-20T10:13:08.552Z] Experimental: true [2022-04-20T10:13:08.552Z] Insecure Registries: [2022-04-20T10:13:08.552Z] 127.0.0.0/8 [2022-04-20T10:13:08.552Z] Live Restore Enabled: true [2022-04-20T10:13:08.552Z] [2022-04-20T10:13:08.552Z] WARNING: No swap limit support [Pipeline] sh [2022-04-20T10:13:08.698Z] #2 transferring context: 87B done [2022-04-20T10:13:08.698Z] #2 DONE 0.3s [2022-04-20T10:13:08.698Z] [2022-04-20T10:13:08.698Z] #1 [internal] load build definition from Dockerfile [2022-04-20T10:13:08.698Z] #1 sha256:e0663ccdc6d3a8693fe08c152ffb7499ecf770422cfb486143c16aa219990cc4 [2022-04-20T10:13:08.698Z] #1 transferring dockerfile: 16.77kB done [2022-04-20T10:13:08.698Z] #1 DONE 0.2s [2022-04-20T10:13:08.698Z] [2022-04-20T10:13:08.698Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-20T10:13:08.698Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-20T10:13:08.773Z] #67 0.591 + RM_GOPATH=0 [2022-04-20T10:13:08.773Z] #67 0.591 + TMP_GOPATH= [2022-04-20T10:13:08.773Z] #67 0.591 + : /build [2022-04-20T10:13:08.773Z] #67 0.592 + '[' -z '' ']' [2022-04-20T10:13:08.773Z] #67 0.592 ++ mktemp -d [2022-04-20T10:13:08.773Z] #67 0.593 + export GOPATH=/tmp/tmp.zCEP9SDGQm [2022-04-20T10:13:08.773Z] #67 0.593 + GOPATH=/tmp/tmp.zCEP9SDGQm [2022-04-20T10:13:08.773Z] #67 0.593 + RM_GOPATH=1 [2022-04-20T10:13:08.773Z] #67 0.593 + case "$(go env GOARCH)" in [2022-04-20T10:13:08.773Z] #67 0.593 ++ go env GOARCH [2022-04-20T10:13:08.773Z] #67 0.597 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:08.773Z] #67 0.597 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:08.773Z] #67 0.597 ++ dirname /install.sh [2022-04-20T10:13:08.773Z] #67 0.598 + dir=/ [2022-04-20T10:13:08.773Z] #67 0.598 + bin=containerd [2022-04-20T10:13:08.773Z] #67 0.598 + shift [2022-04-20T10:13:08.773Z] #67 0.598 + '[' '!' -f //containerd.installer ']' [2022-04-20T10:13:08.773Z] #67 0.598 + . //containerd.installer [2022-04-20T10:13:08.773Z] #67 0.598 ++ set -e [2022-04-20T10:13:08.773Z] #67 0.598 ++ : v1.6.2 [2022-04-20T10:13:08.773Z] #67 0.598 + install_containerd [2022-04-20T10:13:08.773Z] #67 0.598 + echo 'Install containerd version v1.6.2' [2022-04-20T10:13:08.773Z] #67 0.598 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zCEP9SDGQm/src/github.com/containerd/containerd [2022-04-20T10:13:08.773Z] #67 0.599 Install containerd version v1.6.2 [2022-04-20T10:13:08.773Z] #67 0.600 Cloning into '/tmp/tmp.zCEP9SDGQm/src/github.com/containerd/containerd'... [2022-04-20T10:13:08.854Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:13:08.854Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:13:08.854Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43501/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-20T10:13:08.854Z] + bash /home/ubuntu/workspace/moby_PR-43501/check-config.sh [2022-04-20T10:13:08.854Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-20T10:13:08.854Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-20T10:13:08.854Z] [2022-04-20T10:13:08.854Z] Generally Necessary: [2022-04-20T10:13:08.854Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-20T10:13:08.854Z] - apparmor: enabled and tools installed [2022-04-20T10:13:08.854Z] - CONFIG_NAMESPACES: enabled [2022-04-20T10:13:08.854Z] - CONFIG_NET_NS: enabled [2022-04-20T10:13:08.854Z] - CONFIG_PID_NS: enabled [2022-04-20T10:13:08.854Z] - CONFIG_IPC_NS: enabled [2022-04-20T10:13:08.854Z] - CONFIG_UTS_NS: enabled [2022-04-20T10:13:08.854Z] - CONFIG_CGROUPS: enabled [2022-04-20T10:13:08.854Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-20T10:13:08.854Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-20T10:13:08.854Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-20T10:13:08.854Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-20T10:13:08.854Z] - CONFIG_CPUSETS: enabled [2022-04-20T10:13:08.854Z] - CONFIG_MEMCG: enabled [2022-04-20T10:13:08.854Z] - CONFIG_KEYS: enabled [2022-04-20T10:13:08.854Z] - CONFIG_VETH: enabled (as module) [2022-04-20T10:13:08.854Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-20T10:13:08.854Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-20T10:13:09.132Z] - CONFIG_CGROUP_BPF: enabled [2022-04-20T10:13:09.132Z] [2022-04-20T10:13:09.132Z] Optional Features: [2022-04-20T10:13:09.132Z] - CONFIG_USER_NS: enabled [2022-04-20T10:13:09.132Z] - CONFIG_SECCOMP: enabled [2022-04-20T10:13:09.132Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-20T10:13:09.132Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-20T10:13:09.132Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-20T10:13:09.132Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-20T10:13:09.132Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-20T10:13:09.132Z] - CONFIG_BLK_CGROUP: enabled [2022-04-20T10:13:09.132Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-20T10:13:09.132Z] - CONFIG_CGROUP_PERF: enabled [2022-04-20T10:13:09.132Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-20T10:13:09.132Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-20T10:13:09.132Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-20T10:13:09.132Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-20T10:13:09.132Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-20T10:13:09.132Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_IP_VS: enabled (as module) [2022-04-20T10:13:09.132Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-20T10:13:09.132Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-20T10:13:09.264Z] #3 DONE 0.5s [2022-04-20T10:13:09.264Z] [2022-04-20T10:13:09.264Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-20T10:13:09.264Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-20T10:13:09.264Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-20T10:13:09.264Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-04-20T10:13:09.264Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-20T10:13:09.264Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-20T10:13:09.264Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-20T10:13:09.339Z] #67 ... [2022-04-20T10:13:09.339Z] [2022-04-20T10:13:09.339Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:13:09.339Z] #45 sha256:d946d72b24396f866300973e1f1f474f536f0c5798ea759ac2026e2769ea3aa3 [2022-04-20T10:13:09.339Z] #45 7.314 Fetched 40.4 MB in 7s (6189 kB/s) [2022-04-20T10:13:09.339Z] #45 7.314 Reading package lists... [2022-04-20T10:13:09.339Z] #45 10.33 Reading package lists... [2022-04-20T10:13:09.339Z] #45 13.34 Building dependency tree... [2022-04-20T10:13:09.339Z] #45 14.06 Reading state information... [2022-04-20T10:13:09.339Z] #45 14.77 The following additional packages will be installed: [2022-04-20T10:13:09.339Z] #45 14.78 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-04-20T10:13:09.339Z] #45 14.79 Suggested packages: [2022-04-20T10:13:09.339Z] #45 14.79 cmake-doc ninja-build lrzip [2022-04-20T10:13:09.339Z] #45 14.79 Recommended packages: [2022-04-20T10:13:09.339Z] #45 14.79 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-20T10:13:09.339Z] #45 15.03 The following NEW packages will be installed: [2022-04-20T10:13:09.339Z] #45 15.04 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-04-20T10:13:09.339Z] #45 15.35 0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:13:09.339Z] #45 15.35 Need to get 8418 kB of archives. [2022-04-20T10:13:09.339Z] #45 15.35 After this operation, 34.9 MB of additional disk space will be used. [2022-04-20T10:13:09.339Z] #45 15.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-20T10:13:09.339Z] #45 15.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-20T10:13:09.339Z] #45 15.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-20T10:13:09.339Z] #45 15.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-20T10:13:09.339Z] #45 15.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-20T10:13:09.339Z] #45 15.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-20T10:13:09.339Z] #45 15.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-20T10:13:09.339Z] #45 15.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-20T10:13:09.339Z] #45 15.71 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:13:09.339Z] #45 15.83 Fetched 8418 kB in 0s (25.8 MB/s) [2022-04-20T10:13:09.339Z] #45 15.85 Selecting previously unselected package xxd. [2022-04-20T10:13:09.339Z] #45 15.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-04-20T10:13:09.339Z] #45 15.87 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:13:09.339Z] #45 15.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 15.93 Selecting previously unselected package vim-common. [2022-04-20T10:13:09.339Z] #45 15.94 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:13:09.339Z] #45 15.95 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 16.01 Selecting previously unselected package cmake-data. [2022-04-20T10:13:09.339Z] #45 16.01 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-20T10:13:09.339Z] #45 16.02 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 16.43 Selecting previously unselected package libarchive13:amd64. [2022-04-20T10:13:09.339Z] #45 16.43 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-20T10:13:09.339Z] #45 16.44 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 16.50 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-20T10:13:09.339Z] #45 16.50 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-20T10:13:09.339Z] #45 16.50 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-20T10:13:09.339Z] #45 16.54 Selecting previously unselected package librhash0:amd64. [2022-04-20T10:13:09.339Z] #45 16.54 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-04-20T10:13:09.339Z] #45 16.55 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-20T10:13:09.339Z] #45 16.59 Selecting previously unselected package libuv1:amd64. [2022-04-20T10:13:09.339Z] #45 16.59 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-04-20T10:13:09.339Z] #45 16.60 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-20T10:13:09.339Z] #45 16.63 Selecting previously unselected package cmake. [2022-04-20T10:13:09.339Z] #45 16.63 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-20T10:13:09.339Z] #45 16.63 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 17.16 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 17.17 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 17.18 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-20T10:13:09.339Z] #45 17.19 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 17.21 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-20T10:13:09.339Z] #45 17.22 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-20T10:13:09.339Z] #45 17.23 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 17.24 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-20T10:13:09.339Z] #45 17.25 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:13:09.415Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-20T10:13:09.415Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-20T10:13:09.415Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-20T10:13:09.415Z] - CONFIG_EXT4_FS: enabled [2022-04-20T10:13:09.415Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-20T10:13:09.415Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-20T10:13:09.415Z] - Network Drivers: [2022-04-20T10:13:09.415Z] - "overlay": [2022-04-20T10:13:09.415Z] - CONFIG_VXLAN: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-20T10:13:09.415Z] Optional (for encrypted networks): [2022-04-20T10:13:09.415Z] - CONFIG_CRYPTO: enabled [2022-04-20T10:13:09.415Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-20T10:13:09.415Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-20T10:13:09.415Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-20T10:13:09.415Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-20T10:13:09.415Z] - CONFIG_XFRM: enabled [2022-04-20T10:13:09.415Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-20T10:13:09.415Z] - "ipvlan": [2022-04-20T10:13:09.415Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-20T10:13:09.415Z] - "macvlan": [2022-04-20T10:13:09.415Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_DUMMY: enabled (as module) [2022-04-20T10:13:09.415Z] - "ftp,tftp client in container": [2022-04-20T10:13:09.415Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-20T10:13:09.415Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-20T10:13:09.415Z] - Storage Drivers: [2022-04-20T10:13:09.415Z] - "aufs": [2022-04-20T10:13:09.415Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-20T10:13:09.415Z] - "btrfs": [2022-04-20T10:13:09.521Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-04-20T10:13:09.521Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-04-20T10:13:09.521Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-04-20T10:13:09.597Z] #45 ... [2022-04-20T10:13:09.597Z] [2022-04-20T10:13:09.597Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:09.597Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:13:09.597Z] #20 16.16 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-20T10:13:09.597Z] #20 16.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-20T10:13:09.597Z] #20 16.27 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-20T10:13:09.597Z] #20 16.27 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-20T10:13:09.597Z] #20 16.27 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-20T10:13:09.597Z] #20 16.27 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-20T10:13:09.597Z] #20 16.28 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-04-20T10:13:09.597Z] #20 16.28 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-20T10:13:09.597Z] #20 16.28 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-20T10:13:09.597Z] #20 16.28 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-20T10:13:09.597Z] #20 16.28 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-20T10:13:09.597Z] #20 16.28 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-20T10:13:09.597Z] #20 16.28 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-20T10:13:09.597Z] #20 16.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-20T10:13:09.597Z] #20 16.29 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-04-20T10:13:09.597Z] #20 16.29 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-20T10:13:09.597Z] #20 16.29 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-20T10:13:09.597Z] #20 16.55 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:13:09.597Z] #20 16.66 Fetched 115 MB in 1s (96.6 MB/s) [2022-04-20T10:13:09.597Z] #20 16.68 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-20T10:13:09.597Z] #20 16.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-04-20T10:13:09.597Z] #20 16.70 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-20T10:13:09.597Z] #20 16.70 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-20T10:13:09.597Z] #20 16.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-20T10:13:09.597Z] #20 16.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-20T10:13:09.597Z] #20 16.98 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-20T10:13:09.597Z] #20 17.30 Selecting previously unselected package binutils-mingw-w64. [2022-04-20T10:13:09.597Z] #20 17.30 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-20T10:13:09.597Z] #20 17.31 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-20T10:13:09.597Z] #20 17.34 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-20T10:13:09.597Z] #20 17.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:13:09.597Z] #20 17.35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:13:09.597Z] #20 17.44 Selecting previously unselected package dmsetup. [2022-04-20T10:13:09.597Z] #20 17.44 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:13:09.597Z] #20 ... [2022-04-20T10:13:09.597Z] [2022-04-20T10:13:09.597Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:13:09.597Z] #45 sha256:d946d72b24396f866300973e1f1f474f536f0c5798ea759ac2026e2769ea3aa3 [2022-04-20T10:13:09.597Z] #45 DONE 17.5s [2022-04-20T10:13:09.597Z] [2022-04-20T10:13:09.597Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:09.597Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:13:09.597Z] #20 17.46 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-20T10:13:09.680Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-20T10:13:09.680Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-20T10:13:09.680Z] - "devicemapper": [2022-04-20T10:13:09.680Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-20T10:13:09.680Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-20T10:13:09.680Z] - "overlay": [2022-04-20T10:13:09.680Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-20T10:13:09.680Z] - "zfs": [2022-04-20T10:13:09.680Z] - /dev/zfs: present [2022-04-20T10:13:09.680Z] - zfs command: missing [2022-04-20T10:13:09.680Z] - zpool command: missing [2022-04-20T10:13:09.680Z] [2022-04-20T10:13:09.680Z] Limits: [2022-04-20T10:13:09.680Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-20T10:13:09.680Z] [2022-04-20T10:13:09.680Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-20T10:13:09.855Z] #20 ... [2022-04-20T10:13:09.856Z] [2022-04-20T10:13:09.856Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-20T10:13:09.856Z] #46 sha256:1031261c3f8f9fd89fc88d95d19c9504a620c3f09f54b3b2c3316e257c0d9a75 [2022-04-20T10:13:09.856Z] #46 DONE 0.0s [2022-04-20T10:13:09.856Z] [2022-04-20T10:13:09.856Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:09.856Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:13:09.856Z] #20 17.56 Selecting previously unselected package mingw-w64-common. [2022-04-20T10:13:09.856Z] #20 17.56 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-20T10:13:09.856Z] #20 17.57 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-20T10:13:10.042Z] + sudo modprobe ip_vs [2022-04-20T10:13:10.042Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 . [2022-04-20T10:13:10.086Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-04-20T10:13:10.301Z] #1 [internal] load build definition from Dockerfile [2022-04-20T10:13:10.301Z] #1 sha256:95f85daf2d0f7fed11b879b6206f22798b4cdbacefb1efd051d7fde8dcaa699f [2022-04-20T10:13:10.301Z] #1 transferring dockerfile: 16.77kB done [2022-04-20T10:13:10.343Z] #4 DONE 0.9s [2022-04-20T10:13:10.343Z] [2022-04-20T10:13:10.343Z] #6 [internal] load build definition from Dockerfile [2022-04-20T10:13:10.343Z] #6 sha256:4a4d317c15b22d0ee6b27681c63b78a6b42665c5f0bdb82d7434555d4d676992 [2022-04-20T10:13:10.343Z] #6 DONE 0.0s [2022-04-20T10:13:10.343Z] [2022-04-20T10:13:10.343Z] #5 [internal] load .dockerignore [2022-04-20T10:13:10.343Z] #5 sha256:280e7e07956499014efc752fb4d63366d0de43c606d80617b7ab48d930d12280 [2022-04-20T10:13:10.343Z] #5 DONE 0.0s [2022-04-20T10:13:10.343Z] [2022-04-20T10:13:10.343Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-20T10:13:10.343Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-20T10:13:10.422Z] #20 18.14 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-20T10:13:10.422Z] #20 18.14 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-20T10:13:10.422Z] #20 18.15 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-20T10:13:10.560Z] #1 DONE 0.2s [2022-04-20T10:13:10.560Z] [2022-04-20T10:13:10.560Z] #2 [internal] load .dockerignore [2022-04-20T10:13:10.560Z] #2 sha256:2cd5662b6f1dfb1a6e85d9fce4c132d081a52c9a7d793aec8f1df67e9666b783 [2022-04-20T10:13:10.560Z] #2 transferring context: 87B done [2022-04-20T10:13:10.560Z] #2 DONE 0.1s [2022-04-20T10:13:10.560Z] [2022-04-20T10:13:10.560Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-20T10:13:10.560Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-20T10:13:10.950Z] ok github.com/docker/docker/client 0.105s coverage: 75.6% of statements [2022-04-20T10:13:10.989Z] #20 18.76 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-20T10:13:10.989Z] #20 18.76 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:13:10.989Z] #20 18.77 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-20T10:13:10.989Z] #20 18.83 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-20T10:13:10.989Z] #20 18.84 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:13:10.989Z] #20 18.85 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-20T10:13:11.130Z] #3 DONE 0.4s [2022-04-20T10:13:11.130Z] [2022-04-20T10:13:11.130Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-20T10:13:11.130Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-20T10:13:11.130Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-20T10:13:11.130Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-20T10:13:11.130Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-20T10:13:11.130Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.1s [2022-04-20T10:13:11.130Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-20T10:13:11.130Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-04-20T10:13:11.249Z] #20 ... [2022-04-20T10:13:11.249Z] [2022-04-20T10:13:11.249Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-04-20T10:13:11.249Z] #47 sha256:f3e90c22cdbaeb835ad77048e8e0bdae151b5f2bf670a1939a546e4de07dacc5 [2022-04-20T10:13:11.249Z] #47 0.396 + RM_GOPATH=0 [2022-04-20T10:13:11.249Z] #47 0.396 + TMP_GOPATH= [2022-04-20T10:13:11.249Z] #47 0.396 + : /build [2022-04-20T10:13:11.249Z] #47 0.396 + '[' -z '' ']' [2022-04-20T10:13:11.249Z] #47 0.397 ++ mktemp -d [2022-04-20T10:13:11.249Z] #47 0.398 + export GOPATH=/tmp/tmp.M9wDYCKNrU [2022-04-20T10:13:11.249Z] #47 0.398 + GOPATH=/tmp/tmp.M9wDYCKNrU [2022-04-20T10:13:11.249Z] #47 0.398 + RM_GOPATH=1 [2022-04-20T10:13:11.249Z] #47 0.398 + case "$(go env GOARCH)" in [2022-04-20T10:13:11.249Z] #47 0.398 ++ go env GOARCH [2022-04-20T10:13:11.249Z] #47 0.402 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:11.249Z] #47 0.402 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:11.249Z] #47 0.402 ++ dirname /install.sh [2022-04-20T10:13:11.249Z] #47 0.403 + dir=/ [2022-04-20T10:13:11.249Z] #47 0.403 + bin=tini [2022-04-20T10:13:11.249Z] #47 0.403 + shift [2022-04-20T10:13:11.249Z] #47 0.403 + '[' '!' -f //tini.installer ']' [2022-04-20T10:13:11.249Z] #47 0.403 + . //tini.installer [2022-04-20T10:13:11.249Z] #47 0.403 ++ : v0.19.0 [2022-04-20T10:13:11.249Z] #47 0.403 + install_tini [2022-04-20T10:13:11.249Z] #47 0.403 + echo 'Install tini version v0.19.0' [2022-04-20T10:13:11.249Z] #47 0.403 Install tini version v0.19.0 [2022-04-20T10:13:11.249Z] #47 0.403 + git clone https://github.com/krallin/tini.git /tmp/tmp.M9wDYCKNrU/tini [2022-04-20T10:13:11.249Z] #47 0.405 Cloning into '/tmp/tmp.M9wDYCKNrU/tini'... [2022-04-20T10:13:11.249Z] #47 0.608 + cd /tmp/tmp.M9wDYCKNrU/tini [2022-04-20T10:13:11.249Z] #47 0.608 + git checkout -q v0.19.0 [2022-04-20T10:13:11.249Z] #47 0.612 + cmake . [2022-04-20T10:13:11.249Z] #47 0.682 -- The C compiler identification is GNU 10.2.1 [2022-04-20T10:13:11.249Z] #47 0.692 -- Detecting C compiler ABI info [2022-04-20T10:13:11.249Z] #47 0.777 -- Detecting C compiler ABI info - done [2022-04-20T10:13:11.249Z] #47 0.793 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-20T10:13:11.249Z] #47 0.793 -- Detecting C compile features [2022-04-20T10:13:11.249Z] #47 0.794 -- Detecting C compile features - done [2022-04-20T10:13:11.249Z] #47 0.802 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-20T10:13:11.249Z] #47 0.833 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-20T10:13:11.249Z] #47 0.844 -- Configuring done [2022-04-20T10:13:11.249Z] #47 0.847 -- Generating done [2022-04-20T10:13:11.249Z] #47 0.848 -- Build files have been written to: /tmp/tmp.M9wDYCKNrU/tini [2022-04-20T10:13:11.249Z] #47 0.850 + make tini-static [2022-04-20T10:13:11.249Z] #47 0.900 Scanning dependencies of target tini-static [2022-04-20T10:13:11.249Z] #47 0.910 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-20T10:13:11.249Z] #47 1.081 [100%] Linking C executable tini-static [2022-04-20T10:13:11.249Z] #47 1.158 [100%] Built target tini-static [2022-04-20T10:13:11.249Z] #47 1.168 + mkdir -p /build [2022-04-20T10:13:11.249Z] #47 1.169 + cp tini-static /build/docker-init [2022-04-20T10:13:11.249Z] #47 DONE 1.6s [2022-04-20T10:13:11.389Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-04-20T10:13:11.389Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-04-20T10:13:11.508Z] [2022-04-20T10:13:11.508Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:11.508Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:13:11.647Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-04-20T10:13:11.647Z] #4 DONE 0.8s [2022-04-20T10:13:11.737Z] #10 DONE 1.2s [2022-04-20T10:13:11.737Z] [2022-04-20T10:13:11.737Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-20T10:13:11.737Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-20T10:13:11.737Z] #8 DONE 1.2s [2022-04-20T10:13:11.737Z] [2022-04-20T10:13:11.737Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:13:11.737Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-20T10:13:11.737Z] #7 DONE 1.2s [2022-04-20T10:13:11.737Z] [2022-04-20T10:13:11.737Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:13:11.737Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-20T10:13:11.737Z] #9 DONE 1.2s [2022-04-20T10:13:11.911Z] [2022-04-20T10:13:11.911Z] #5 [internal] load build definition from Dockerfile [2022-04-20T10:13:11.911Z] #5 sha256:38e1b568b14b563d467007fc09a00252a82890b3ef41288e6bc49aa759dcabfb [2022-04-20T10:13:11.911Z] #5 DONE 0.0s [2022-04-20T10:13:11.911Z] [2022-04-20T10:13:11.911Z] #6 [internal] load .dockerignore [2022-04-20T10:13:11.911Z] #6 sha256:1647527ffd818d7e5d1efcb3d955e5c08152565ba04cb55ca5803164e566de7b [2022-04-20T10:13:11.911Z] #6 DONE 0.0s [2022-04-20T10:13:11.911Z] [2022-04-20T10:13:11.911Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:13:11.911Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-20T10:13:12.075Z] #20 ... [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-20T10:13:12.075Z] #49 sha256:bb879fd9cd66538bd7907c810a31f792c6d8db071ac291d7bfe8b34e4a76bc53 [2022-04-20T10:13:12.075Z] #49 CACHED [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:13:12.075Z] #50 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:13:12.075Z] #50 CACHED [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-04-20T10:13:12.075Z] #53 sha256:4e3b504c94550df1ab38467abbff9455e91f50dcfc8c1ddca9f16eec562ef723 [2022-04-20T10:13:12.075Z] #53 CACHED [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:13:12.075Z] #54 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:13:12.075Z] #54 CACHED [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:13:12.075Z] #56 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:13:12.075Z] #56 CACHED [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:13:12.075Z] #58 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:13:12.075Z] #58 CACHED [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:13:12.075Z] #60 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:13:12.075Z] #60 CACHED [2022-04-20T10:13:12.075Z] [2022-04-20T10:13:12.075Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:12.075Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:13:12.075Z] #20 20.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-20T10:13:12.334Z] #20 20.05 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:13:12.334Z] #20 20.05 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:13:12.846Z] #10 ... [2022-04-20T10:13:12.846Z] [2022-04-20T10:13:12.846Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-20T10:13:12.846Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-20T10:13:12.846Z] #9 DONE 0.8s [2022-04-20T10:13:12.846Z] [2022-04-20T10:13:12.846Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:13:12.846Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-20T10:13:12.846Z] #10 DONE 0.9s [2022-04-20T10:13:12.846Z] [2022-04-20T10:13:12.846Z] #7 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-20T10:13:12.846Z] #7 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-20T10:13:12.846Z] #7 DONE 0.9s [2022-04-20T10:13:12.846Z] [2022-04-20T10:13:12.846Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-20T10:13:12.846Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-20T10:13:13.105Z] #8 DONE 1.0s [2022-04-20T10:13:13.132Z] [2022-04-20T10:13:13.132Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:13:13.132Z] #28 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:13:13.132Z] #28 resolve docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd 0.1s done [2022-04-20T10:13:13.132Z] #28 sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd 1.85kB / 1.85kB done [2022-04-20T10:13:13.132Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-04-20T10:13:13.390Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-04-20T10:13:13.390Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 4.19MB / 54.94MB 0.2s [2022-04-20T10:13:13.649Z] #28 ... [2022-04-20T10:13:13.649Z] [2022-04-20T10:13:13.649Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-20T10:13:13.649Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-20T10:13:13.649Z] #45 DONE 0.0s [2022-04-20T10:13:13.649Z] [2022-04-20T10:13:13.649Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:13:13.649Z] #28 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:13:13.649Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 8.39MB / 54.94MB 0.3s [2022-04-20T10:13:13.649Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 13.63MB / 54.94MB 0.5s [2022-04-20T10:13:13.914Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 20.97MB / 54.94MB 0.7s [2022-04-20T10:13:14.048Z] [2022-04-20T10:13:14.048Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:14.048Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:14.048Z] #11 DONE 0.0s [2022-04-20T10:13:14.048Z] [2022-04-20T10:13:14.048Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-20T10:13:14.048Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-20T10:13:14.172Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 33.55MB / 54.94MB 1.0s [2022-04-20T10:13:14.461Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 44.04MB / 54.94MB 1.3s [2022-04-20T10:13:14.719Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 48.23MB / 54.94MB 1.4s [2022-04-20T10:13:14.719Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 51.38MB / 54.94MB 1.5s [2022-04-20T10:13:14.864Z] #20 22.38 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-20T10:13:14.864Z] #20 22.38 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:13:14.864Z] #20 22.39 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:13:14.988Z] #45 DONE 0.7s [2022-04-20T10:13:14.988Z] [2022-04-20T10:13:14.988Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:13:14.988Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-20T10:13:14.988Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-20T10:13:14.988Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-20T10:13:14.988Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-20T10:13:14.988Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-20T10:13:14.988Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.4s [2022-04-20T10:13:14.988Z] #67 ... [2022-04-20T10:13:14.988Z] [2022-04-20T10:13:14.988Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-20T10:13:14.988Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-20T10:13:14.988Z] #45 DONE 0.0s [2022-04-20T10:13:14.988Z] [2022-04-20T10:13:14.988Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:13:14.988Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-20T10:13:14.988Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s [2022-04-20T10:13:15.012Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.7s [2022-04-20T10:13:15.294Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2022-04-20T10:13:15.555Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-04-20T10:13:15.803Z] #20 23.73 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-20T10:13:15.803Z] #20 23.73 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:13:15.803Z] #20 23.73 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-20T10:13:15.942Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 2.4s done [2022-04-20T10:13:15.943Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a [2022-04-20T10:13:17.711Z] #20 25.26 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-20T10:13:17.711Z] #20 25.27 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:13:17.711Z] #20 25.27 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:13:17.838Z] #28 ... [2022-04-20T10:13:17.838Z] [2022-04-20T10:13:17.838Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:13:17.838Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-20T10:13:17.838Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-20T10:13:17.838Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-20T10:13:17.838Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-20T10:13:17.838Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-20T10:13:17.838Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-04-20T10:13:17.838Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.3s done [2022-04-20T10:13:17.838Z] #67 DONE 4.5s [2022-04-20T10:13:17.838Z] [2022-04-20T10:13:17.838Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:13:17.838Z] #28 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:13:20.854Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.1s done [2022-04-20T10:13:20.854Z] #67 ... [2022-04-20T10:13:20.854Z] [2022-04-20T10:13:20.854Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:20.854Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:20.854Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 0.1s done [2022-04-20T10:13:20.854Z] #11 sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 1.86kB / 1.86kB done [2022-04-20T10:13:20.854Z] #11 sha256:ee752bc53c628ff789bacefb714cff721701042ffa9eb736f7b2ed4e9f2bdab6 1.80kB / 1.80kB done [2022-04-20T10:13:20.854Z] #11 sha256:4df7abb7452ed820621fb16b9f978ae9294c1d44ac46041c9083f139b959ac96 7.05kB / 7.05kB done [2022-04-20T10:13:20.854Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 5.16MB / 5.16MB 0.6s done [2022-04-20T10:13:20.854Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.94MB / 54.94MB 1.9s done [2022-04-20T10:13:20.854Z] #11 sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 10.87MB / 10.87MB 1.1s done [2022-04-20T10:13:20.854Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 54.58MB / 54.58MB 2.9s done [2022-04-20T10:13:20.854Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 85.84MB / 85.84MB 4.8s done [2022-04-20T10:13:20.854Z] #11 sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 113.25MB / 141.70MB 6.4s [2022-04-20T10:13:20.854Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 3.9s [2022-04-20T10:13:20.854Z] #11 sha256:09c5fd124f19893ecdcc4f0533a3ef8e3411a80aef3e90d608e3488ba5c18d36 156B / 156B 3.2s done [2022-04-20T10:13:21.001Z] #20 28.38 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-20T10:13:21.002Z] #20 28.38 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:13:21.002Z] #20 28.39 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:13:21.112Z] #11 sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 121.63MB / 141.70MB 6.7s [2022-04-20T10:13:21.122Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.2s [2022-04-20T10:13:21.375Z] #11 ... [2022-04-20T10:13:21.375Z] [2022-04-20T10:13:21.375Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:13:21.375Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-20T10:13:21.375Z] #67 DONE 7.0s [2022-04-20T10:13:21.375Z] [2022-04-20T10:13:21.375Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:21.375Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:21.375Z] #11 sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 140.51MB / 141.70MB 6.9s [2022-04-20T10:13:21.375Z] #11 ... [2022-04-20T10:13:21.375Z] [2022-04-20T10:13:21.375Z] #24 [internal] load build context [2022-04-20T10:13:21.375Z] #24 sha256:1bbb115aec35f4470d9427979fbaa7ce7858c624826bbb0e1c168e9b59842a91 [2022-04-20T10:13:21.375Z] #24 transferring context: 51.96MB 7.0s [2022-04-20T10:13:21.375Z] #24 ... [2022-04-20T10:13:21.375Z] [2022-04-20T10:13:21.375Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:21.375Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:21.939Z] #20 29.68 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-20T10:13:21.939Z] #20 29.69 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-20T10:13:21.939Z] #20 29.70 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-20T10:13:21.939Z] #20 29.75 Selecting previously unselected package libapparmor1:amd64. [2022-04-20T10:13:21.939Z] #20 29.76 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-20T10:13:21.939Z] #20 29.76 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-20T10:13:21.939Z] #20 29.80 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-20T10:13:21.939Z] #20 29.80 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-20T10:13:21.939Z] #20 29.81 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-20T10:13:21.939Z] #20 29.87 Selecting previously unselected package libbtrfs0:amd64. [2022-04-20T10:13:21.939Z] #20 29.87 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-20T10:13:21.939Z] #20 29.88 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:13:21.939Z] #20 29.95 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-20T10:13:22.199Z] #20 29.95 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-20T10:13:22.199Z] #20 29.96 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:13:22.199Z] #20 30.08 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-20T10:13:22.458Z] #20 30.08 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:13:22.458Z] #20 30.09 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:13:22.458Z] #20 30.14 Selecting previously unselected package libudev-dev:amd64. [2022-04-20T10:13:22.458Z] #20 30.15 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-20T10:13:22.458Z] #20 30.15 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-20T10:13:22.458Z] #20 30.23 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-20T10:13:22.458Z] #20 30.24 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-20T10:13:22.458Z] #20 30.24 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-20T10:13:22.458Z] #20 30.35 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-20T10:13:22.718Z] #20 30.35 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-20T10:13:22.718Z] #20 30.36 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-20T10:13:22.718Z] #20 30.44 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-20T10:13:22.718Z] #20 30.44 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-20T10:13:22.718Z] #20 30.44 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-20T10:13:22.718Z] #20 30.51 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-20T10:13:22.718Z] #20 30.51 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-20T10:13:22.718Z] #20 30.51 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-20T10:13:22.718Z] #20 30.55 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-20T10:13:22.718Z] #20 30.55 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-20T10:13:22.718Z] #20 30.55 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-20T10:13:22.759Z] #11 ... [2022-04-20T10:13:22.759Z] [2022-04-20T10:13:22.759Z] #24 [internal] load build context [2022-04-20T10:13:22.759Z] #24 sha256:1bbb115aec35f4470d9427979fbaa7ce7858c624826bbb0e1c168e9b59842a91 [2022-04-20T10:13:22.759Z] #24 transferring context: 60.74MB 7.9s done [2022-04-20T10:13:22.759Z] #24 DONE 8.5s [2022-04-20T10:13:22.759Z] [2022-04-20T10:13:22.759Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:22.759Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:22.977Z] #20 30.67 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-20T10:13:22.977Z] #20 30.68 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-20T10:13:22.977Z] #20 30.68 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-20T10:13:22.977Z] #20 30.75 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-20T10:13:22.977Z] #20 30.76 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:13:22.977Z] #20 30.76 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:13:22.977Z] #20 30.79 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-20T10:13:22.977Z] #20 30.80 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-20T10:13:22.977Z] #20 30.80 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-20T10:13:22.977Z] #20 30.84 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-20T10:13:22.977Z] #20 30.84 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-20T10:13:22.977Z] #20 30.84 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-20T10:13:23.017Z] #11 sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 141.70MB / 141.70MB 8.3s done [2022-04-20T10:13:23.050Z] #28 ... [2022-04-20T10:13:23.050Z] [2022-04-20T10:13:23.050Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:23.050Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:23.050Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 0.1s done [2022-04-20T10:13:23.050Z] #11 sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 1.86kB / 1.86kB done [2022-04-20T10:13:23.050Z] #11 sha256:ee752bc53c628ff789bacefb714cff721701042ffa9eb736f7b2ed4e9f2bdab6 1.80kB / 1.80kB done [2022-04-20T10:13:23.050Z] #11 sha256:4df7abb7452ed820621fb16b9f978ae9294c1d44ac46041c9083f139b959ac96 7.05kB / 7.05kB done [2022-04-20T10:13:23.050Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.94MB / 54.94MB 2.8s done [2022-04-20T10:13:23.050Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 5.16MB / 5.16MB 1.6s done [2022-04-20T10:13:23.050Z] #11 sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 10.87MB / 10.87MB 3.1s done [2022-04-20T10:13:23.050Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 6.4s [2022-04-20T10:13:23.050Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 85.84MB / 85.84MB 7.7s done [2022-04-20T10:13:23.050Z] #11 sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 141.70MB / 141.70MB 9.4s done [2022-04-20T10:13:23.050Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 54.58MB / 54.58MB 6.1s done [2022-04-20T10:13:23.050Z] #11 sha256:09c5fd124f19893ecdcc4f0533a3ef8e3411a80aef3e90d608e3488ba5c18d36 156B / 156B 7.8s done [2022-04-20T10:13:23.050Z] #11 ... [2022-04-20T10:13:23.050Z] [2022-04-20T10:13:23.050Z] #24 [internal] load build context [2022-04-20T10:13:23.050Z] #24 sha256:537c64c4fb75b6f15dceed2045ed2d6efafeb3bf3012cdc04d80b3f892fd028c [2022-04-20T10:13:23.050Z] #24 transferring context: 60.74MB 9.6s done [2022-04-20T10:13:23.236Z] #20 30.95 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-20T10:13:23.236Z] #20 30.96 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-20T10:13:23.236Z] #20 30.97 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-20T10:13:23.236Z] #20 30.98 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-20T10:13:23.236Z] #20 30.99 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-20T10:13:23.236Z] #20 31.00 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-20T10:13:23.236Z] #20 31.01 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:13:23.236Z] #20 31.02 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-20T10:13:23.236Z] #20 31.03 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-20T10:13:23.237Z] #20 31.04 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-20T10:13:23.237Z] #20 31.05 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-20T10:13:23.237Z] #20 31.06 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:13:23.237Z] #20 31.07 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-20T10:13:23.237Z] #20 31.08 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-20T10:13:23.237Z] #20 31.09 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-20T10:13:23.237Z] #20 31.10 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-20T10:13:23.237Z] #20 31.11 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-20T10:13:23.237Z] #20 31.12 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-20T10:13:23.237Z] #20 31.13 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-20T10:13:23.237Z] #20 31.14 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-20T10:13:23.237Z] #20 31.15 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:13:23.237Z] #20 31.16 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-20T10:13:23.237Z] #20 31.20 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:13:23.237Z] #20 31.23 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-20T10:13:23.237Z] #20 ... [2022-04-20T10:13:23.237Z] [2022-04-20T10:13:23.237Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:13:23.237Z] #67 sha256:ce09bc4805e1bc7a9bc64d8f89d900b5d5e0e45fb6ce338cfeff4bf299c81fa3 [2022-04-20T10:13:23.237Z] #67 5.179 + cd /tmp/tmp.zCEP9SDGQm/src/github.com/containerd/containerd [2022-04-20T10:13:23.237Z] #67 5.179 + git checkout -q v1.6.2 [2022-04-20T10:13:23.237Z] #67 5.383 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-20T10:13:23.237Z] #67 5.383 + BUILDTAGS='netgo osusergo static_build' [2022-04-20T10:13:23.237Z] #67 5.383 + export EXTRA_FLAGS=-buildmode=pie [2022-04-20T10:13:23.237Z] #67 5.383 + EXTRA_FLAGS=-buildmode=pie [2022-04-20T10:13:23.237Z] #67 5.383 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-20T10:13:23.237Z] #67 5.383 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-20T10:13:23.237Z] #67 5.383 + '[' '' = dynamic ']' [2022-04-20T10:13:23.237Z] #67 5.383 + make [2022-04-20T10:13:23.237Z] #67 6.253 + bin/ctr [2022-04-20T10:13:23.315Z] #24 ... [2022-04-20T10:13:23.315Z] [2022-04-20T10:13:23.315Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:13:23.316Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-20T10:13:23.316Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-20T10:13:23.316Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-20T10:13:23.316Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-20T10:13:23.316Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-20T10:13:23.316Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done [2022-04-20T10:13:23.316Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.8s done [2022-04-20T10:13:23.316Z] #69 DONE 10.3s [2022-04-20T10:13:23.316Z] [2022-04-20T10:13:23.316Z] #24 [internal] load build context [2022-04-20T10:13:23.316Z] #24 sha256:537c64c4fb75b6f15dceed2045ed2d6efafeb3bf3012cdc04d80b3f892fd028c [2022-04-20T10:13:23.316Z] #24 DONE 10.4s [2022-04-20T10:13:23.316Z] [2022-04-20T10:13:23.316Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:23.316Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:23.496Z] #67 ... [2022-04-20T10:13:23.496Z] [2022-04-20T10:13:23.496Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:23.496Z] #20 sha256:67a1854017ee1d28d5cec7706a04c470dd5b6bef3efc583a1266f1cf84cbb97e [2022-04-20T10:13:23.496Z] #20 31.24 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-20T10:13:23.496Z] #20 31.25 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:13:23.496Z] #20 31.26 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-20T10:13:23.496Z] #20 31.27 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:13:23.496Z] #20 31.28 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-20T10:13:23.496Z] #20 31.31 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:13:23.496Z] #20 31.32 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-20T10:13:23.496Z] #20 31.34 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:13:23.496Z] #20 31.35 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:13:23.496Z] #20 31.36 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:13:24.427Z] #11 ... [2022-04-20T10:13:24.427Z] [2022-04-20T10:13:24.427Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-20T10:13:24.427Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-20T10:13:24.427Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-20T10:13:24.427Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-20T10:13:24.427Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-20T10:13:24.427Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.5s done [2022-04-20T10:13:24.427Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.0s done [2022-04-20T10:13:24.427Z] #69 DONE 9.8s [2022-04-20T10:13:24.427Z] [2022-04-20T10:13:24.427Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:24.427Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:24.427Z] #11 ... [2022-04-20T10:13:24.427Z] [2022-04-20T10:13:24.427Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:13:24.427Z] #28 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:13:24.427Z] #28 resolve docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd 0.1s done [2022-04-20T10:13:24.427Z] #28 sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd 1.85kB / 1.85kB done [2022-04-20T10:13:24.427Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-04-20T10:13:24.427Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-04-20T10:13:24.427Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 6.4s done [2022-04-20T10:13:24.427Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 2.8s [2022-04-20T10:13:24.427Z] #28 ... [2022-04-20T10:13:24.427Z] [2022-04-20T10:13:24.427Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:24.427Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:25.216Z] #11 ... [2022-04-20T10:13:25.216Z] [2022-04-20T10:13:25.216Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-20T10:13:25.216Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-20T10:13:25.216Z] #68 DONE 1.7s [2022-04-20T10:13:25.473Z] [2022-04-20T10:13:25.473Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:25.473Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:25.808Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 9.0s [2022-04-20T10:13:26.028Z] #20 DONE 33.3s [2022-04-20T10:13:26.028Z] [2022-04-20T10:13:26.028Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-04-20T10:13:26.028Z] #21 sha256:597c64f7cb5223628b1b58c83c4ff3301ed1600264125a3ae9fcfba2bf32588f [2022-04-20T10:13:26.100Z] #11 ... [2022-04-20T10:13:26.100Z] [2022-04-20T10:13:26.100Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-20T10:13:26.100Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-20T10:13:26.100Z] #68 DONE 0.8s [2022-04-20T10:13:26.100Z] [2022-04-20T10:13:26.100Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:26.100Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:26.287Z] #21 0.737 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-20T10:13:26.287Z] #21 0.737 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-20T10:13:26.287Z] #21 0.737 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-20T10:13:26.841Z] #11 ... [2022-04-20T10:13:26.841Z] [2022-04-20T10:13:26.841Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-20T10:13:26.841Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-20T10:13:26.841Z] #70 DONE 1.6s [2022-04-20T10:13:27.094Z] #11 ... [2022-04-20T10:13:27.094Z] [2022-04-20T10:13:27.094Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-20T10:13:27.094Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-20T10:13:27.094Z] #70 DONE 1.0s [2022-04-20T10:13:27.094Z] [2022-04-20T10:13:27.094Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:27.094Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:27.098Z] [2022-04-20T10:13:27.098Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:13:27.098Z] #28 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:13:27.098Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 10.4s [2022-04-20T10:13:28.029Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 12.1s done [2022-04-20T10:13:28.286Z] #28 DONE 15.2s [2022-04-20T10:13:28.286Z] [2022-04-20T10:13:28.286Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:28.286Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:28.286Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 11.6s [2022-04-20T10:13:28.286Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 11.8s done [2022-04-20T10:13:28.543Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 [2022-04-20T10:13:29.108Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 0.6s done [2022-04-20T10:13:29.365Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 [2022-04-20T10:13:30.295Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 1.0s done [2022-04-20T10:13:30.382Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 13.1s done [2022-04-20T10:13:30.382Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 [2022-04-20T10:13:30.552Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d [2022-04-20T10:13:31.317Z] #11 ... [2022-04-20T10:13:31.317Z] [2022-04-20T10:13:31.317Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:5e9181aedb19a8f04c54544cb441834b645659b7b3705214579086834e7561dd [2022-04-20T10:13:31.317Z] #28 sha256:934bbb8fcad885b9bc483c794b558e74d6653387de795746bd55cbd1e551b111 [2022-04-20T10:13:31.317Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 9.7s done [2022-04-20T10:13:31.317Z] #28 DONE 17.0s [2022-04-20T10:13:31.317Z] [2022-04-20T10:13:31.317Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:31.317Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:31.317Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 1.1s done [2022-04-20T10:13:31.317Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 [2022-04-20T10:13:31.888Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 0.5s done [2022-04-20T10:13:32.148Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d [2022-04-20T10:13:32.503Z] #21 1.689 Reading package lists... [2022-04-20T10:13:35.804Z] #21 6.187 Reading package lists... [2022-04-20T10:13:35.804Z] #21 ... [2022-04-20T10:13:35.804Z] [2022-04-20T10:13:35.804Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:13:35.804Z] #67 sha256:ce09bc4805e1bc7a9bc64d8f89d900b5d5e0e45fb6ce338cfeff4bf299c81fa3 [2022-04-20T10:13:35.804Z] #67 17.74 + bin/containerd [2022-04-20T10:13:35.809Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 5.0s [2022-04-20T10:13:36.374Z] #67 ... [2022-04-20T10:13:36.374Z] [2022-04-20T10:13:36.374Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-04-20T10:13:36.374Z] #21 sha256:597c64f7cb5223628b1b58c83c4ff3301ed1600264125a3ae9fcfba2bf32588f [2022-04-20T10:13:36.374Z] #21 6.187 Reading package lists... [2022-04-20T10:13:36.744Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 6.2s done [2022-04-20T10:13:37.002Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 [2022-04-20T10:13:37.313Z] #21 10.71 Building dependency tree... [2022-04-20T10:13:37.313Z] #21 11.79 Reading state information... [2022-04-20T10:13:37.420Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 4.6s done [2022-04-20T10:13:37.420Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 [2022-04-20T10:13:37.464Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:13:37.464Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:13:37.464Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:13:37.464Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:13:37.464Z] [2022-04-20T10:13:37.464Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-20T10:13:37.464Z] DOCKER_SYSTEMD=1 [2022-04-20T10:13:37.464Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-20T10:13:37.464Z] HOSTNAME=8c3e85e3600e [2022-04-20T10:13:37.464Z] DEST=bundles/test-integration [2022-04-20T10:13:37.464Z] PWD=/go/src/github.com/docker/docker [2022-04-20T10:13:37.464Z] DOCKER_GITCOMMIT=166e380b745cb3cdacf68c67069b6bdb9402adf2 [2022-04-20T10:13:37.464Z] container=docker [2022-04-20T10:13:37.464Z] HOME=/root [2022-04-20T10:13:37.464Z] LANG=C.UTF-8 [2022-04-20T10:13:37.464Z] INVOCATION_ID=02cf5ff1097445b88e3254084fc0e4e8 [2022-04-20T10:13:37.464Z] GOLANG_VERSION=1.18.1 [2022-04-20T10:13:37.464Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-20T10:13:37.464Z] VALIDATE_BRANCH=master [2022-04-20T10:13:37.464Z] TERM=xterm [2022-04-20T10:13:37.464Z] DOCKER_PKG=github.com/docker/docker [2022-04-20T10:13:37.464Z] SHLVL=3 [2022-04-20T10:13:37.464Z] TIMEOUT=120m [2022-04-20T10:13:37.464Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-20T10:13:37.464Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-20T10:13:37.464Z] GO111MODULE=off [2022-04-20T10:13:37.464Z] DOCKER_EXPERIMENTAL=1 [2022-04-20T10:13:37.464Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-20T10:13:37.464Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-20T10:13:37.464Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-20T10:13:37.464Z] GOPATH=/go [2022-04-20T10:13:37.464Z] PKG_CONFIG=pkg-config [2022-04-20T10:13:37.464Z] _=/usr/bin/env [2022-04-20T10:13:37.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-20T10:13:37.949Z] #11 ... [2022-04-20T10:13:37.949Z] [2022-04-20T10:13:37.949Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-20T10:13:37.949Z] #29 sha256:42dd826ca065878ba4cf3dd6c1a5db1c6adb4a081bfbe3d2a5631d224a8477d5 [2022-04-20T10:13:37.949Z] #29 1.394 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:13:37.949Z] #29 1.406 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:13:37.949Z] #29 1.406 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:13:37.949Z] #29 1.566 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:13:37.949Z] #29 1.787 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:13:37.949Z] #29 2.222 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:13:37.949Z] #29 3.451 Fetched 8510 kB in 2s (3642 kB/s) [2022-04-20T10:13:37.949Z] #29 3.451 Reading package lists... [2022-04-20T10:13:37.949Z] #29 4.316 Reading package lists... [2022-04-20T10:13:37.949Z] #29 5.083 Building dependency tree... [2022-04-20T10:13:37.949Z] #29 5.427 The following additional packages will be installed: [2022-04-20T10:13:37.949Z] #29 5.427 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-20T10:13:37.949Z] #29 5.427 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-20T10:13:37.949Z] #29 5.427 Recommended packages: [2022-04-20T10:13:37.949Z] #29 5.427 libldap-common publicsuffix libsasl2-modules [2022-04-20T10:13:37.949Z] #29 5.671 The following NEW packages will be installed: [2022-04-20T10:13:37.949Z] #29 5.671 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-20T10:13:37.949Z] #29 5.671 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-20T10:13:37.949Z] #29 5.671 libssh2-1 openssl [2022-04-20T10:13:37.949Z] #29 5.942 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-04-20T10:13:37.949Z] #29 5.942 Need to get 3040 kB of archives. [2022-04-20T10:13:37.949Z] #29 5.942 After this operation, 6651 kB of additional disk space will be used. [2022-04-20T10:13:37.949Z] #29 5.942 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-20T10:13:37.949Z] #29 5.958 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-20T10:13:37.949Z] #29 5.958 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-20T10:13:37.949Z] #29 5.970 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-20T10:13:37.949Z] #29 5.970 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-20T10:13:37.949Z] #29 5.970 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-20T10:13:37.949Z] #29 5.983 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-20T10:13:37.949Z] #29 5.983 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-20T10:13:37.949Z] #29 5.983 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-20T10:13:37.949Z] #29 5.983 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-20T10:13:37.949Z] #29 5.983 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-20T10:13:37.949Z] #29 5.993 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-20T10:13:37.949Z] #29 5.993 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-20T10:13:37.949Z] #29 5.993 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-20T10:13:37.949Z] #29 6.003 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-20T10:13:37.949Z] #29 6.174 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:13:37.949Z] #29 6.209 Fetched 3040 kB in 0s (9464 kB/s) [2022-04-20T10:13:37.949Z] #29 6.254 Selecting previously unselected package openssl. [2022-04-20T10:13:37.949Z] #29 6.254 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-20T10:13:37.949Z] #29 6.254 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.255 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 6.434 Selecting previously unselected package ca-certificates. [2022-04-20T10:13:37.949Z] #29 6.434 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-20T10:13:37.949Z] #29 6.434 Unpacking ca-certificates (20210119) ... [2022-04-20T10:13:37.949Z] #29 6.534 Selecting previously unselected package libbrotli1:amd64. [2022-04-20T10:13:37.949Z] #29 6.534 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.546 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-20T10:13:37.949Z] #29 6.622 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-20T10:13:37.949Z] #29 6.622 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.627 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 6.669 Selecting previously unselected package libsasl2-2:amd64. [2022-04-20T10:13:37.949Z] #29 6.669 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.675 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 6.734 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-20T10:13:37.949Z] #29 6.734 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.738 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-20T10:13:37.949Z] #29 6.806 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-20T10:13:37.949Z] #29 6.806 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.810 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-20T10:13:37.949Z] #29 6.856 Selecting previously unselected package libpsl5:amd64. [2022-04-20T10:13:37.949Z] #29 6.856 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.859 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-20T10:13:37.949Z] #29 6.904 Selecting previously unselected package librtmp1:amd64. [2022-04-20T10:13:37.949Z] #29 6.904 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.908 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-20T10:13:37.949Z] #29 6.950 Selecting previously unselected package libssh2-1:amd64. [2022-04-20T10:13:37.949Z] #29 6.950 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 6.954 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-20T10:13:37.949Z] #29 7.017 Selecting previously unselected package libcurl4:amd64. [2022-04-20T10:13:37.949Z] #29 7.017 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 7.021 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 7.092 Selecting previously unselected package curl. [2022-04-20T10:13:37.949Z] #29 7.092 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 7.097 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 7.156 Selecting previously unselected package libonig5:amd64. [2022-04-20T10:13:37.949Z] #29 7.156 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 7.160 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:13:37.949Z] #29 7.227 Selecting previously unselected package libjq1:amd64. [2022-04-20T10:13:37.949Z] #29 7.227 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 7.230 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:13:37.949Z] #29 7.294 Selecting previously unselected package jq. [2022-04-20T10:13:37.949Z] #29 7.295 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-20T10:13:37.949Z] #29 7.299 Unpacking jq (1.6-2.1) ... [2022-04-20T10:13:37.949Z] #29 7.353 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-20T10:13:37.949Z] #29 7.373 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-20T10:13:37.949Z] #29 7.384 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-20T10:13:37.949Z] #29 7.398 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 7.412 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-20T10:13:37.949Z] #29 7.427 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 7.444 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-20T10:13:37.949Z] #29 7.458 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 7.478 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:13:37.949Z] #29 7.498 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:13:37.949Z] #29 7.506 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-20T10:13:37.949Z] #29 7.520 Setting up ca-certificates (20210119) ... [2022-04-20T10:13:37.949Z] #29 8.153 Updating certificates in /etc/ssl/certs... [2022-04-20T10:13:37.949Z] #29 8.957 129 added, 0 removed; done. [2022-04-20T10:13:37.949Z] #29 8.991 Setting up jq (1.6-2.1) ... [2022-04-20T10:13:37.949Z] #29 9.005 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 9.017 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:37.949Z] #29 9.029 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:13:37.949Z] #29 9.048 Processing triggers for ca-certificates (20210119) ... [2022-04-20T10:13:37.949Z] #29 9.058 Updating certificates in /etc/ssl/certs... [2022-04-20T10:13:37.949Z] #29 9.716 0 added, 0 removed; done. [2022-04-20T10:13:37.949Z] #29 9.716 Running hooks in /etc/ca-certificates/update.d... [2022-04-20T10:13:37.949Z] #29 9.718 done. [2022-04-20T10:13:37.949Z] #29 ... [2022-04-20T10:13:37.949Z] [2022-04-20T10:13:37.949Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:37.949Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:38.699Z] #21 12.90 The following additional packages will be installed: [2022-04-20T10:13:38.699Z] #21 12.90 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-04-20T10:13:38.699Z] #21 12.90 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-04-20T10:13:38.699Z] #21 12.90 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-04-20T10:13:38.699Z] #21 12.90 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-04-20T10:13:38.699Z] #21 12.90 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-04-20T10:13:38.699Z] #21 12.91 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-04-20T10:13:38.699Z] #21 12.91 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-04-20T10:13:38.699Z] #21 12.92 Suggested packages: [2022-04-20T10:13:38.699Z] #21 12.92 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-04-20T10:13:38.699Z] #21 12.92 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-04-20T10:13:38.699Z] #21 12.92 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-04-20T10:13:38.699Z] #21 12.92 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-04-20T10:13:38.699Z] #21 12.92 seccomp:ppc64el seccomp:s390x [2022-04-20T10:13:38.699Z] #21 12.92 Recommended packages: [2022-04-20T10:13:38.699Z] #21 12.92 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-04-20T10:13:38.699Z] #21 12.92 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-04-20T10:13:38.699Z] #21 12.92 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-04-20T10:13:38.699Z] #21 12.92 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-04-20T10:13:38.959Z] #21 13.35 The following NEW packages will be installed: [2022-04-20T10:13:38.959Z] #21 13.35 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-04-20T10:13:38.959Z] #21 13.36 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-04-20T10:13:38.959Z] #21 13.36 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-04-20T10:13:38.959Z] #21 13.36 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-04-20T10:13:38.959Z] #21 13.36 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-04-20T10:13:38.959Z] #21 13.36 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-04-20T10:13:38.959Z] #21 13.36 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-04-20T10:13:38.959Z] #21 13.36 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-04-20T10:13:38.959Z] #21 13.36 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-04-20T10:13:38.959Z] #21 13.36 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-04-20T10:13:38.959Z] #21 13.36 libseccomp2:ppc64el libseccomp2:s390x [2022-04-20T10:13:39.218Z] #21 13.71 0 upgraded, 40 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:13:39.218Z] #21 13.71 Need to get 15.9 MB of archives. [2022-04-20T10:13:39.218Z] #21 13.71 After this operation, 73.0 MB of additional disk space will be used. [2022-04-20T10:13:39.218Z] #21 13.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-04-20T10:13:39.218Z] #21 13.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-04-20T10:13:39.218Z] #21 13.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-04-20T10:13:39.218Z] #21 13.72 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-04-20T10:13:39.218Z] #21 13.73 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-04-20T10:13:39.218Z] #21 13.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-04-20T10:13:39.218Z] #21 13.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-04-20T10:13:39.218Z] #21 13.73 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-04-20T10:13:39.218Z] #21 13.76 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-04-20T10:13:39.219Z] #21 13.76 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-04-20T10:13:39.219Z] #21 13.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-04-20T10:13:39.219Z] #21 13.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-04-20T10:13:39.219Z] #21 13.76 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-04-20T10:13:39.219Z] #21 13.80 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-04-20T10:13:39.219Z] #21 13.80 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-04-20T10:13:39.219Z] #21 13.80 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-04-20T10:13:39.219Z] #21 13.80 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-04-20T10:13:39.219Z] #21 13.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-04-20T10:13:39.219Z] #21 13.82 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-04-20T10:13:39.329Z] #11 ... [2022-04-20T10:13:39.329Z] [2022-04-20T10:13:39.329Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-20T10:13:39.329Z] #29 sha256:42dd826ca065878ba4cf3dd6c1a5db1c6adb4a081bfbe3d2a5631d224a8477d5 [2022-04-20T10:13:39.329Z] #29 DONE 11.1s [2022-04-20T10:13:39.329Z] [2022-04-20T10:13:39.329Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:39.329Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:39.478Z] #21 13.83 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-04-20T10:13:39.479Z] #21 13.83 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-04-20T10:13:39.479Z] #21 13.83 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-04-20T10:13:39.479Z] #21 13.83 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-04-20T10:13:39.479Z] #21 13.86 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-04-20T10:13:39.479Z] #21 13.86 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-04-20T10:13:39.479Z] #21 13.86 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-04-20T10:13:39.479Z] #21 13.86 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-04-20T10:13:39.479Z] #21 13.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-04-20T10:13:39.479Z] #21 13.89 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-04-20T10:13:39.479Z] #21 13.90 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-04-20T10:13:39.738Z] #21 14.27 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:13:39.738Z] #21 14.39 Fetched 15.9 MB in 0s (35.0 MB/s) [2022-04-20T10:13:39.894Z] #11 ... [2022-04-20T10:13:39.894Z] [2022-04-20T10:13:39.894Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-20T10:13:39.894Z] #30 sha256:3d94421fd07f92b32cc87248d7e5951c15ac4e2a17c96c2e1f090508d5057b08 [2022-04-20T10:13:39.894Z] #30 DONE 0.4s [2022-04-20T10:13:39.894Z] [2022-04-20T10:13:39.894Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:39.894Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:39.996Z] #21 14.41 Selecting previously unselected package gcc-10-base:armel. [2022-04-20T10:13:39.996Z] #21 14.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-04-20T10:13:39.996Z] #21 14.43 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-04-20T10:13:39.996Z] #21 14.43 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-04-20T10:13:39.996Z] #21 14.46 Selecting previously unselected package gcc-10-base:armhf. [2022-04-20T10:13:39.996Z] #21 14.47 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-04-20T10:13:39.996Z] #21 14.47 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-04-20T10:13:39.996Z] #21 14.50 Selecting previously unselected package gcc-10-base:ppc64el. [2022-04-20T10:13:39.996Z] #21 14.50 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-04-20T10:13:39.996Z] #21 14.51 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-04-20T10:13:39.996Z] #21 14.54 Selecting previously unselected package gcc-10-base:s390x. [2022-04-20T10:13:39.996Z] #21 14.54 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-04-20T10:13:39.996Z] #21 14.54 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-04-20T10:13:39.996Z] #21 14.57 Selecting previously unselected package gcc-10-base:arm64. [2022-04-20T10:13:39.996Z] #21 14.58 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-04-20T10:13:39.996Z] #21 14.58 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-04-20T10:13:39.996Z] #21 14.61 Selecting previously unselected package libgcc-s1:armel. [2022-04-20T10:13:40.255Z] #21 14.62 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-04-20T10:13:40.255Z] #21 14.62 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-04-20T10:13:40.255Z] #21 14.66 Selecting previously unselected package libcrypt1:armel. [2022-04-20T10:13:40.255Z] #21 14.67 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-04-20T10:13:40.255Z] #21 14.67 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-04-20T10:13:40.255Z] #21 14.73 Selecting previously unselected package libc6:armel. [2022-04-20T10:13:40.255Z] #21 14.73 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-04-20T10:13:40.255Z] #21 14.83 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-04-20T10:13:40.514Z] #21 15.08 Selecting previously unselected package libapparmor1:armel. [2022-04-20T10:13:40.514Z] #21 15.08 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-04-20T10:13:40.725Z] #11 ... [2022-04-20T10:13:40.725Z] [2022-04-20T10:13:40.725Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-20T10:13:40.725Z] #29 sha256:42dd826ca065878ba4cf3dd6c1a5db1c6adb4a081bfbe3d2a5631d224a8477d5 [2022-04-20T10:13:40.725Z] #29 0.947 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:13:40.725Z] #29 0.957 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:13:40.725Z] #29 0.957 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:13:40.725Z] #29 1.080 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:13:40.725Z] #29 1.225 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:13:40.725Z] #29 1.575 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:13:40.725Z] #29 2.857 Fetched 8510 kB in 2s (3912 kB/s) [2022-04-20T10:13:40.725Z] #29 2.857 Reading package lists... [2022-04-20T10:13:40.725Z] #29 3.663 Reading package lists... [2022-04-20T10:13:40.725Z] #29 4.444 Building dependency tree... [2022-04-20T10:13:40.725Z] #29 4.810 The following additional packages will be installed: [2022-04-20T10:13:40.725Z] #29 4.811 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-20T10:13:40.725Z] #29 4.811 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-20T10:13:40.725Z] #29 4.813 Recommended packages: [2022-04-20T10:13:40.725Z] #29 4.813 libldap-common publicsuffix libsasl2-modules [2022-04-20T10:13:40.725Z] #29 4.984 The following NEW packages will be installed: [2022-04-20T10:13:40.725Z] #29 4.984 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-20T10:13:40.725Z] #29 4.984 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-20T10:13:40.725Z] #29 4.984 libssh2-1 openssl [2022-04-20T10:13:40.725Z] #29 5.260 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-04-20T10:13:40.725Z] #29 5.260 Need to get 3040 kB of archives. [2022-04-20T10:13:40.725Z] #29 5.260 After this operation, 6651 kB of additional disk space will be used. [2022-04-20T10:13:40.725Z] #29 5.260 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-20T10:13:40.725Z] #29 5.275 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-20T10:13:40.725Z] #29 5.276 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-20T10:13:40.725Z] #29 5.279 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-20T10:13:40.725Z] #29 5.280 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-20T10:13:40.725Z] #29 5.282 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-20T10:13:40.725Z] #29 5.289 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-20T10:13:40.726Z] #29 5.289 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-20T10:13:40.726Z] #29 5.290 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-20T10:13:40.726Z] #29 5.291 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-20T10:13:40.726Z] #29 5.292 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-20T10:13:40.726Z] #29 5.297 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-20T10:13:40.726Z] #29 5.302 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-20T10:13:40.726Z] #29 5.304 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-20T10:13:40.726Z] #29 5.306 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-20T10:13:40.726Z] #29 5.467 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:13:40.726Z] #29 5.502 Fetched 3040 kB in 0s (9611 kB/s) [2022-04-20T10:13:40.726Z] #29 5.532 Selecting previously unselected package openssl. [2022-04-20T10:13:40.726Z] #29 5.532 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-20T10:13:40.726Z] #29 5.532 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 5.544 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 5.681 Selecting previously unselected package ca-certificates. [2022-04-20T10:13:40.726Z] #29 5.681 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-20T10:13:40.726Z] #29 5.687 Unpacking ca-certificates (20210119) ... [2022-04-20T10:13:40.726Z] #29 5.768 Selecting previously unselected package libbrotli1:amd64. [2022-04-20T10:13:40.726Z] #29 5.768 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 5.777 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-20T10:13:40.726Z] #29 5.849 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-20T10:13:40.726Z] #29 5.849 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 5.854 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 5.895 Selecting previously unselected package libsasl2-2:amd64. [2022-04-20T10:13:40.726Z] #29 5.895 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 5.900 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 5.945 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-20T10:13:40.726Z] #29 5.945 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 5.948 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-20T10:13:40.726Z] #29 6.019 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-20T10:13:40.726Z] #29 6.019 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.023 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-20T10:13:40.726Z] #29 6.069 Selecting previously unselected package libpsl5:amd64. [2022-04-20T10:13:40.726Z] #29 6.070 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.076 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-20T10:13:40.726Z] #29 6.122 Selecting previously unselected package librtmp1:amd64. [2022-04-20T10:13:40.726Z] #29 6.122 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.126 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-20T10:13:40.726Z] #29 6.170 Selecting previously unselected package libssh2-1:amd64. [2022-04-20T10:13:40.726Z] #29 6.170 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.175 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-20T10:13:40.726Z] #29 6.238 Selecting previously unselected package libcurl4:amd64. [2022-04-20T10:13:40.726Z] #29 6.238 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.251 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 6.326 Selecting previously unselected package curl. [2022-04-20T10:13:40.726Z] #29 6.326 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.332 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 6.399 Selecting previously unselected package libonig5:amd64. [2022-04-20T10:13:40.726Z] #29 6.399 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.413 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:13:40.726Z] #29 6.469 Selecting previously unselected package libjq1:amd64. [2022-04-20T10:13:40.726Z] #29 6.469 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.473 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:13:40.726Z] #29 6.531 Selecting previously unselected package jq. [2022-04-20T10:13:40.726Z] #29 6.531 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-20T10:13:40.726Z] #29 6.536 Unpacking jq (1.6-2.1) ... [2022-04-20T10:13:40.726Z] #29 6.586 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-20T10:13:40.726Z] #29 6.599 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-20T10:13:40.726Z] #29 6.610 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-20T10:13:40.726Z] #29 6.622 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 6.636 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-20T10:13:40.726Z] #29 6.646 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 6.663 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-20T10:13:40.726Z] #29 6.673 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 6.692 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:13:40.726Z] #29 6.704 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:13:40.726Z] #29 6.716 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-20T10:13:40.726Z] #29 6.728 Setting up ca-certificates (20210119) ... [2022-04-20T10:13:40.726Z] #29 7.365 Updating certificates in /etc/ssl/certs... [2022-04-20T10:13:40.726Z] #29 8.102 129 added, 0 removed; done. [2022-04-20T10:13:40.726Z] #29 8.157 Setting up jq (1.6-2.1) ... [2022-04-20T10:13:40.726Z] #29 8.169 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 8.179 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-20T10:13:40.726Z] #29 8.190 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:13:40.726Z] #29 8.214 Processing triggers for ca-certificates (20210119) ... [2022-04-20T10:13:40.726Z] #29 8.222 Updating certificates in /etc/ssl/certs... [2022-04-20T10:13:40.726Z] #29 8.800 0 added, 0 removed; done. [2022-04-20T10:13:40.726Z] #29 8.800 Running hooks in /etc/ca-certificates/update.d... [2022-04-20T10:13:40.726Z] #29 8.801 done. [2022-04-20T10:13:40.726Z] #29 ... [2022-04-20T10:13:40.726Z] [2022-04-20T10:13:40.726Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:40.726Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:40.772Z] #21 15.09 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-04-20T10:13:40.772Z] #21 15.12 Selecting previously unselected package libapparmor-dev:armel. [2022-04-20T10:13:40.772Z] #21 15.12 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-04-20T10:13:40.772Z] #21 15.13 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-04-20T10:13:40.772Z] #21 15.17 Selecting previously unselected package libgcc-s1:arm64. [2022-04-20T10:13:40.772Z] #21 15.17 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-04-20T10:13:40.772Z] #21 15.18 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-04-20T10:13:40.772Z] #21 15.21 Selecting previously unselected package libcrypt1:arm64. [2022-04-20T10:13:40.772Z] #21 15.21 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-04-20T10:13:40.772Z] #21 15.22 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-04-20T10:13:40.772Z] #21 15.27 Selecting previously unselected package libc6:arm64. [2022-04-20T10:13:40.772Z] #21 15.27 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-04-20T10:13:40.827Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 3.9s done [2022-04-20T10:13:41.031Z] #21 15.38 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-04-20T10:13:41.084Z] #11 extracting sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a [2022-04-20T10:13:41.290Z] #21 15.69 Selecting previously unselected package libapparmor1:arm64. [2022-04-20T10:13:41.290Z] #21 15.70 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-04-20T10:13:41.290Z] #21 15.70 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-04-20T10:13:41.290Z] #21 15.74 Selecting previously unselected package libapparmor-dev:arm64. [2022-04-20T10:13:41.290Z] #21 15.75 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-04-20T10:13:41.290Z] #21 15.75 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-20T10:13:41.290Z] #21 15.79 Selecting previously unselected package libgcc-s1:s390x. [2022-04-20T10:13:41.290Z] #21 15.80 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-04-20T10:13:41.290Z] #21 15.80 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-04-20T10:13:41.290Z] #21 15.85 Selecting previously unselected package libcrypt1:s390x. [2022-04-20T10:13:41.290Z] #21 15.86 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-04-20T10:13:41.290Z] #21 15.86 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-04-20T10:13:41.290Z] #21 15.93 Selecting previously unselected package libc6:s390x. [2022-04-20T10:13:41.293Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 4.3s done [2022-04-20T10:13:41.549Z] #21 15.93 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-04-20T10:13:41.549Z] #21 16.03 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-04-20T10:13:41.807Z] #21 16.28 Selecting previously unselected package libapparmor1:s390x. [2022-04-20T10:13:41.807Z] #21 16.29 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-04-20T10:13:41.807Z] #21 16.29 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-04-20T10:13:41.807Z] #21 16.32 Selecting previously unselected package libapparmor-dev:s390x. [2022-04-20T10:13:41.807Z] #21 16.33 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-04-20T10:13:41.807Z] #21 16.33 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-04-20T10:13:41.807Z] #21 16.38 Selecting previously unselected package libgcc-s1:armhf. [2022-04-20T10:13:41.807Z] #21 16.38 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-04-20T10:13:41.807Z] #21 16.38 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-04-20T10:13:41.807Z] #21 16.42 Selecting previously unselected package libcrypt1:armhf. [2022-04-20T10:13:41.861Z] #11 extracting sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a [2022-04-20T10:13:42.065Z] #21 16.42 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-04-20T10:13:42.065Z] #21 16.43 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-04-20T10:13:42.065Z] #21 16.48 Selecting previously unselected package libc6:armhf. [2022-04-20T10:13:42.065Z] #21 16.48 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-04-20T10:13:42.065Z] #21 16.57 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-04-20T10:13:42.129Z] #11 ... [2022-04-20T10:13:42.129Z] [2022-04-20T10:13:42.129Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-20T10:13:42.129Z] #29 sha256:42dd826ca065878ba4cf3dd6c1a5db1c6adb4a081bfbe3d2a5631d224a8477d5 [2022-04-20T10:13:42.129Z] #29 DONE 10.9s [2022-04-20T10:13:42.324Z] #21 16.80 Selecting previously unselected package libapparmor1:armhf. [2022-04-20T10:13:42.324Z] #21 16.81 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-04-20T10:13:42.324Z] #21 16.81 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-04-20T10:13:42.388Z] [2022-04-20T10:13:42.389Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:42.389Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:42.389Z] #11 ... [2022-04-20T10:13:42.389Z] [2022-04-20T10:13:42.389Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-20T10:13:42.389Z] #30 sha256:a59e1291328f84ae87203871ec0bd6092daa81a5e817928c82d4a5eb53767b6c [2022-04-20T10:13:42.389Z] #30 DONE 0.1s [2022-04-20T10:13:42.389Z] [2022-04-20T10:13:42.389Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:42.389Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:42.582Z] #21 16.87 Selecting previously unselected package libapparmor-dev:armhf. [2022-04-20T10:13:42.582Z] #21 16.87 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-04-20T10:13:42.582Z] #21 16.88 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-04-20T10:13:42.582Z] #21 16.92 Selecting previously unselected package libgcc-s1:ppc64el. [2022-04-20T10:13:42.582Z] #21 16.92 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-04-20T10:13:42.582Z] #21 16.93 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-04-20T10:13:42.582Z] #21 16.96 Selecting previously unselected package libcrypt1:ppc64el. [2022-04-20T10:13:42.582Z] #21 16.96 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-04-20T10:13:42.582Z] #21 16.97 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-04-20T10:13:42.582Z] #21 17.02 Selecting previously unselected package libc6:ppc64el. [2022-04-20T10:13:42.582Z] #21 17.02 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-04-20T10:13:42.582Z] #21 17.11 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-04-20T10:13:42.841Z] #21 17.42 Selecting previously unselected package libapparmor1:ppc64el. [2022-04-20T10:13:43.062Z] ok github.com/docker/docker/cmd/dockerd 0.075s coverage: 28.9% of statements [2022-04-20T10:13:43.100Z] #21 17.43 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-04-20T10:13:43.100Z] #21 17.43 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-04-20T10:13:43.100Z] #21 17.46 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-04-20T10:13:43.100Z] #21 17.47 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-04-20T10:13:43.100Z] #21 17.47 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-04-20T10:13:43.100Z] #21 17.51 Selecting previously unselected package libseccomp2:s390x. [2022-04-20T10:13:43.100Z] #21 17.52 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-04-20T10:13:43.100Z] #21 17.52 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.100Z] #21 17.55 Selecting previously unselected package libseccomp-dev:s390x. [2022-04-20T10:13:43.100Z] #21 17.55 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-04-20T10:13:43.100Z] #21 17.55 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.100Z] #21 17.59 Selecting previously unselected package libseccomp2:ppc64el. [2022-04-20T10:13:43.100Z] #21 17.60 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-04-20T10:13:43.100Z] #21 17.60 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.100Z] #21 17.63 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-04-20T10:13:43.100Z] #21 17.64 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-04-20T10:13:43.100Z] #21 17.64 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.100Z] #21 17.68 Selecting previously unselected package libseccomp2:armhf. [2022-04-20T10:13:43.100Z] #21 17.69 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-04-20T10:13:43.100Z] #21 17.69 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.100Z] #21 17.72 Selecting previously unselected package libseccomp-dev:armhf. [2022-04-20T10:13:43.100Z] #21 17.73 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-04-20T10:13:43.100Z] #21 17.73 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.100Z] #21 17.77 Selecting previously unselected package libseccomp2:armel. [2022-04-20T10:13:43.100Z] #21 17.78 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-04-20T10:13:43.358Z] #21 17.78 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.358Z] #21 17.82 Selecting previously unselected package libseccomp-dev:armel. [2022-04-20T10:13:43.358Z] #21 17.82 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-04-20T10:13:43.358Z] #21 17.83 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.358Z] #21 17.87 Selecting previously unselected package libseccomp2:arm64. [2022-04-20T10:13:43.358Z] #21 17.87 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-04-20T10:13:43.358Z] #21 17.87 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.358Z] #21 17.90 Selecting previously unselected package libseccomp-dev:arm64. [2022-04-20T10:13:43.358Z] #21 17.91 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-04-20T10:13:43.358Z] #21 17.91 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-20T10:13:43.358Z] #21 17.96 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-04-20T10:13:43.358Z] #21 17.97 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-04-20T10:13:43.358Z] #21 17.98 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-04-20T10:13:43.358Z] #21 17.99 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-04-20T10:13:43.358Z] #21 18.00 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-04-20T10:13:43.616Z] #21 18.02 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-04-20T10:13:43.616Z] #21 18.03 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-04-20T10:13:43.616Z] #21 18.04 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-04-20T10:13:43.617Z] #21 18.05 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-04-20T10:13:43.617Z] #21 18.06 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-04-20T10:13:43.617Z] #21 18.07 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-04-20T10:13:43.617Z] #21 18.08 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-04-20T10:13:43.617Z] #21 18.09 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-04-20T10:13:43.617Z] #21 18.10 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-04-20T10:13:43.617Z] #21 18.11 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-04-20T10:13:43.617Z] #21 18.12 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-04-20T10:13:44.447Z] ok github.com/docker/docker/container 0.119s coverage: 34.8% of statements [2022-04-20T10:13:44.995Z] #21 19.24 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-04-20T10:13:45.017Z] ok github.com/docker/docker/cmd/dockerd/trap 2.459s coverage: 0.0% of statements [2022-04-20T10:13:45.017Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-20T10:13:45.017Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-20T10:13:45.017Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-20T10:13:45.017Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-20T10:13:45.017Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-20T10:13:45.933Z] #21 20.46 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-04-20T10:13:46.358Z] #11 extracting sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 5.1s [2022-04-20T10:13:47.313Z] #21 21.66 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-04-20T10:13:47.669Z] #11 extracting sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 5.1s [2022-04-20T10:13:48.250Z] #21 22.80 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-04-20T10:13:49.630Z] #21 24.02 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.03 Setting up libapparmor1:armel (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.04 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.05 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.06 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.07 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.08 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.09 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.10 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.11 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.12 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.13 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.14 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.15 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.16 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-04-20T10:13:49.630Z] #21 24.17 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.18 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.19 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.20 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.630Z] #21 24.21 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-04-20T10:13:49.637Z] #11 extracting sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 8.1s done [2022-04-20T10:13:49.637Z] #11 extracting sha256:09c5fd124f19893ecdcc4f0533a3ef8e3411a80aef3e90d608e3488ba5c18d36 [2022-04-20T10:13:49.637Z] #11 extracting sha256:09c5fd124f19893ecdcc4f0533a3ef8e3411a80aef3e90d608e3488ba5c18d36 done [2022-04-20T10:13:49.888Z] #21 24.22 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:13:49.893Z] #11 ... [2022-04-20T10:13:49.893Z] [2022-04-20T10:13:49.893Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-20T10:13:49.893Z] #31 sha256:16b8d842663455d2868b60635f6f8ea4c7f287d8f3802dafde358ba4c1345619 [2022-04-20T10:13:49.893Z] #31 1.423 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-20T10:13:49.893Z] #31 1.686 [2022-04-20T10:13:49.893Z] #31 1.901 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:49.893Z] #31 2.157 [2022-04-20T10:13:49.893Z] #31 3.030 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-20T10:13:49.893Z] #31 3.277 [2022-04-20T10:13:49.893Z] #31 3.499 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:49.893Z] #31 3.782 [2022-04-20T10:13:49.893Z] #31 4.705 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-20T10:13:49.893Z] #31 4.974 [2022-04-20T10:13:49.893Z] #31 5.195 #=#=# #################### 28.1% ########################################### 60.1% ################################################################## 91.9% ######################################################################## 100.0% [2022-04-20T10:13:49.893Z] #31 5.716 [2022-04-20T10:13:49.893Z] #31 6.615 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-20T10:13:49.893Z] #31 6.896 [2022-04-20T10:13:49.893Z] #31 7.122 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:49.893Z] #31 7.374 [2022-04-20T10:13:49.893Z] #31 8.052 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-20T10:13:49.893Z] #31 8.330 [2022-04-20T10:13:49.893Z] #31 8.550 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:49.893Z] #31 8.807 [2022-04-20T10:13:49.893Z] #31 8.865 Download of images into '/build' complete. [2022-04-20T10:13:49.893Z] #31 8.865 Use something like the following to load the result into a Docker daemon: [2022-04-20T10:13:49.893Z] #31 8.865 tar -cC '/build' . | docker load [2022-04-20T10:13:50.205Z] #11 extracting sha256:4fe55ee977f1346e3b36b3843bac1a122aeafcf917bc14c380b7f8612650124a 8.4s done [2022-04-20T10:13:50.306Z] ok github.com/docker/docker/daemon/cluster 0.065s coverage: 0.5% of statements [2022-04-20T10:13:50.456Z] #21 DONE 25.0s [2022-04-20T10:13:50.456Z] [2022-04-20T10:13:50.456Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-20T10:13:50.456Z] #62 sha256:cdd40a773ed3c0d46b9199ace4f5fea9f7b767f1d0db79374a7e5bcebee1abe0 [2022-04-20T10:13:50.456Z] #62 DONE 0.0s [2022-04-20T10:13:50.456Z] [2022-04-20T10:13:50.456Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-20T10:13:50.456Z] #22 sha256:1991dba7859e6402a73ceb2764243e394bc500e8e4638bcb5b13975ff5c2edbf [2022-04-20T10:13:50.461Z] #31 ... [2022-04-20T10:13:50.462Z] [2022-04-20T10:13:50.462Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:7c4f3edb000e9e0e8b2a3e30d1d4969c1bdca2dff3ba51fb3d965628e5a307f8 [2022-04-20T10:13:50.462Z] #11 sha256:598ad91f8823fc8ac599791bbf0d9979ab8af6a0e9a6e0408b944a6fc9305c8a [2022-04-20T10:13:50.462Z] #11 DONE 37.3s [2022-04-20T10:13:50.462Z] [2022-04-20T10:13:50.462Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-20T10:13:50.462Z] #12 sha256:8ad65979998e8d27f0d5f56900d24ed661b16ef90101cc198c4b1d518a559f3e [2022-04-20T10:13:50.467Z] #11 extracting sha256:09c5fd124f19893ecdcc4f0533a3ef8e3411a80aef3e90d608e3488ba5c18d36 done [2022-04-20T10:13:50.719Z] #12 ... [2022-04-20T10:13:50.719Z] [2022-04-20T10:13:50.719Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-20T10:13:50.719Z] #31 sha256:16b8d842663455d2868b60635f6f8ea4c7f287d8f3802dafde358ba4c1345619 [2022-04-20T10:13:50.719Z] #31 DONE 10.9s [2022-04-20T10:13:50.719Z] [2022-04-20T10:13:50.719Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-20T10:13:50.719Z] #12 sha256:8ad65979998e8d27f0d5f56900d24ed661b16ef90101cc198c4b1d518a559f3e [2022-04-20T10:13:50.729Z] #11 DONE 36.4s [2022-04-20T10:13:50.729Z] [2022-04-20T10:13:50.729Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-20T10:13:50.729Z] #31 sha256:f68ae3069e3752082e00add29c55683e3882c5b774a5b487f295e525d882b883 [2022-04-20T10:13:50.729Z] #31 1.573 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-20T10:13:50.729Z] #31 1.833 [2022-04-20T10:13:50.729Z] #31 2.053 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:50.729Z] #31 2.339 [2022-04-20T10:13:50.729Z] #31 3.210 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-20T10:13:50.729Z] #31 3.467 [2022-04-20T10:13:50.729Z] #31 3.686 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:50.729Z] #31 3.973 [2022-04-20T10:13:50.729Z] #31 4.867 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-20T10:13:50.729Z] #31 5.149 [2022-04-20T10:13:50.729Z] #31 5.373 #=#=# ################### 26.9% ########################################## 59.1% ################################################################# 91.0% ######################################################################## 100.0% [2022-04-20T10:13:50.729Z] #31 5.912 [2022-04-20T10:13:50.729Z] #31 6.812 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-20T10:13:50.729Z] #31 7.076 [2022-04-20T10:13:50.729Z] #31 7.289 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:50.729Z] #31 7.608 [2022-04-20T10:13:50.729Z] #31 8.277 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-20T10:13:50.729Z] #31 ... [2022-04-20T10:13:50.729Z] [2022-04-20T10:13:50.729Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-20T10:13:50.729Z] #12 sha256:8ad65979998e8d27f0d5f56900d24ed661b16ef90101cc198c4b1d518a559f3e [2022-04-20T10:13:50.976Z] #12 DONE 0.7s [2022-04-20T10:13:51.233Z] [2022-04-20T10:13:51.233Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-20T10:13:51.233Z] #13 sha256:fd394a1e781e3bc8abbfae211f1ab4ee6783260746d1ab147d8f813e313342dc [2022-04-20T10:13:51.392Z] #22 DONE 0.7s [2022-04-20T10:13:51.392Z] [2022-04-20T10:13:51.392Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:13:51.392Z] #67 sha256:ce09bc4805e1bc7a9bc64d8f89d900b5d5e0e45fb6ce338cfeff4bf299c81fa3 [2022-04-20T10:13:51.392Z] #67 34.97 # github.com/containerd/containerd/cmd/containerd [2022-04-20T10:13:51.392Z] #67 34.97 /usr/bin/ld: /tmp/go-link-1587306039/000019.o: in function `New': [2022-04-20T10:13:51.392Z] #67 34.97 /tmp/tmp.zCEP9SDGQm/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-20T10:13:51.392Z] #67 35.05 + bin/containerd-stress [2022-04-20T10:13:51.392Z] #67 35.89 + bin/containerd-shim [2022-04-20T10:13:51.392Z] #67 39.98 + bin/containerd-shim-runc-v1 [2022-04-20T10:13:51.392Z] #67 42.23 + bin/containerd-shim-runc-v2 [2022-04-20T10:13:51.392Z] #67 42.89 + binaries [2022-04-20T10:13:51.392Z] #67 42.89 + install -D bin/containerd /build/containerd [2022-04-20T10:13:51.392Z] #67 42.92 + install -D bin/containerd-shim /build/containerd-shim [2022-04-20T10:13:51.392Z] #67 42.93 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-20T10:13:51.392Z] #67 42.94 + install -D bin/ctr /build/ctr [2022-04-20T10:13:51.392Z] #67 DONE 43.1s [2022-04-20T10:13:51.392Z] [2022-04-20T10:13:51.392Z] #23 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-20T10:13:51.392Z] #23 sha256:1f6fd3aeabae7061e0cc2f7bcdfbeda461fcda12c75aba240033abfda8eb4f5a [2022-04-20T10:13:51.490Z] #13 DONE 0.4s [2022-04-20T10:13:51.693Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.032s coverage: 65.3% of statements [2022-04-20T10:13:51.755Z] [2022-04-20T10:13:51.755Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:13:51.755Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:13:51.755Z] #14 ... [2022-04-20T10:13:51.755Z] [2022-04-20T10:13:51.755Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-20T10:13:51.755Z] #42 sha256:bb879fd9cd66538bd7907c810a31f792c6d8db071ac291d7bfe8b34e4a76bc53 [2022-04-20T10:13:51.755Z] #42 DONE 0.2s [2022-04-20T10:13:51.755Z] [2022-04-20T10:13:51.755Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-04-20T10:13:51.755Z] #46 sha256:4e3b504c94550df1ab38467abbff9455e91f50dcfc8c1ddca9f16eec562ef723 [2022-04-20T10:13:51.755Z] #46 DONE 0.2s [2022-04-20T10:13:51.755Z] [2022-04-20T10:13:51.755Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-20T10:13:51.755Z] #62 sha256:db7c17a2eded174d8d9b099294e01490597fcb2a4ea08846baac16b4e051be6d [2022-04-20T10:13:51.755Z] #62 DONE 0.3s [2022-04-20T10:13:51.961Z] #23 DONE 0.5s [2022-04-20T10:13:51.961Z] [2022-04-20T10:13:51.961Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:13:51.962Z] #63 sha256:b3203623a52e64dd94c3b4dbe54c391427ed9bbf9e056a70707e1d665110702c [2022-04-20T10:13:51.962Z] #63 0.578 + RM_GOPATH=0 [2022-04-20T10:13:51.962Z] #63 0.578 + TMP_GOPATH= [2022-04-20T10:13:51.962Z] #63 0.578 + : /build [2022-04-20T10:13:51.962Z] #63 0.578 + '[' -z '' ']' [2022-04-20T10:13:51.962Z] #63 0.578 ++ mktemp -d [2022-04-20T10:13:51.962Z] #63 0.579 + export GOPATH=/tmp/tmp.GPr1WCXInV [2022-04-20T10:13:51.962Z] #63 0.579 + GOPATH=/tmp/tmp.GPr1WCXInV [2022-04-20T10:13:51.962Z] #63 0.579 + RM_GOPATH=1 [2022-04-20T10:13:51.962Z] #63 0.579 + case "$(go env GOARCH)" in [2022-04-20T10:13:51.962Z] #63 0.579 ++ go env GOARCH [2022-04-20T10:13:51.962Z] #63 0.583 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:51.962Z] #63 0.583 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:51.962Z] #63 0.583 ++ dirname /install.sh [2022-04-20T10:13:51.962Z] #63 0.584 + dir=/ [2022-04-20T10:13:51.962Z] #63 0.584 + bin=runc [2022-04-20T10:13:51.962Z] #63 0.584 + shift [2022-04-20T10:13:51.962Z] #63 0.584 + '[' '!' -f //runc.installer ']' [2022-04-20T10:13:51.962Z] #63 0.584 + . //runc.installer [2022-04-20T10:13:51.962Z] #63 0.584 ++ set -e [2022-04-20T10:13:51.962Z] #63 0.584 ++ : v1.1.1 [2022-04-20T10:13:51.962Z] #63 0.584 + install_runc [2022-04-20T10:13:51.962Z] #63 0.584 + RUNC_BUILDTAGS=seccomp [2022-04-20T10:13:51.962Z] #63 0.584 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-20T10:13:51.962Z] #63 0.584 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GPr1WCXInV/src/github.com/opencontainers/runc [2022-04-20T10:13:51.962Z] #63 0.584 Install runc version v1.1.1 (build tags: seccomp) [2022-04-20T10:13:51.962Z] #63 0.585 Cloning into '/tmp/tmp.GPr1WCXInV/src/github.com/opencontainers/runc'... [2022-04-20T10:13:52.014Z] [2022-04-20T10:13:52.014Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-20T10:13:52.014Z] #25 sha256:2c374af8b5ae36715ef1890c77800dd8eeed0411bd896a0f6ae941d6de509030 [2022-04-20T10:13:52.014Z] #25 DONE 0.3s [2022-04-20T10:13:52.014Z] [2022-04-20T10:13:52.014Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-20T10:13:52.014Z] #33 sha256:7b7231920d65a2ae194c0bba43fa7dc8912a98ac13df84be6154753fe919c440 [2022-04-20T10:13:52.014Z] #33 DONE 0.3s [2022-04-20T10:13:52.014Z] [2022-04-20T10:13:52.014Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:13:52.014Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:13:52.221Z] #63 ... [2022-04-20T10:13:52.221Z] [2022-04-20T10:13:52.221Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-20T10:13:52.221Z] #24 sha256:612eba728b3789079592ddb5af91ec61fe4b77af9504fec50f7db3f0ab8bd282 [2022-04-20T10:13:52.221Z] #24 0.502 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-20T10:13:52.221Z] #24 DONE 0.6s [2022-04-20T10:13:52.480Z] [2022-04-20T10:13:52.480Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-20T10:13:52.480Z] #25 sha256:5bc7b4e297da9bc4facebf554d9b7fa6cc291294be0d53db944fee6a94b57745 [2022-04-20T10:13:52.740Z] #25 DONE 0.5s [2022-04-20T10:13:52.740Z] [2022-04-20T10:13:52.740Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:13:52.740Z] #63 sha256:b3203623a52e64dd94c3b4dbe54c391427ed9bbf9e056a70707e1d665110702c [2022-04-20T10:13:52.740Z] #63 2.031 + cd /tmp/tmp.GPr1WCXInV/src/github.com/opencontainers/runc [2022-04-20T10:13:52.740Z] #63 2.031 + git checkout -q v1.1.1 [2022-04-20T10:13:52.740Z] #63 2.117 + '[' -z '' ']' [2022-04-20T10:13:52.740Z] #63 2.117 + target=static [2022-04-20T10:13:52.740Z] #63 2.117 + make BUILDTAGS=seccomp static [2022-04-20T10:13:52.740Z] #63 2.248 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-20T10:13:53.077Z] ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 35.9% of statements [2022-04-20T10:13:53.265Z] #12 DONE 2.2s [2022-04-20T10:13:53.265Z] [2022-04-20T10:13:53.265Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-20T10:13:53.265Z] #13 sha256:fd394a1e781e3bc8abbfae211f1ab4ee6783260746d1ab147d8f813e313342dc [2022-04-20T10:13:53.265Z] #13 ... [2022-04-20T10:13:53.265Z] [2022-04-20T10:13:53.265Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-20T10:13:53.265Z] #31 sha256:f68ae3069e3752082e00add29c55683e3882c5b774a5b487f295e525d882b883 [2022-04-20T10:13:53.265Z] #31 8.527 [2022-04-20T10:13:53.265Z] #31 8.754 #=#=# ######################################################################## 100.0% [2022-04-20T10:13:53.265Z] #31 8.955 [2022-04-20T10:13:53.265Z] #31 8.992 Download of images into '/build' complete. [2022-04-20T10:13:53.265Z] #31 8.992 Use something like the following to load the result into a Docker daemon: [2022-04-20T10:13:53.265Z] #31 8.992 tar -cC '/build' . | docker load [2022-04-20T10:13:53.265Z] #31 DONE 10.6s [2022-04-20T10:13:53.265Z] [2022-04-20T10:13:53.265Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-20T10:13:53.265Z] #13 sha256:fd394a1e781e3bc8abbfae211f1ab4ee6783260746d1ab147d8f813e313342dc [2022-04-20T10:13:53.308Z] #63 ... [2022-04-20T10:13:53.308Z] [2022-04-20T10:13:53.308Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-20T10:13:53.308Z] #26 sha256:a8987e226807b4b0d178bb4dcc6b8948342666361b65cd2f1966f79d51d87c8f [2022-04-20T10:13:53.308Z] #26 DONE 0.4s [2022-04-20T10:13:53.525Z] #13 DONE 0.6s [2022-04-20T10:13:53.525Z] [2022-04-20T10:13:53.525Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-20T10:13:53.525Z] #62 sha256:1852a13b2b06442a6ef6df5e35cd6fcf0e041357572c8260deaabbe27d0c480b [2022-04-20T10:13:53.525Z] #62 DONE 0.1s [2022-04-20T10:13:53.525Z] [2022-04-20T10:13:53.525Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:13:53.525Z] #36 sha256:639fb02fd57d18cab6475357b1fa3403fc7c9a19a980eeb78b19785f7673ba62 [2022-04-20T10:13:53.566Z] [2022-04-20T10:13:53.566Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-04-20T10:13:53.566Z] #27 sha256:70d809bbfd8dc52ce003ba1eaa993b53e00b6a15d020b5d5fe99341a0969b699 [2022-04-20T10:13:53.785Z] #36 ... [2022-04-20T10:13:53.785Z] [2022-04-20T10:13:53.785Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-20T10:13:53.785Z] #42 sha256:bb879fd9cd66538bd7907c810a31f792c6d8db071ac291d7bfe8b34e4a76bc53 [2022-04-20T10:13:53.785Z] #42 DONE 0.1s [2022-04-20T10:13:53.785Z] [2022-04-20T10:13:53.785Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-20T10:13:53.785Z] #25 sha256:75bff6865abeb5246efc5bb67bc0156bef0b48596f138ca526c3d832d3fb8a97 [2022-04-20T10:13:53.785Z] #25 DONE 0.2s [2022-04-20T10:13:53.785Z] [2022-04-20T10:13:53.785Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-20T10:13:53.785Z] #33 sha256:7b7231920d65a2ae194c0bba43fa7dc8912a98ac13df84be6154753fe919c440 [2022-04-20T10:13:53.785Z] #33 DONE 0.2s [2022-04-20T10:13:53.785Z] [2022-04-20T10:13:53.785Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-04-20T10:13:53.785Z] #46 sha256:4e3b504c94550df1ab38467abbff9455e91f50dcfc8c1ddca9f16eec562ef723 [2022-04-20T10:13:53.785Z] #46 DONE 0.3s [2022-04-20T10:13:53.785Z] [2022-04-20T10:13:53.785Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:13:53.785Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:13:53.825Z] #27 DONE 0.5s [2022-04-20T10:13:53.825Z] [2022-04-20T10:13:53.825Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:13:53.825Z] #63 sha256:b3203623a52e64dd94c3b4dbe54c391427ed9bbf9e056a70707e1d665110702c [2022-04-20T10:13:54.084Z] #63 3.610 + mkdir -p /build [2022-04-20T10:13:54.084Z] #63 3.611 + cp runc /build/runc [2022-04-20T10:13:54.342Z] #63 DONE 3.7s [2022-04-20T10:13:54.342Z] [2022-04-20T10:13:54.343Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:13:54.343Z] #28 sha256:39df49b56e309c726702531cea41628916a2e46afa2e7bb7a311fbe7cb4cd0bc [2022-04-20T10:13:54.343Z] #28 0.719 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-20T10:13:54.601Z] #28 0.836 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-20T10:13:54.601Z] #28 0.838 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-20T10:13:54.602Z] #28 0.840 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-20T10:13:54.602Z] #28 0.909 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-20T10:13:54.602Z] #28 0.968 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-20T10:13:54.860Z] #28 1.029 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-20T10:13:54.860Z] #28 1.085 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-20T10:13:54.860Z] #28 1.141 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-20T10:13:54.860Z] #28 1.142 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-20T10:13:54.860Z] #28 1.143 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-20T10:13:54.860Z] #28 1.143 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-20T10:13:54.860Z] #28 1.144 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-20T10:13:54.860Z] #28 1.145 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-20T10:13:54.860Z] #28 1.145 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-20T10:13:54.860Z] #28 1.145 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-20T10:13:54.860Z] #28 1.145 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-20T10:13:54.860Z] #28 1.146 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-20T10:13:55.297Z] #34 2.982 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-20T10:13:55.297Z] #34 2.991 Cloning into '.'... [2022-04-20T10:13:57.073Z] Running on azwin-2-acacd0 in d:\jenkins\workspace\moby_PR-43501 [Pipeline] { [Pipeline] ws [2022-04-20T10:13:57.097Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-20T10:13:57.192Z] #34 ... [2022-04-20T10:13:57.192Z] [2022-04-20T10:13:57.192Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-20T10:13:57.192Z] #26 sha256:b2a2d574e21b2999bb96b30c40ce8e952502c51aea35687e38eab456d6d45990 [2022-04-20T10:13:57.192Z] #26 3.586 + RM_GOPATH=0 [2022-04-20T10:13:57.192Z] #26 3.587 + TMP_GOPATH= [2022-04-20T10:13:57.192Z] #26 3.588 + : /build [2022-04-20T10:13:57.192Z] #26 3.588 + '[' -z '' ']' [2022-04-20T10:13:57.192Z] #26 3.590 ++ mktemp -d [2022-04-20T10:13:57.192Z] #26 3.591 + export GOPATH=/tmp/tmp.6jJFlEYAJ3 [2022-04-20T10:13:57.192Z] #26 3.595 + GOPATH=/tmp/tmp.6jJFlEYAJ3 [2022-04-20T10:13:57.192Z] #26 3.595 + RM_GOPATH=1 [2022-04-20T10:13:57.192Z] #26 3.595 + case "$(go env GOARCH)" in [2022-04-20T10:13:57.192Z] #26 3.596 ++ go env GOARCH [2022-04-20T10:13:57.192Z] #26 3.622 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:57.192Z] #26 3.622 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:57.192Z] #26 3.627 ++ dirname /install.sh [2022-04-20T10:13:57.192Z] #26 3.631 + dir=/ [2022-04-20T10:13:57.192Z] #26 3.631 + bin=dockercli [2022-04-20T10:13:57.192Z] #26 3.631 + shift [2022-04-20T10:13:57.192Z] #26 3.631 + '[' '!' -f //dockercli.installer ']' [2022-04-20T10:13:57.192Z] #26 3.632 + . //dockercli.installer [2022-04-20T10:13:57.192Z] #26 3.632 ++ : stable [2022-04-20T10:13:57.192Z] #26 3.632 ++ : 17.06.2-ce [2022-04-20T10:13:57.192Z] #26 3.635 + install_dockercli [2022-04-20T10:13:57.192Z] #26 3.635 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-20T10:13:57.192Z] #26 3.635 Install docker/cli version 17.06.2-ce from stable [2022-04-20T10:13:57.192Z] #26 3.636 ++ uname -m [2022-04-20T10:13:57.192Z] #26 3.642 + arch=x86_64 [2022-04-20T10:13:57.192Z] #26 3.642 + '[' x86_64 '!=' x86_64 ']' [2022-04-20T10:13:57.192Z] #26 3.642 + url=https://download.docker.com/linux/static [2022-04-20T10:13:57.193Z] #26 3.642 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-20T10:13:57.193Z] #26 3.643 + tar -xz docker/docker [2022-04-20T10:13:57.986Z] #47 4.179 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:13:58.244Z] #47 4.205 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:13:58.244Z] #47 4.212 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:13:58.503Z] #47 4.741 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-20T10:13:58.635Z] The recommended git tool is: git [2022-04-20T10:13:58.761Z] #47 4.905 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:13:59.338Z] #47 ... [2022-04-20T10:13:59.338Z] [2022-04-20T10:13:59.338Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-20T10:13:59.338Z] #26 sha256:8770759dcb7d3a457136a0538cd1a3e21f72ba2ce5c61463993f87ae194fe90d [2022-04-20T10:13:59.338Z] #26 3.777 + RM_GOPATH=0 [2022-04-20T10:13:59.338Z] #26 3.777 + TMP_GOPATH= [2022-04-20T10:13:59.338Z] #26 3.777 + : /build [2022-04-20T10:13:59.338Z] #26 3.777 + '[' -z '' ']' [2022-04-20T10:13:59.338Z] #26 3.780 ++ mktemp -d [2022-04-20T10:13:59.338Z] #26 3.781 + export GOPATH=/tmp/tmp.Zw6WvSpIlB [2022-04-20T10:13:59.338Z] #26 3.781 + GOPATH=/tmp/tmp.Zw6WvSpIlB [2022-04-20T10:13:59.338Z] #26 3.781 + RM_GOPATH=1 [2022-04-20T10:13:59.338Z] #26 3.789 + case "$(go env GOARCH)" in [2022-04-20T10:13:59.338Z] #26 3.790 ++ go env GOARCH [2022-04-20T10:13:59.338Z] #26 3.819 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:59.338Z] #26 3.819 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:13:59.338Z] #26 3.821 ++ dirname /install.sh [2022-04-20T10:13:59.338Z] #26 3.823 + dir=/ [2022-04-20T10:13:59.338Z] #26 3.823 + bin=dockercli [2022-04-20T10:13:59.338Z] #26 3.823 + shift [2022-04-20T10:13:59.338Z] #26 3.824 + '[' '!' -f //dockercli.installer ']' [2022-04-20T10:13:59.338Z] #26 3.824 + . //dockercli.installer [2022-04-20T10:13:59.338Z] #26 3.832 ++ : stable [2022-04-20T10:13:59.338Z] #26 3.832 ++ : 17.06.2-ce [2022-04-20T10:13:59.338Z] #26 3.835 + install_dockercli [2022-04-20T10:13:59.338Z] #26 3.835 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-20T10:13:59.338Z] #26 3.835 Install docker/cli version 17.06.2-ce from stable [2022-04-20T10:13:59.338Z] #26 3.838 ++ uname -m [2022-04-20T10:13:59.338Z] #26 3.840 + arch=x86_64 [2022-04-20T10:13:59.338Z] #26 3.841 + '[' x86_64 '!=' x86_64 ']' [2022-04-20T10:13:59.338Z] #26 3.841 + url=https://download.docker.com/linux/static [2022-04-20T10:13:59.339Z] #26 3.842 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-20T10:13:59.339Z] #26 3.842 + tar -xz docker/docker [2022-04-20T10:13:59.762Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.8% of statements [2022-04-20T10:14:00.123Z] #28 5.782 Fetched 40.4 MB in 5s (7590 kB/s) [2022-04-20T10:14:00.279Z] #26 ... [2022-04-20T10:14:00.279Z] [2022-04-20T10:14:00.279Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:00.279Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:00.279Z] #47 6.460 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:01.143Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.2% of statements [2022-04-20T10:14:01.410Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-04-20T10:14:01.982Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-04-20T10:14:02.457Z] #26 ... [2022-04-20T10:14:02.457Z] [2022-04-20T10:14:02.457Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:14:02.457Z] #58 sha256:4a92ccd8160d1126fc918b8f39762ee124fd53ebfd9d33285891cd289f4e5ff8 [2022-04-20T10:14:02.457Z] #58 3.002 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:14:02.457Z] #58 3.062 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:14:02.457Z] #58 3.064 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:14:02.457Z] #58 3.462 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:14:02.457Z] #58 4.931 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:02.457Z] #58 6.951 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:02.457Z] #58 ... [2022-04-20T10:14:02.457Z] [2022-04-20T10:14:02.457Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:02.457Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:02.457Z] #51 4.362 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-20T10:14:02.457Z] #51 ... [2022-04-20T10:14:02.457Z] [2022-04-20T10:14:02.457Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:14:02.457Z] #49 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:14:02.457Z] #49 3.482 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-20T10:14:02.457Z] #49 4.908 go: downloading github.com/fatih/color v1.10.0 [2022-04-20T10:14:02.457Z] #49 5.135 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-20T10:14:02.457Z] #49 5.161 go: downloading golang.org/x/tools v0.1.0 [2022-04-20T10:14:02.457Z] #49 5.428 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-20T10:14:02.457Z] #49 5.435 go: downloading github.com/pkg/errors v0.9.1 [2022-04-20T10:14:02.457Z] #49 5.535 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-20T10:14:02.457Z] #49 5.581 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-20T10:14:02.457Z] #49 5.995 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-20T10:14:02.457Z] #49 6.132 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-20T10:14:02.457Z] #49 6.198 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-20T10:14:02.457Z] #49 6.286 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-20T10:14:02.457Z] #49 6.427 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-20T10:14:02.457Z] #49 ... [2022-04-20T10:14:02.457Z] [2022-04-20T10:14:02.458Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:14:02.458Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:14:02.458Z] #43 3.505 + git clone https://github.com/docker/distribution.git . [2022-04-20T10:14:02.458Z] #43 3.517 Cloning into '.'... [2022-04-20T10:14:02.458Z] #43 ... [2022-04-20T10:14:02.458Z] [2022-04-20T10:14:02.458Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-20T10:14:02.458Z] #26 sha256:b2a2d574e21b2999bb96b30c40ce8e952502c51aea35687e38eab456d6d45990 [2022-04-20T10:14:02.458Z] #26 9.827 + mkdir -p /build [2022-04-20T10:14:02.458Z] #26 9.835 + mv docker/docker /build/ [2022-04-20T10:14:02.458Z] #26 9.837 + rmdir docker [2022-04-20T10:14:02.458Z] #26 DONE 10.3s [2022-04-20T10:14:02.458Z] [2022-04-20T10:14:02.458Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:14:02.458Z] #36 sha256:639fb02fd57d18cab6475357b1fa3403fc7c9a19a980eeb78b19785f7673ba62 [2022-04-20T10:14:02.458Z] #36 4.162 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-20T10:14:02.458Z] #36 ... [2022-04-20T10:14:02.458Z] [2022-04-20T10:14:02.458Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:02.458Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:02.458Z] #38 3.194 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:14:02.458Z] #38 3.204 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:14:02.458Z] #38 3.218 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:14:02.458Z] #38 3.850 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:14:02.458Z] #38 5.318 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:02.458Z] #38 6.966 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:02.458Z] #38 ... [2022-04-20T10:14:02.458Z] [2022-04-20T10:14:02.458Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:14:02.458Z] #53 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:14:02.458Z] #53 4.123 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-20T10:14:02.458Z] #53 ... [2022-04-20T10:14:02.458Z] [2022-04-20T10:14:02.458Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:14:02.458Z] #63 sha256:873e9b11ded2da1a320f5a75db3f75cd2a00097f19058f2cd5d399cdd9d2ede9 [2022-04-20T10:14:02.458Z] #63 3.424 + RM_GOPATH=0 [2022-04-20T10:14:02.458Z] #63 3.424 + TMP_GOPATH= [2022-04-20T10:14:02.458Z] #63 3.424 + : /build [2022-04-20T10:14:02.458Z] #63 3.424 + '[' -z '' ']' [2022-04-20T10:14:02.458Z] #63 3.424 ++ mktemp -d [2022-04-20T10:14:02.458Z] #63 3.426 + export GOPATH=/tmp/tmp.vHE7uioeHX [2022-04-20T10:14:02.458Z] #63 3.426 + GOPATH=/tmp/tmp.vHE7uioeHX [2022-04-20T10:14:02.458Z] #63 3.426 + RM_GOPATH=1 [2022-04-20T10:14:02.458Z] #63 3.426 + case "$(go env GOARCH)" in [2022-04-20T10:14:02.458Z] #63 3.426 ++ go env GOARCH [2022-04-20T10:14:02.458Z] #63 3.480 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:14:02.458Z] #63 3.480 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:02.458Z] #63 3.480 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:02.458Z] #63 3.480 ++ dirname /install.sh [2022-04-20T10:14:02.458Z] #63 3.480 + dir=/ [2022-04-20T10:14:02.458Z] #63 3.480 + bin=rootlesskit [2022-04-20T10:14:02.458Z] #63 3.480 + shift [2022-04-20T10:14:02.458Z] #63 3.480 + '[' '!' -f //rootlesskit.installer ']' [2022-04-20T10:14:02.458Z] #63 3.480 + . //rootlesskit.installer [2022-04-20T10:14:02.458Z] #63 3.480 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:14:02.458Z] #63 3.480 + install_rootlesskit [2022-04-20T10:14:02.458Z] #63 3.480 + case "$1" in [2022-04-20T10:14:02.458Z] #63 3.480 + export CGO_ENABLED=0 [2022-04-20T10:14:02.458Z] #63 3.480 + CGO_ENABLED=0 [2022-04-20T10:14:02.458Z] #63 3.480 + _install_rootlesskit [2022-04-20T10:14:02.458Z] #63 3.480 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-20T10:14:02.458Z] #63 3.480 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-20T10:14:02.458Z] #63 3.480 + GOBIN=/build [2022-04-20T10:14:02.458Z] #63 3.480 + GO111MODULE=on [2022-04-20T10:14:02.458Z] #63 3.480 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:14:02.458Z] #63 3.933 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-20T10:14:02.458Z] #63 5.543 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-20T10:14:02.458Z] #63 5.546 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-20T10:14:02.458Z] #63 5.933 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-20T10:14:02.458Z] #63 8.781 go: downloading github.com/google/uuid v1.3.0 [2022-04-20T10:14:02.458Z] #63 8.782 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-20T10:14:02.458Z] #63 8.916 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-20T10:14:02.458Z] #63 9.042 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-20T10:14:02.458Z] #63 9.051 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-20T10:14:02.458Z] #63 9.441 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-20T10:14:02.458Z] #63 9.674 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-20T10:14:02.458Z] #63 10.64 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-20T10:14:02.654Z] #28 5.782 Reading package lists... [2022-04-20T10:14:02.715Z] #63 ... [2022-04-20T10:14:02.715Z] [2022-04-20T10:14:02.715Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:02.715Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:02.715Z] #47 4.049 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:14:02.715Z] #47 4.076 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:14:02.715Z] #47 4.077 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:14:02.715Z] #47 4.579 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-20T10:14:02.715Z] #47 4.870 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:14:02.715Z] #47 6.700 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:02.715Z] #47 8.499 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:02.816Z] #47 8.470 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:02.972Z] #47 ... [2022-04-20T10:14:02.972Z] [2022-04-20T10:14:02.972Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:14:02.972Z] #63 sha256:873e9b11ded2da1a320f5a75db3f75cd2a00097f19058f2cd5d399cdd9d2ede9 [2022-04-20T10:14:02.972Z] #63 10.94 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-20T10:14:02.972Z] #63 11.10 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-20T10:14:03.367Z] ok github.com/docker/docker/daemon 10.115s coverage: 17.0% of statements [2022-04-20T10:14:03.367Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-20T10:14:03.367Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-20T10:14:03.368Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-20T10:14:03.368Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-20T10:14:03.368Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.559s coverage: 74.8% of statements [2022-04-20T10:14:03.754Z] #47 ... [2022-04-20T10:14:03.754Z] [2022-04-20T10:14:03.754Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:03.754Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:03.754Z] #51 4.096 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-20T10:14:03.754Z] #51 ... [2022-04-20T10:14:03.754Z] [2022-04-20T10:14:03.754Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:03.754Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:03.754Z] #38 3.146 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:14:03.754Z] #38 3.159 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:14:03.754Z] #38 3.172 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:14:03.754Z] #38 3.638 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:14:03.754Z] #38 4.851 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:03.754Z] #38 6.762 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:03.754Z] #38 ... [2022-04-20T10:14:03.754Z] [2022-04-20T10:14:03.754Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:14:03.754Z] #58 sha256:4a92ccd8160d1126fc918b8f39762ee124fd53ebfd9d33285891cd289f4e5ff8 [2022-04-20T10:14:03.754Z] #58 3.070 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:14:03.754Z] #58 3.073 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:14:03.754Z] #58 3.073 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:14:03.754Z] #58 3.449 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:14:03.754Z] #58 4.788 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:03.754Z] #58 6.389 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:03.901Z] #63 12.14 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-20T10:14:04.014Z] #58 ... [2022-04-20T10:14:04.014Z] [2022-04-20T10:14:04.014Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:04.014Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:04.014Z] #14 4.383 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:14:04.014Z] #14 4.429 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:14:04.014Z] #14 4.440 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:14:04.014Z] #14 5.205 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:14:04.014Z] #14 6.351 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:04.014Z] #14 8.398 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:04.014Z] #14 ... [2022-04-20T10:14:04.014Z] [2022-04-20T10:14:04.014Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:14:04.014Z] #49 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:14:04.014Z] #49 4.124 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-20T10:14:04.014Z] #49 5.307 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-20T10:14:04.014Z] #49 5.319 go: downloading github.com/fatih/color v1.10.0 [2022-04-20T10:14:04.014Z] #49 5.434 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-20T10:14:04.014Z] #49 5.439 go: downloading github.com/pkg/errors v0.9.1 [2022-04-20T10:14:04.014Z] #49 5.927 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-20T10:14:04.014Z] #49 5.929 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-20T10:14:04.014Z] #49 5.993 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-20T10:14:04.014Z] #49 5.998 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-20T10:14:04.014Z] #49 6.088 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-20T10:14:04.014Z] #49 6.172 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-20T10:14:04.014Z] #49 6.282 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-20T10:14:04.014Z] #49 6.528 go: downloading golang.org/x/tools v0.1.0 [2022-04-20T10:14:04.283Z] #49 ... [2022-04-20T10:14:04.283Z] [2022-04-20T10:14:04.283Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:14:04.283Z] #63 sha256:6b9f93d9e39898e267cf05e142ab74b5ed9a9d712712b8cd1b5b5b87413f0355 [2022-04-20T10:14:04.283Z] #63 3.859 + RM_GOPATH=0 [2022-04-20T10:14:04.283Z] #63 3.859 + TMP_GOPATH= [2022-04-20T10:14:04.283Z] #63 3.859 + : /build [2022-04-20T10:14:04.283Z] #63 3.859 + '[' -z '' ']' [2022-04-20T10:14:04.283Z] #63 3.860 ++ mktemp -d [2022-04-20T10:14:04.283Z] #63 3.861 + export GOPATH=/tmp/tmp.WKgbnT3911 [2022-04-20T10:14:04.283Z] #63 3.861 + GOPATH=/tmp/tmp.WKgbnT3911 [2022-04-20T10:14:04.283Z] #63 3.861 + RM_GOPATH=1 [2022-04-20T10:14:04.283Z] #63 3.861 + case "$(go env GOARCH)" in [2022-04-20T10:14:04.283Z] #63 3.862 ++ go env GOARCH [2022-04-20T10:14:04.283Z] #63 3.914 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:04.283Z] #63 3.914 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:04.283Z] #63 3.915 ++ dirname /install.sh [2022-04-20T10:14:04.283Z] #63 3.927 + dir=/ [2022-04-20T10:14:04.283Z] #63 3.927 + bin=rootlesskit [2022-04-20T10:14:04.283Z] #63 3.927 + shift [2022-04-20T10:14:04.283Z] #63 3.927 + '[' '!' -f //rootlesskit.installer ']' [2022-04-20T10:14:04.283Z] #63 3.927 + . //rootlesskit.installer [2022-04-20T10:14:04.283Z] #63 3.927 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:14:04.283Z] #63 3.927 + install_rootlesskit [2022-04-20T10:14:04.283Z] #63 3.927 + case "$1" in [2022-04-20T10:14:04.283Z] #63 3.927 + export CGO_ENABLED=0 [2022-04-20T10:14:04.283Z] #63 3.927 + CGO_ENABLED=0 [2022-04-20T10:14:04.283Z] #63 3.927 + _install_rootlesskit [2022-04-20T10:14:04.283Z] #63 3.932 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-20T10:14:04.283Z] #63 3.934 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:14:04.283Z] #63 3.938 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-20T10:14:04.283Z] #63 3.938 + GOBIN=/build [2022-04-20T10:14:04.283Z] #63 3.938 + GO111MODULE=on [2022-04-20T10:14:04.283Z] #63 3.938 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:14:04.283Z] #63 4.454 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-20T10:14:04.283Z] #63 6.325 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-20T10:14:04.283Z] #63 6.328 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-20T10:14:04.283Z] #63 6.876 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-20T10:14:04.283Z] #63 9.254 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-20T10:14:04.283Z] #63 10.01 go: downloading github.com/google/uuid v1.3.0 [2022-04-20T10:14:04.283Z] #63 10.05 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-20T10:14:04.283Z] #63 10.48 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-20T10:14:04.283Z] #63 10.78 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-20T10:14:04.283Z] #63 ... [2022-04-20T10:14:04.283Z] [2022-04-20T10:14:04.283Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:14:04.283Z] #53 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:14:04.283Z] #53 4.567 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-20T10:14:04.283Z] #53 10.43 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-20T10:14:04.283Z] #53 10.43 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-20T10:14:04.283Z] #53 10.47 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-20T10:14:04.309Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.281s coverage: 56.2% of statements [2022-04-20T10:14:04.541Z] #53 ... [2022-04-20T10:14:04.541Z] [2022-04-20T10:14:04.541Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:14:04.541Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:14:04.541Z] #43 2.587 + git clone https://github.com/docker/distribution.git . [2022-04-20T10:14:04.541Z] #43 2.587 Cloning into '.'... [2022-04-20T10:14:04.541Z] #43 ... [2022-04-20T10:14:04.541Z] [2022-04-20T10:14:04.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-04-20T10:14:04.541Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:14:04.541Z] #34 3.136 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-20T10:14:04.541Z] #34 3.136 Cloning into '.'... [2022-04-20T10:14:04.800Z] #34 ... [2022-04-20T10:14:04.800Z] [2022-04-20T10:14:04.800Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-20T10:14:04.800Z] #26 sha256:8770759dcb7d3a457136a0538cd1a3e21f72ba2ce5c61463993f87ae194fe90d [2022-04-20T10:14:04.800Z] #26 10.84 + mkdir -p /build [2022-04-20T10:14:04.800Z] #26 10.85 + mv docker/docker /build/ [2022-04-20T10:14:04.800Z] #26 10.87 + rmdir docker [2022-04-20T10:14:05.262Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-04-20T10:14:05.272Z] #63 ... [2022-04-20T10:14:05.272Z] [2022-04-20T10:14:05.272Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:05.272Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:05.272Z] #14 3.691 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:14:05.272Z] #14 3.731 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:14:05.272Z] #14 3.731 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:14:05.272Z] #14 4.291 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:14:05.272Z] #14 5.650 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:14:05.272Z] #14 7.575 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:14:05.528Z] #14 ... [2022-04-20T10:14:05.528Z] [2022-04-20T10:14:05.528Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:14:05.528Z] #53 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:14:05.528Z] #53 12.28 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-20T10:14:05.528Z] #53 12.28 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-20T10:14:05.528Z] #53 12.34 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-20T10:14:05.528Z] #53 13.70 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-20T10:14:05.935Z] #28 8.734 Reading package lists... [2022-04-20T10:14:06.176Z] #26 DONE 12.1s [2022-04-20T10:14:06.176Z] [2022-04-20T10:14:06.176Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:14:06.177Z] #53 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:14:06.177Z] #53 12.32 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-20T10:14:06.192Z] #28 11.65 Building dependency tree... [2022-04-20T10:14:06.193Z] #28 12.33 Reading state information... [2022-04-20T10:14:06.659Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-04-20T10:14:06.758Z] #28 12.86 bzip2 is already the newest version (1.0.8-4). [2022-04-20T10:14:06.758Z] #28 12.86 patch is already the newest version (2.7.6-7). [2022-04-20T10:14:06.758Z] #28 12.86 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-04-20T10:14:06.758Z] #28 12.86 The following additional packages will be installed: [2022-04-20T10:14:06.758Z] #28 12.86 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-04-20T10:14:06.758Z] #28 12.86 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-04-20T10:14:06.758Z] #28 12.86 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-20T10:14:06.758Z] #28 12.86 python3-pkg-resources vim-runtime xxd [2022-04-20T10:14:06.758Z] #28 12.87 Suggested packages: [2022-04-20T10:14:06.758Z] #28 12.87 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-04-20T10:14:06.758Z] #28 12.87 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-04-20T10:14:06.758Z] #28 12.87 Recommended packages: [2022-04-20T10:14:06.758Z] #28 12.87 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-20T10:14:07.324Z] #28 13.55 The following NEW packages will be installed: [2022-04-20T10:14:07.324Z] #28 13.55 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-04-20T10:14:07.324Z] #28 13.55 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-04-20T10:14:07.324Z] #28 13.55 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-04-20T10:14:07.324Z] #28 13.55 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-04-20T10:14:07.324Z] #28 13.55 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-04-20T10:14:07.324Z] #28 13.55 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-04-20T10:14:07.324Z] #28 13.55 vim-common vim-runtime xfsprogs xxd zip zstd [2022-04-20T10:14:07.552Z] #53 ... [2022-04-20T10:14:07.552Z] [2022-04-20T10:14:07.552Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:14:07.552Z] #36 sha256:639fb02fd57d18cab6475357b1fa3403fc7c9a19a980eeb78b19785f7673ba62 [2022-04-20T10:14:07.552Z] #36 3.952 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-20T10:14:07.552Z] #36 ... [2022-04-20T10:14:07.552Z] [2022-04-20T10:14:07.552Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:07.552Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:07.552Z] #38 14.08 Fetched 8510 kB in 11s (759 kB/s) [2022-04-20T10:14:07.582Z] #28 13.85 0 upgraded, 44 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:07.582Z] #28 13.85 Need to get 18.6 MB of archives. [2022-04-20T10:14:07.582Z] #28 13.85 After this operation, 71.4 MB of additional disk space will be used. [2022-04-20T10:14:07.582Z] #28 13.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-20T10:14:07.582Z] #28 13.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-20T10:14:07.582Z] #28 13.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-20T10:14:07.582Z] #28 13.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-20T10:14:07.582Z] #28 13.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-20T10:14:07.582Z] #28 13.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-20T10:14:07.582Z] #28 13.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-20T10:14:07.582Z] #28 13.87 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-20T10:14:07.582Z] #28 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-04-20T10:14:07.582Z] #28 13.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-20T10:14:07.582Z] #28 13.88 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-20T10:14:07.582Z] #28 13.88 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-20T10:14:07.582Z] #28 13.89 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-20T10:14:07.582Z] #28 13.89 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-20T10:14:07.582Z] #28 13.89 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-20T10:14:07.582Z] #28 13.89 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-20T10:14:07.582Z] #28 13.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-20T10:14:07.582Z] #28 13.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-20T10:14:07.582Z] #28 13.90 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-20T10:14:07.582Z] #28 13.90 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-20T10:14:07.582Z] #28 13.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-20T10:14:07.582Z] #28 13.91 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-20T10:14:07.582Z] #28 13.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-20T10:14:07.582Z] #28 13.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-20T10:14:07.582Z] #28 13.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-20T10:14:07.582Z] #28 13.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-20T10:14:07.582Z] #28 13.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-20T10:14:07.582Z] #28 13.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-20T10:14:07.582Z] #28 13.92 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-20T10:14:07.582Z] #28 13.93 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-20T10:14:07.582Z] #28 13.94 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-20T10:14:07.840Z] #28 13.94 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-20T10:14:07.840Z] #28 13.94 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-20T10:14:07.840Z] #28 13.95 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-20T10:14:07.840Z] #28 13.95 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-20T10:14:07.840Z] #28 13.95 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-20T10:14:07.840Z] #28 13.95 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-20T10:14:07.840Z] #28 13.96 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-20T10:14:07.840Z] #28 13.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-20T10:14:07.840Z] #28 13.97 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-20T10:14:07.840Z] #28 14.06 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-20T10:14:07.840Z] #28 14.09 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-20T10:14:07.840Z] #28 14.11 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-20T10:14:07.840Z] #28 14.11 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-20T10:14:08.042Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.063s coverage: 46.3% of statements [2022-04-20T10:14:08.042Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-20T10:14:08.097Z] #28 14.36 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:08.097Z] #28 14.46 Fetched 18.6 MB in 1s (35.4 MB/s) [2022-04-20T10:14:08.302Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.248s coverage: 50.6% of statements [2022-04-20T10:14:08.355Z] #28 14.49 Selecting previously unselected package pigz. [2022-04-20T10:14:08.355Z] #28 14.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-04-20T10:14:08.355Z] #28 14.50 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-20T10:14:08.355Z] #28 14.51 Unpacking pigz (2.6-1) ... [2022-04-20T10:14:08.355Z] #28 14.54 Selecting previously unselected package libelf1:amd64. [2022-04-20T10:14:08.355Z] #28 14.55 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-20T10:14:08.355Z] #28 14.55 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-20T10:14:08.355Z] #28 14.59 Selecting previously unselected package libbpf0:amd64. [2022-04-20T10:14:08.355Z] #28 14.60 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-20T10:14:08.355Z] #28 14.60 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-20T10:14:08.355Z] #28 14.64 Selecting previously unselected package libcap2:amd64. [2022-04-20T10:14:08.355Z] #28 14.64 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-20T10:14:08.355Z] #28 14.64 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-20T10:14:08.355Z] #28 14.67 Selecting previously unselected package libmnl0:amd64. [2022-04-20T10:14:08.355Z] #28 14.67 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-20T10:14:08.355Z] #28 14.68 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-20T10:14:08.355Z] #28 14.71 Selecting previously unselected package libxtables12:amd64. [2022-04-20T10:14:08.613Z] #28 14.71 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-20T10:14:08.613Z] #28 14.71 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-20T10:14:08.613Z] #28 14.74 Selecting previously unselected package libcap2-bin. [2022-04-20T10:14:08.613Z] #28 14.75 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-20T10:14:08.613Z] #28 14.75 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-20T10:14:08.613Z] #28 14.79 Selecting previously unselected package iproute2. [2022-04-20T10:14:08.613Z] #28 14.79 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-20T10:14:08.613Z] #28 14.79 Unpacking iproute2 (5.10.0-4) ... [2022-04-20T10:14:08.810Z] #53 ... [2022-04-20T10:14:08.810Z] [2022-04-20T10:14:08.810Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:14:08.810Z] #36 sha256:639fb02fd57d18cab6475357b1fa3403fc7c9a19a980eeb78b19785f7673ba62 [2022-04-20T10:14:08.810Z] #36 16.72 tomll can be used in two ways: [2022-04-20T10:14:08.810Z] #36 16.73 Writing to STDIN and reading from STDOUT: [2022-04-20T10:14:08.810Z] #36 16.73 cat file.toml | tomll > file.toml [2022-04-20T10:14:08.810Z] #36 16.73 [2022-04-20T10:14:08.810Z] #36 16.73 Reading and updating a list of files: [2022-04-20T10:14:08.810Z] #36 16.73 tomll a.toml b.toml c.toml [2022-04-20T10:14:08.810Z] #36 16.73 [2022-04-20T10:14:08.810Z] #36 16.73 When given a list of files, tomll will modify all files in place without asking. [2022-04-20T10:14:08.810Z] #36 DONE 17.0s [2022-04-20T10:14:08.810Z] [2022-04-20T10:14:08.810Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:08.810Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:08.810Z] #14 15.12 Fetched 8510 kB in 12s (726 kB/s) [2022-04-20T10:14:08.871Z] #28 14.90 Selecting previously unselected package xxd. [2022-04-20T10:14:08.871Z] #28 14.90 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:14:08.871Z] #28 14.90 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:08.871Z] #28 14.95 Selecting previously unselected package vim-common. [2022-04-20T10:14:08.871Z] #28 14.95 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:14:08.871Z] #28 14.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:08.871Z] #28 15.01 Selecting previously unselected package bash-completion. [2022-04-20T10:14:08.871Z] #28 15.01 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-20T10:14:09.242Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.5% of statements [2022-04-20T10:14:09.436Z] #28 15.46 Unpacking bash-completion (1:2.11-2) ... [2022-04-20T10:14:09.436Z] #28 15.56 Selecting previously unselected package apparmor. [2022-04-20T10:14:09.436Z] #28 15.57 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-04-20T10:14:09.436Z] #28 15.58 Unpacking apparmor (2.13.6-10) ... [2022-04-20T10:14:09.436Z] #28 15.68 Selecting previously unselected package inetutils-ping. [2022-04-20T10:14:09.436Z] #28 15.68 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-20T10:14:09.436Z] #28 15.68 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-20T10:14:09.436Z] #28 15.72 Selecting previously unselected package libip4tc2:amd64. [2022-04-20T10:14:09.436Z] #28 15.73 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-20T10:14:09.436Z] #28 15.73 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-20T10:14:09.436Z] #28 15.76 Selecting previously unselected package libip6tc2:amd64. [2022-04-20T10:14:09.436Z] #28 15.77 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-20T10:14:09.436Z] #28 15.77 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-20T10:14:09.436Z] #28 15.80 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-20T10:14:09.695Z] #28 15.80 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-20T10:14:09.695Z] #28 15.80 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-20T10:14:09.695Z] #28 15.84 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-20T10:14:09.695Z] #28 15.84 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-20T10:14:09.695Z] #28 15.84 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-20T10:14:09.695Z] #28 15.87 Selecting previously unselected package libnftnl11:amd64. [2022-04-20T10:14:09.695Z] #28 15.88 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-20T10:14:09.695Z] #28 15.88 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-20T10:14:09.695Z] #28 15.91 Selecting previously unselected package iptables. [2022-04-20T10:14:09.695Z] #28 15.91 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-04-20T10:14:09.695Z] #28 15.92 Unpacking iptables (1.8.7-1) ... [2022-04-20T10:14:09.695Z] #28 15.98 Selecting previously unselected package libonig5:amd64. [2022-04-20T10:14:09.695Z] #28 15.99 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-20T10:14:09.695Z] #28 15.99 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:14:09.695Z] #28 16.03 Selecting previously unselected package libjq1:amd64. [2022-04-20T10:14:09.952Z] #28 16.04 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-04-20T10:14:09.952Z] #28 16.04 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:14:09.952Z] #28 16.08 Selecting previously unselected package jq. [2022-04-20T10:14:09.952Z] #28 16.08 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-04-20T10:14:09.952Z] #28 16.08 Unpacking jq (1.6-2.1) ... [2022-04-20T10:14:09.952Z] #28 16.12 Selecting previously unselected package libaio1:amd64. [2022-04-20T10:14:09.952Z] #28 16.12 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-04-20T10:14:09.952Z] #28 16.12 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-20T10:14:09.952Z] #28 16.16 Selecting previously unselected package libgpm2:amd64. [2022-04-20T10:14:09.952Z] #28 16.16 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-04-20T10:14:09.952Z] #28 16.16 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-20T10:14:09.952Z] #28 16.21 Selecting previously unselected package libinih1:amd64. [2022-04-20T10:14:09.952Z] #28 16.21 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-04-20T10:14:09.952Z] #28 16.21 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-20T10:14:09.952Z] #28 16.24 Selecting previously unselected package libnet1:amd64. [2022-04-20T10:14:09.952Z] #28 16.24 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-20T10:14:09.952Z] #28 16.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:14:09.952Z] #28 16.28 Selecting previously unselected package libnl-3-200:amd64. [2022-04-20T10:14:10.085Z] #38 14.08 Reading package lists... [2022-04-20T10:14:10.086Z] #38 ... [2022-04-20T10:14:10.086Z] [2022-04-20T10:14:10.086Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-04-20T10:14:10.086Z] #36 sha256:639fb02fd57d18cab6475357b1fa3403fc7c9a19a980eeb78b19785f7673ba62 [2022-04-20T10:14:10.086Z] #36 15.84 tomll can be used in two ways: [2022-04-20T10:14:10.086Z] #36 15.84 Writing to STDIN and reading from STDOUT: [2022-04-20T10:14:10.086Z] #36 15.84 cat file.toml | tomll > file.toml [2022-04-20T10:14:10.086Z] #36 15.84 [2022-04-20T10:14:10.086Z] #36 15.84 Reading and updating a list of files: [2022-04-20T10:14:10.086Z] #36 15.84 tomll a.toml b.toml c.toml [2022-04-20T10:14:10.086Z] #36 15.84 [2022-04-20T10:14:10.086Z] #36 15.84 When given a list of files, tomll will modify all files in place without asking. [2022-04-20T10:14:10.086Z] #36 DONE 16.4s [2022-04-20T10:14:10.086Z] [2022-04-20T10:14:10.086Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:10.086Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:10.086Z] #14 16.03 Fetched 8510 kB in 12s (714 kB/s) [2022-04-20T10:14:10.183Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-04-20T10:14:10.183Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.957s coverage: 58.2% of statements [2022-04-20T10:14:10.183Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-04-20T10:14:10.183Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-20T10:14:10.210Z] #28 16.28 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-20T10:14:10.210Z] #28 16.28 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:14:10.210Z] #28 16.32 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-20T10:14:10.210Z] #28 16.32 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-20T10:14:10.210Z] #28 16.32 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:14:10.210Z] #28 16.35 Selecting previously unselected package net-tools. [2022-04-20T10:14:10.210Z] #28 16.35 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-20T10:14:10.210Z] #28 16.35 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-20T10:14:10.210Z] #28 16.40 Selecting previously unselected package python-pip-whl. [2022-04-20T10:14:10.210Z] #28 16.40 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-20T10:14:10.210Z] #28 16.41 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-20T10:14:10.444Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-04-20T10:14:10.482Z] #28 16.56 Selecting previously unselected package python3-lib2to3. [2022-04-20T10:14:10.482Z] #28 16.56 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-20T10:14:10.482Z] #28 16.57 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-20T10:14:10.482Z] #28 16.60 Selecting previously unselected package python3-distutils. [2022-04-20T10:14:10.482Z] #28 16.60 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-04-20T10:14:10.482Z] #28 16.61 Unpacking python3-distutils (3.9.2-1) ... [2022-04-20T10:14:10.482Z] #28 16.65 Selecting previously unselected package python3-pkg-resources. [2022-04-20T10:14:10.482Z] #28 16.65 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-20T10:14:10.482Z] #28 16.65 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:14:10.482Z] #28 16.69 Selecting previously unselected package python3-setuptools. [2022-04-20T10:14:10.482Z] #28 16.70 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-04-20T10:14:10.482Z] #28 16.70 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-20T10:14:10.482Z] #28 16.76 Selecting previously unselected package python3-wheel. [2022-04-20T10:14:10.739Z] #28 16.76 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-04-20T10:14:10.739Z] #28 16.76 Unpacking python3-wheel (0.34.2-1) ... [2022-04-20T10:14:10.739Z] #28 16.79 Selecting previously unselected package python3-pip. [2022-04-20T10:14:10.739Z] #28 16.80 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-20T10:14:10.739Z] #28 16.80 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-20T10:14:10.739Z] #28 16.86 Selecting previously unselected package sudo. [2022-04-20T10:14:10.739Z] #28 16.87 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-04-20T10:14:10.739Z] #28 16.87 Unpacking sudo (1.9.5p2-3) ... [2022-04-20T10:14:10.739Z] #28 16.99 Selecting previously unselected package thin-provisioning-tools. [2022-04-20T10:14:10.739Z] #28 16.99 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-20T10:14:10.739Z] #28 17.00 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-20T10:14:10.739Z] #28 17.06 Selecting previously unselected package uidmap. [2022-04-20T10:14:10.739Z] #28 17.06 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-20T10:14:10.739Z] #28 17.06 Unpacking uidmap (1:4.8.1-1) ... [2022-04-20T10:14:10.739Z] #28 17.11 Selecting previously unselected package vim-runtime. [2022-04-20T10:14:10.997Z] #28 17.11 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:14:10.997Z] #28 17.12 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-20T10:14:10.997Z] #28 17.14 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-20T10:14:10.997Z] #28 17.14 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:11.563Z] #28 17.71 Selecting previously unselected package vim. [2022-04-20T10:14:11.564Z] #28 17.71 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:14:11.564Z] #28 17.72 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:11.564Z] #28 17.85 Selecting previously unselected package xfsprogs. [2022-04-20T10:14:11.822Z] #28 17.86 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-20T10:14:11.822Z] #28 17.86 Unpacking xfsprogs (5.10.0-4) ... [2022-04-20T10:14:11.822Z] #28 17.97 Selecting previously unselected package zip. [2022-04-20T10:14:11.822Z] #28 17.97 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-04-20T10:14:11.822Z] #28 17.98 Unpacking zip (3.0-12) ... [2022-04-20T10:14:11.822Z] #28 18.02 Selecting previously unselected package zstd. [2022-04-20T10:14:11.822Z] #28 18.02 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-20T10:14:11.822Z] #28 18.03 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-20T10:14:12.080Z] #28 18.12 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:14:12.080Z] #28 18.30 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-20T10:14:12.080Z] #28 18.31 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-20T10:14:12.080Z] #28 18.32 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-20T10:14:12.080Z] #28 18.33 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-20T10:14:12.080Z] #28 18.34 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-20T10:14:12.080Z] #28 18.35 Setting up uidmap (1:4.8.1-1) ... [2022-04-20T10:14:12.080Z] #28 18.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:14:12.080Z] #28 18.37 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:14:12.080Z] #28 18.38 Setting up python3-wheel (0.34.2-1) ... [2022-04-20T10:14:12.084Z] #14 15.12 Reading package lists... [2022-04-20T10:14:12.338Z] #28 18.50 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:12.338Z] #28 18.52 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-20T10:14:12.338Z] #28 18.53 Setting up libcap2-bin (1:2.44-1) ... [2022-04-20T10:14:12.338Z] #28 18.54 Setting up apparmor (2.13.6-10) ... [2022-04-20T10:14:12.356Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.0% of statements [2022-04-20T10:14:12.356Z] ok github.com/docker/docker/daemon/images 0.042s coverage: 6.6% of statements [2022-04-20T10:14:12.356Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-20T10:14:12.356Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-20T10:14:12.655Z] #14 20.49 Reading package lists... [2022-04-20T10:14:12.655Z] #14 ... [2022-04-20T10:14:12.655Z] [2022-04-20T10:14:12.655Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:14:12.655Z] #49 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:14:12.655Z] #49 10.95 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-20T10:14:12.655Z] #49 11.04 go: downloading golang.org/x/mod v0.3.0 [2022-04-20T10:14:12.655Z] #49 ... [2022-04-20T10:14:12.655Z] [2022-04-20T10:14:12.655Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:12.655Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:12.655Z] #38 14.51 Fetched 8510 kB in 12s (736 kB/s) [2022-04-20T10:14:12.655Z] #38 14.51 Reading package lists... [2022-04-20T10:14:12.904Z] #28 19.23 Setting up zip (3.0-12) ... [2022-04-20T10:14:12.913Z] #38 19.96 Reading package lists... [2022-04-20T10:14:12.913Z] #38 ... [2022-04-20T10:14:12.913Z] [2022-04-20T10:14:12.913Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:14:12.913Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:14:13.162Z] #28 19.24 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:13.162Z] #28 19.26 Setting up bash-completion (1:2.11-2) ... [2022-04-20T10:14:13.170Z] #43 21.17 Updating files: 92% (1698/1842) Updating files: 93% (1714/1842) Updating files: 94% (1732/1842) Updating files: 95% (1750/1842) Updating files: 96% (1769/1842) Updating files: 97% (1787/1842) Updating files: 98% (1806/1842) Updating files: 99% (1824/1842) Updating files: 100% (1842/1842) Updating files: 100% (1842/1842), done. [2022-04-20T10:14:13.170Z] #43 21.28 + git checkout -q v2.3.0 [2022-04-20T10:14:13.296Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 53.6% of statements [2022-04-20T10:14:13.427Z] #43 ... [2022-04-20T10:14:13.427Z] [2022-04-20T10:14:13.427Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:13.427Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:13.427Z] #47 11.66 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-20T10:14:13.427Z] #47 16.06 Fetched 8513 kB in 12s (692 kB/s) [2022-04-20T10:14:13.427Z] #47 16.06 Reading package lists... [2022-04-20T10:14:13.556Z] ok github.com/docker/docker/daemon/logger/awslogs 0.130s coverage: 79.9% of statements [2022-04-20T10:14:13.556Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-20T10:14:13.728Z] #28 19.76 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-20T10:14:13.728Z] #28 19.77 Setting up sudo (1.9.5p2-3) ... [2022-04-20T10:14:13.728Z] #28 19.81 invoke-rc.d: could not determine current runlevel [2022-04-20T10:14:13.728Z] #28 19.81 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-20T10:14:13.728Z] #28 19.82 Setting up xfsprogs (5.10.0-4) ... [2022-04-20T10:14:13.728Z] #28 19.83 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-20T10:14:13.728Z] #28 19.84 Setting up inetutils-ping (2:2.0-1) ... [2022-04-20T10:14:13.728Z] #28 19.85 Setting up pigz (2.6-1) ... [2022-04-20T10:14:13.728Z] #28 19.86 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-20T10:14:13.728Z] #28 19.87 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:14:13.728Z] #28 19.89 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-20T10:14:13.728Z] #28 19.90 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:13.817Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2022-04-20T10:14:13.987Z] #28 20.04 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-20T10:14:13.987Z] #28 20.05 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-20T10:14:13.987Z] #28 20.15 Setting up libelf1:amd64 (0.183-1) ... [2022-04-20T10:14:13.987Z] #28 20.16 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-20T10:14:13.987Z] #28 20.16 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:14:13.987Z] #28 20.17 Setting up python3-distutils (3.9.2-1) ... [2022-04-20T10:14:14.245Z] #28 20.29 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:14.245Z] #28 20.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-20T10:14:14.245Z] #28 20.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-20T10:14:14.245Z] #28 20.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-20T10:14:14.245Z] #28 20.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-20T10:14:14.245Z] #28 20.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-20T10:14:14.245Z] #28 20.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-20T10:14:14.245Z] #28 20.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-20T10:14:14.245Z] #28 20.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-20T10:14:14.245Z] #28 20.34 Setting up python3-setuptools (52.0.0-4) ... [2022-04-20T10:14:14.278Z] #14 16.03 Reading package lists... [2022-04-20T10:14:14.387Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2022-04-20T10:14:14.503Z] #28 20.63 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:14:14.503Z] #28 20.64 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-20T10:14:14.503Z] #28 20.65 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-20T10:14:14.503Z] #28 20.66 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-20T10:14:14.538Z] #14 20.79 Reading package lists... [2022-04-20T10:14:14.538Z] #14 ... [2022-04-20T10:14:14.538Z] [2022-04-20T10:14:14.538Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:14:14.538Z] #63 sha256:6b9f93d9e39898e267cf05e142ab74b5ed9a9d712712b8cd1b5b5b87413f0355 [2022-04-20T10:14:14.538Z] #63 10.84 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-20T10:14:14.538Z] #63 11.09 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-20T10:14:14.538Z] #63 11.57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-20T10:14:14.538Z] #63 11.65 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-20T10:14:14.538Z] #63 11.76 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-20T10:14:14.538Z] #63 14.08 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-20T10:14:14.538Z] #63 ... [2022-04-20T10:14:14.538Z] [2022-04-20T10:14:14.538Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:14.538Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:14.538Z] #38 14.08 Reading package lists... [2022-04-20T10:14:14.647Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-04-20T10:14:14.647Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-04-20T10:14:14.761Z] #28 20.89 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-20T10:14:14.761Z] #28 20.90 Setting up jq (1.6-2.1) ... [2022-04-20T10:14:14.761Z] #28 20.91 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-20T10:14:14.761Z] #28 20.92 Setting up iptables (1.8.7-1) ... [2022-04-20T10:14:14.761Z] #28 20.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-20T10:14:14.761Z] #28 20.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-20T10:14:14.761Z] #28 20.93 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-20T10:14:14.761Z] #28 20.94 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-20T10:14:14.761Z] #28 20.94 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-20T10:14:14.761Z] #28 20.94 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-20T10:14:14.761Z] #28 20.95 Setting up iproute2 (5.10.0-4) ... [2022-04-20T10:14:15.019Z] #28 21.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:14:15.106Z] #38 19.05 Reading package lists... [2022-04-20T10:14:15.106Z] #38 ... [2022-04-20T10:14:15.106Z] [2022-04-20T10:14:15.106Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:14:15.106Z] #49 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:14:15.106Z] #49 11.59 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-20T10:14:15.106Z] #49 11.61 go: downloading golang.org/x/mod v0.3.0 [2022-04-20T10:14:15.277Z] #28 DONE 21.5s [2022-04-20T10:14:15.277Z] [2022-04-20T10:14:15.277Z] #29 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-04-20T10:14:15.277Z] #29 sha256:626891423309e4d1179281b8e624f596657e23260a3e5e1c4f55d8dd8a0d493c [2022-04-20T10:14:15.322Z] #47 21.48 Reading package lists... [2022-04-20T10:14:15.322Z] #47 ... [2022-04-20T10:14:15.322Z] [2022-04-20T10:14:15.323Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:14:15.323Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:14:15.323Z] #43 23.33 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-04-20T10:14:15.365Z] #49 ... [2022-04-20T10:14:15.365Z] [2022-04-20T10:14:15.365Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:14:15.365Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:14:15.365Z] #43 19.70 + git checkout -q v2.3.0 [2022-04-20T10:14:15.365Z] #43 21.22 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-04-20T10:14:15.365Z] #43 ... [2022-04-20T10:14:15.365Z] [2022-04-20T10:14:15.365Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:15.365Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:15.365Z] #47 11.56 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-20T10:14:15.365Z] #47 17.53 Fetched 8513 kB in 14s (623 kB/s) [2022-04-20T10:14:15.535Z] #29 0.379 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-20T10:14:15.535Z] #29 0.382 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-20T10:14:15.535Z] #29 0.384 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-20T10:14:15.535Z] #29 DONE 0.4s [2022-04-20T10:14:15.579Z] #43 ... [2022-04-20T10:14:15.579Z] [2022-04-20T10:14:15.579Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:14:15.579Z] #58 sha256:4a92ccd8160d1126fc918b8f39762ee124fd53ebfd9d33285891cd289f4e5ff8 [2022-04-20T10:14:15.579Z] #58 14.04 Fetched 8510 kB in 11s (754 kB/s) [2022-04-20T10:14:15.579Z] #58 14.04 Reading package lists... [2022-04-20T10:14:15.579Z] #58 19.22 Reading package lists... [2022-04-20T10:14:15.579Z] #58 23.70 Building dependency tree... [2022-04-20T10:14:15.579Z] #58 ... [2022-04-20T10:14:15.579Z] [2022-04-20T10:14:15.579Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:15.579Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:15.579Z] #38 19.96 Reading package lists... [2022-04-20T10:14:15.587Z] ok github.com/docker/docker/daemon/logger/local 0.028s coverage: 78.7% of statements [2022-04-20T10:14:15.587Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-20T10:14:15.587Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 59.1% of statements [2022-04-20T10:14:15.624Z] #47 17.53 Reading package lists... [2022-04-20T10:14:15.624Z] #47 ... [2022-04-20T10:14:15.624Z] [2022-04-20T10:14:15.624Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:14:15.624Z] #58 sha256:4a92ccd8160d1126fc918b8f39762ee124fd53ebfd9d33285891cd289f4e5ff8 [2022-04-20T10:14:15.624Z] #58 13.86 Fetched 8510 kB in 11s (768 kB/s) [2022-04-20T10:14:15.624Z] #58 13.86 Reading package lists... [2022-04-20T10:14:15.624Z] #58 19.07 Reading package lists... [2022-04-20T10:14:15.624Z] #58 ... [2022-04-20T10:14:15.624Z] [2022-04-20T10:14:15.624Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:15.624Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:15.624Z] #47 17.53 Reading package lists... [2022-04-20T10:14:15.792Z] [2022-04-20T10:14:15.792Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-20T10:14:15.792Z] #30 sha256:af666be153ce023098ddaba44830afaf79b4dad75b664b3329256863146cacae [2022-04-20T10:14:16.157Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2022-04-20T10:14:17.097Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-04-20T10:14:17.206Z] #38 24.27 Building dependency tree... [2022-04-20T10:14:17.357Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-04-20T10:14:17.927Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-04-20T10:14:18.187Z] ok github.com/docker/docker/daemon/logger/splunk 1.548s coverage: 82.5% of statements [2022-04-20T10:14:18.187Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-20T10:14:18.187Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-20T10:14:19.104Z] #38 27.26 The following additional packages will be installed: [2022-04-20T10:14:19.104Z] #38 27.28 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-04-20T10:14:19.104Z] #38 27.29 Suggested packages: [2022-04-20T10:14:19.104Z] #38 27.29 cmake-doc ninja-build lrzip [2022-04-20T10:14:19.104Z] #38 27.29 Recommended packages: [2022-04-20T10:14:19.104Z] #38 27.29 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-20T10:14:19.127Z] ok github.com/docker/docker/distribution/metadata 0.037s coverage: 48.2% of statements [2022-04-20T10:14:19.671Z] #38 28.17 The following NEW packages will be installed: [2022-04-20T10:14:19.671Z] #38 28.17 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-04-20T10:14:19.671Z] #38 28.17 vim-common xxd [2022-04-20T10:14:20.067Z] ok github.com/docker/docker/distribution 0.591s coverage: 28.3% of statements [2022-04-20T10:14:20.068Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-20T10:14:20.239Z] #38 28.57 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:20.239Z] #38 28.57 Need to get 17.7 MB of archives. [2022-04-20T10:14:20.239Z] #38 28.57 After this operation, 70.7 MB of additional disk space will be used. [2022-04-20T10:14:20.239Z] #38 28.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-20T10:14:20.239Z] #38 28.58 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-20T10:14:20.239Z] #38 28.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-20T10:14:20.239Z] #38 28.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-20T10:14:20.328Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-04-20T10:14:20.809Z] #38 ... [2022-04-20T10:14:20.809Z] [2022-04-20T10:14:20.809Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:14:20.809Z] #58 sha256:4a92ccd8160d1126fc918b8f39762ee124fd53ebfd9d33285891cd289f4e5ff8 [2022-04-20T10:14:20.809Z] #58 23.70 Building dependency tree... [2022-04-20T10:14:20.809Z] #58 26.35 The following additional packages will be installed: [2022-04-20T10:14:20.809Z] #58 26.35 libbtrfs0 [2022-04-20T10:14:20.809Z] #58 26.48 The following NEW packages will be installed: [2022-04-20T10:14:20.809Z] #58 26.50 libbtrfs-dev libbtrfs0 [2022-04-20T10:14:20.809Z] #58 26.85 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:20.809Z] #58 26.85 Need to get 460 kB of archives. [2022-04-20T10:14:20.809Z] #58 26.85 After this operation, 1237 kB of additional disk space will be used. [2022-04-20T10:14:20.809Z] #58 26.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-20T10:14:20.809Z] #58 26.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-20T10:14:20.809Z] #58 27.60 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:20.809Z] #58 27.82 Fetched 460 kB in 0s (1416 kB/s) [2022-04-20T10:14:20.809Z] #58 27.89 Selecting previously unselected package libbtrfs0:amd64. [2022-04-20T10:14:20.809Z] #58 27.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-04-20T10:14:20.809Z] #58 27.99 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-20T10:14:20.809Z] #58 28.00 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:14:20.809Z] #58 28.21 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-20T10:14:20.809Z] #58 28.21 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-20T10:14:20.809Z] #58 28.23 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:14:20.809Z] #58 28.51 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:14:20.809Z] #58 28.57 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:14:20.809Z] #58 28.59 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:14:20.809Z] #58 DONE 29.1s [2022-04-20T10:14:20.809Z] [2022-04-20T10:14:20.809Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-20T10:14:20.809Z] #59 sha256:3b073aca11776b327a0aab12db58d581bf4b968c87277d36107f57f4cd8db734 [2022-04-20T10:14:20.809Z] #59 DONE 0.1s [2022-04-20T10:14:20.809Z] [2022-04-20T10:14:20.809Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:20.809Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:20.809Z] #38 29.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-20T10:14:20.809Z] #38 29.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-20T10:14:21.055Z] #30 5.526 Collecting yamllint==1.26.1 [2022-04-20T10:14:21.073Z] #38 29.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-20T10:14:21.073Z] #38 29.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-20T10:14:21.073Z] #38 29.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-20T10:14:21.073Z] #38 29.42 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-20T10:14:21.157Z] #47 21.96 Reading package lists... [2022-04-20T10:14:21.157Z] #47 26.35 Building dependency tree... [2022-04-20T10:14:21.157Z] #47 ... [2022-04-20T10:14:21.157Z] [2022-04-20T10:14:21.157Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:21.157Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:21.157Z] #51 24.32 go: downloading github.com/fatih/color v1.13.0 [2022-04-20T10:14:21.157Z] #51 24.33 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-20T10:14:21.157Z] #51 24.37 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-20T10:14:21.157Z] #51 24.38 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-20T10:14:21.157Z] #51 24.59 go: downloading github.com/spf13/viper v1.10.1 [2022-04-20T10:14:21.157Z] #51 24.67 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-20T10:14:21.157Z] #51 25.00 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-20T10:14:21.157Z] #51 25.03 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-20T10:14:21.157Z] #51 25.06 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-20T10:14:21.157Z] #51 25.08 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-20T10:14:21.157Z] #51 25.90 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-20T10:14:21.157Z] #51 26.01 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-20T10:14:21.268Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-04-20T10:14:21.528Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-04-20T10:14:22.098Z] ok github.com/docker/docker/distribution/xfer 1.895s coverage: 84.9% of statements [2022-04-20T10:14:22.098Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-20T10:14:22.098Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-04-20T10:14:22.106Z] #51 28.46 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-20T10:14:22.106Z] #51 28.48 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-20T10:14:22.106Z] #51 28.66 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-20T10:14:22.106Z] #51 28.70 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-20T10:14:22.366Z] #51 28.75 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-20T10:14:22.366Z] #51 28.77 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-20T10:14:22.366Z] #51 28.80 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-20T10:14:22.428Z] #30 6.565 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-20T10:14:22.428Z] #30 6.822 Collecting pathspec>=0.5.3 [2022-04-20T10:14:22.444Z] #38 30.62 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:22.444Z] #38 30.80 Fetched 17.7 MB in 1s (11.9 MB/s) [2022-04-20T10:14:22.444Z] #38 30.87 Selecting previously unselected package xxd. [2022-04-20T10:14:22.444Z] #38 30.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-20T10:14:22.444Z] #38 30.91 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:14:22.444Z] #38 30.91 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:22.626Z] #51 28.91 go: downloading github.com/spf13/afero v1.6.0 [2022-04-20T10:14:22.626Z] #51 28.93 go: downloading github.com/spf13/cast v1.4.1 [2022-04-20T10:14:22.626Z] #51 28.95 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-20T10:14:22.626Z] #51 28.98 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-20T10:14:22.626Z] #51 29.01 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-20T10:14:22.626Z] #51 29.10 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-20T10:14:22.626Z] #51 29.17 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-20T10:14:22.626Z] #51 29.21 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-20T10:14:22.626Z] #51 29.24 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-20T10:14:22.670Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-04-20T10:14:22.670Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-20T10:14:22.687Z] #30 6.825 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-20T10:14:22.687Z] #30 6.912 Collecting pyyaml [2022-04-20T10:14:22.687Z] #30 6.917 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-04-20T10:14:22.687Z] #30 6.936 Building wheels for collected packages: yamllint [2022-04-20T10:14:22.687Z] #30 6.937 Building wheel for yamllint (setup.py): started [2022-04-20T10:14:22.714Z] #38 31.09 Selecting previously unselected package vim-common. [2022-04-20T10:14:22.714Z] #38 31.09 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:14:22.714Z] #38 31.10 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:22.885Z] #51 29.27 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-20T10:14:22.885Z] #51 29.30 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-20T10:14:22.885Z] #51 29.32 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-20T10:14:22.885Z] #51 29.35 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-20T10:14:22.885Z] #51 29.39 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-20T10:14:22.930Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2022-04-20T10:14:22.945Z] #30 7.153 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-20T10:14:22.945Z] #30 7.154 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=232d2cf3344e21e58b7838d812cd887e45b32cf8b79d5da22ef8defaa051a179 [2022-04-20T10:14:22.945Z] #30 7.154 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-20T10:14:22.945Z] #30 7.156 Successfully built yamllint [2022-04-20T10:14:22.945Z] #30 7.162 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-20T10:14:22.945Z] #30 7.266 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-20T10:14:22.972Z] #38 31.49 Selecting previously unselected package cmake-data. [2022-04-20T10:14:22.972Z] #38 31.49 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-20T10:14:22.972Z] #38 31.49 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-20T10:14:23.146Z] #51 ... [2022-04-20T10:14:23.146Z] [2022-04-20T10:14:23.146Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-20T10:14:23.146Z] #58 sha256:4a92ccd8160d1126fc918b8f39762ee124fd53ebfd9d33285891cd289f4e5ff8 [2022-04-20T10:14:23.146Z] #58 19.07 Reading package lists... [2022-04-20T10:14:23.146Z] #58 23.50 Building dependency tree... [2022-04-20T10:14:23.146Z] #58 26.31 The following additional packages will be installed: [2022-04-20T10:14:23.146Z] #58 26.31 libbtrfs0 [2022-04-20T10:14:23.146Z] #58 26.48 The following NEW packages will be installed: [2022-04-20T10:14:23.146Z] #58 26.48 libbtrfs-dev libbtrfs0 [2022-04-20T10:14:23.146Z] #58 26.85 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:23.146Z] #58 26.85 Need to get 460 kB of archives. [2022-04-20T10:14:23.146Z] #58 26.85 After this operation, 1237 kB of additional disk space will be used. [2022-04-20T10:14:23.146Z] #58 26.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-20T10:14:23.146Z] #58 26.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-20T10:14:23.146Z] #58 27.81 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:23.146Z] #58 28.05 Fetched 460 kB in 0s (1387 kB/s) [2022-04-20T10:14:23.146Z] #58 28.14 Selecting previously unselected package libbtrfs0:amd64. [2022-04-20T10:14:23.146Z] #58 28.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-20T10:14:23.146Z] #58 28.17 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-20T10:14:23.146Z] #58 28.28 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:14:23.146Z] #58 28.48 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-20T10:14:23.146Z] #58 28.49 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-20T10:14:23.146Z] #58 28.49 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:14:23.146Z] #58 28.82 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:14:23.146Z] #58 28.93 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:14:23.146Z] #58 28.94 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:14:23.146Z] #58 DONE 29.5s [2022-04-20T10:14:23.146Z] [2022-04-20T10:14:23.146Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-20T10:14:23.146Z] #59 sha256:bf95bdea22c3a44362ef2b3b2ddcd9d1db12d3488e9ef8a2c6b933591a51bbdd [2022-04-20T10:14:23.146Z] #59 DONE 0.2s [2022-04-20T10:14:23.146Z] [2022-04-20T10:14:23.146Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:14:23.146Z] #60 sha256:94c50c4d918f7575ef32c261eeae4eb9b6afe98fa7e27bf0a19c67fdd2dd0ea6 [2022-04-20T10:14:23.203Z] #30 DONE 7.4s [2022-04-20T10:14:23.203Z] [2022-04-20T10:14:23.203Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-20T10:14:23.203Z] #34 sha256:4a5a5c618ba5fab7c9ddce7979dab9e36906a780ade6681516aefd47b899bcb6 [2022-04-20T10:14:23.203Z] #34 DONE 0.1s [2022-04-20T10:14:23.203Z] [2022-04-20T10:14:23.203Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-20T10:14:23.203Z] #39 sha256:d0de14c0b881a4eb0de39191de05c27a3812a8f03834b8d26195dc5d6725855e [2022-04-20T10:14:23.203Z] #39 DONE 0.1s [2022-04-20T10:14:23.203Z] [2022-04-20T10:14:23.203Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-20T10:14:23.203Z] #42 sha256:6b7da4348ab59fbebe15f885078cb3996e194061150a4ed2a48663d9e2b9e135 [2022-04-20T10:14:23.461Z] #42 DONE 0.1s [2022-04-20T10:14:23.461Z] [2022-04-20T10:14:23.461Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-20T10:14:23.461Z] #44 sha256:f00579d47e538bd7f14ad03ac36e9bcea8f48081b44abd6961225bb3a1d0cb95 [2022-04-20T10:14:23.461Z] #44 DONE 0.0s [2022-04-20T10:14:23.461Z] [2022-04-20T10:14:23.461Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-20T10:14:23.461Z] #48 sha256:149594f267aeef5bb35efe8c52e80e89682a0f37fb90d16c9d651b30e648810a [2022-04-20T10:14:23.461Z] #48 DONE 0.0s [2022-04-20T10:14:23.461Z] [2022-04-20T10:14:23.461Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-20T10:14:23.461Z] #51 sha256:a84b5eaf43f2fc7f0e9a3be73e5256efc3f955ffb6fafc7a5c24ff9e0c7c86aa [2022-04-20T10:14:23.502Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-04-20T10:14:23.719Z] #51 DONE 0.1s [2022-04-20T10:14:23.719Z] [2022-04-20T10:14:23.719Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-20T10:14:23.719Z] #55 sha256:b91fd9b075205f190e615f3610e9390c0acbccba29f4fca4e8f5cd57ea2f3724 [2022-04-20T10:14:23.719Z] #55 DONE 0.0s [2022-04-20T10:14:23.719Z] [2022-04-20T10:14:23.719Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-20T10:14:23.719Z] #57 sha256:eb211b978fe5c886363213d734c76351e816d7c4dc73bc3d1bcbdea445a549fc [2022-04-20T10:14:23.719Z] #57 DONE 0.0s [2022-04-20T10:14:23.719Z] [2022-04-20T10:14:23.719Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-20T10:14:23.719Z] #59 sha256:1fca52b38bfa8e87812027676de6ce5d8c5ca9a6e77822ee043a024ba4e975f0 [2022-04-20T10:14:23.719Z] #59 DONE 0.1s [2022-04-20T10:14:23.719Z] [2022-04-20T10:14:23.719Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-20T10:14:23.719Z] #61 sha256:9890a8193b0afd4d8c7d68d9062891c5452533d8520ddc09623d2a9530741198 [2022-04-20T10:14:23.719Z] #61 DONE 0.0s [2022-04-20T10:14:23.719Z] [2022-04-20T10:14:23.719Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-20T10:14:23.719Z] #64 sha256:2aed19a9a913cfc9343177998b41ae88f4849fd1ef34b1b7ac4f3e2588e1a042 [2022-04-20T10:14:23.719Z] #64 DONE 0.1s [2022-04-20T10:14:23.919Z] using credential docker-jenkins-github-credentials [2022-04-20T10:14:23.977Z] [2022-04-20T10:14:23.977Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-20T10:14:23.977Z] #68 sha256:4bfbfa1aa87f8d49362a2dd2200feb5d484f4dfbfbddf615411f9a8d8a97a85d [2022-04-20T10:14:23.977Z] #68 DONE 0.2s [2022-04-20T10:14:23.977Z] [2022-04-20T10:14:23.977Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-20T10:14:23.977Z] #73 sha256:3304d108bf20a170005401397b1b3f793accd31616feb17d58cd22f8a3989eb5 [2022-04-20T10:14:23.977Z] #73 DONE 0.1s [2022-04-20T10:14:23.977Z] [2022-04-20T10:14:23.977Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-20T10:14:23.977Z] #78 sha256:40ba804a5f3bdeb3f5dadf59e9650a7e0bf5bc569fbe9055b1547585eea20fe5 [2022-04-20T10:14:23.999Z] Cloning the remote Git repository [2022-04-20T10:14:23.999Z] Cloning with configured refspecs honoured and without tags [2022-04-20T10:14:24.088Z] #60 0.926 + RM_GOPATH=0 [2022-04-20T10:14:24.088Z] #60 0.926 + TMP_GOPATH= [2022-04-20T10:14:24.088Z] #60 0.926 + : /build [2022-04-20T10:14:24.088Z] #60 0.926 + '[' -z '' ']' [2022-04-20T10:14:24.088Z] #60 0.926 ++ mktemp -d [2022-04-20T10:14:24.088Z] #60 0.929 + export GOPATH=/tmp/tmp.IWxfd5p754 [2022-04-20T10:14:24.088Z] #60 0.929 + GOPATH=/tmp/tmp.IWxfd5p754 [2022-04-20T10:14:24.088Z] #60 0.930 + RM_GOPATH=1 [2022-04-20T10:14:24.088Z] #60 0.930 + case "$(go env GOARCH)" in [2022-04-20T10:14:24.088Z] #60 0.934 ++ go env GOARCH [2022-04-20T10:14:24.088Z] #60 0.976 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:24.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-20T10:14:24.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-20T10:14:24.236Z] #78 DONE 0.1s [2022-04-20T10:14:24.236Z] [2022-04-20T10:14:24.236Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-20T10:14:24.236Z] #79 sha256:e45cddcc08b721263a8a19fe8f9f5842df4d8b97bfe9e06fa8b826a13d9c0130 [2022-04-20T10:14:24.236Z] #79 DONE 0.0s [2022-04-20T10:14:24.236Z] [2022-04-20T10:14:24.236Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-20T10:14:24.236Z] #80 sha256:6cfd712245972a39035c27c217c2ba5d7ad128f932c52d779c267e69db06fd56 [2022-04-20T10:14:24.348Z] #60 0.977 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:24.348Z] #60 0.980 ++ dirname /install.sh [2022-04-20T10:14:24.348Z] #60 0.981 + dir=/ [2022-04-20T10:14:24.348Z] #60 0.982 + bin=containerd [2022-04-20T10:14:24.348Z] #60 0.982 + shift [2022-04-20T10:14:24.348Z] #60 0.982 + '[' '!' -f //containerd.installer ']' [2022-04-20T10:14:24.348Z] #60 0.982 + . //containerd.installer [2022-04-20T10:14:24.348Z] #60 0.983 ++ set -e [2022-04-20T10:14:24.348Z] #60 0.983 ++ : v1.6.2 [2022-04-20T10:14:24.348Z] #60 0.983 + install_containerd [2022-04-20T10:14:24.348Z] #60 0.984 + echo 'Install containerd version v1.6.2' [2022-04-20T10:14:24.348Z] #60 0.984 Install containerd version v1.6.2 [2022-04-20T10:14:24.348Z] #60 0.984 + git clone https://github.com/containerd/containerd.git /tmp/tmp.IWxfd5p754/src/github.com/containerd/containerd [2022-04-20T10:14:24.348Z] #60 0.990 Cloning into '/tmp/tmp.IWxfd5p754/src/github.com/containerd/containerd'... [2022-04-20T10:14:24.444Z] ok github.com/docker/docker/opts 0.021s coverage: 66.5% of statements [2022-04-20T10:14:24.444Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-04-20T10:14:24.196Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:14:25.172Z] #80 DONE 0.8s [2022-04-20T10:14:25.172Z] [2022-04-20T10:14:25.172Z] #81 exporting to image [2022-04-20T10:14:25.172Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-20T10:14:25.172Z] #81 exporting layers [2022-04-20T10:14:25.507Z] #38 ... [2022-04-20T10:14:25.507Z] [2022-04-20T10:14:25.507Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:25.507Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:25.507Z] #51 23.89 go: downloading github.com/fatih/color v1.13.0 [2022-04-20T10:14:25.507Z] #51 23.91 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-20T10:14:25.507Z] #51 23.96 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-20T10:14:25.507Z] #51 23.99 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-20T10:14:25.507Z] #51 24.28 go: downloading github.com/spf13/viper v1.10.1 [2022-04-20T10:14:25.507Z] #51 24.43 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-20T10:14:25.507Z] #51 24.80 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-20T10:14:25.507Z] #51 24.83 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-20T10:14:25.507Z] #51 24.87 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-20T10:14:25.507Z] #51 24.89 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-20T10:14:25.507Z] #51 25.83 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-20T10:14:25.507Z] #51 25.86 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-20T10:14:25.507Z] #51 28.74 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-20T10:14:25.507Z] #51 28.75 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-20T10:14:25.507Z] #51 28.87 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-20T10:14:25.507Z] #51 28.94 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-20T10:14:25.507Z] #51 29.02 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-20T10:14:25.507Z] #51 29.04 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-20T10:14:25.507Z] #51 29.20 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-20T10:14:25.507Z] #51 29.20 go: downloading github.com/spf13/afero v1.6.0 [2022-04-20T10:14:25.507Z] #51 29.35 go: downloading github.com/spf13/cast v1.4.1 [2022-04-20T10:14:25.507Z] #51 29.48 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-20T10:14:25.507Z] #51 29.51 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-20T10:14:25.507Z] #51 29.52 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-20T10:14:25.507Z] #51 29.62 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-20T10:14:25.507Z] #51 29.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-20T10:14:25.507Z] #51 29.86 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-20T10:14:25.507Z] #51 29.91 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-20T10:14:25.507Z] #51 29.97 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-20T10:14:25.507Z] #51 30.02 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-20T10:14:25.507Z] #51 30.04 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-20T10:14:25.507Z] #51 30.06 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-20T10:14:25.507Z] #51 30.09 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-20T10:14:25.507Z] #51 30.55 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-20T10:14:25.507Z] #51 30.62 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-20T10:14:25.508Z] #51 30.65 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-20T10:14:25.508Z] #51 30.71 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-20T10:14:25.508Z] #51 30.77 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-20T10:14:25.508Z] #51 30.79 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-20T10:14:25.508Z] #51 31.48 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-20T10:14:25.508Z] #51 31.54 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-20T10:14:25.508Z] #51 31.55 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-20T10:14:25.508Z] #51 31.58 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-20T10:14:25.508Z] #51 31.64 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-20T10:14:25.508Z] #51 31.65 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-20T10:14:25.508Z] #51 31.69 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-20T10:14:25.508Z] #51 31.72 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-20T10:14:25.508Z] #51 31.76 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-20T10:14:25.508Z] #51 31.80 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-20T10:14:25.508Z] #51 31.93 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-20T10:14:25.508Z] #51 31.96 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-20T10:14:25.508Z] #51 31.99 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-20T10:14:25.508Z] #51 32.02 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-20T10:14:25.508Z] #51 32.08 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-20T10:14:25.508Z] #51 32.13 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-20T10:14:25.508Z] #51 32.19 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-20T10:14:25.508Z] #51 32.23 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-20T10:14:25.508Z] #51 32.33 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-20T10:14:25.508Z] #51 32.56 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-20T10:14:25.508Z] #51 32.67 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-20T10:14:25.508Z] #51 32.69 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-20T10:14:25.508Z] #51 32.70 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-20T10:14:25.508Z] #51 32.77 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-20T10:14:25.508Z] #51 32.78 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-20T10:14:25.508Z] #51 32.83 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-20T10:14:25.508Z] #51 32.86 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-20T10:14:25.508Z] #51 32.87 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-20T10:14:25.508Z] #51 32.90 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-20T10:14:25.508Z] #51 33.01 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-20T10:14:25.508Z] #51 33.10 go: downloading github.com/julz/importas v0.1.0 [2022-04-20T10:14:25.508Z] #51 33.17 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-20T10:14:25.508Z] #51 33.17 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-20T10:14:25.508Z] #51 33.20 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-20T10:14:25.508Z] #51 33.23 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-20T10:14:25.508Z] #51 33.25 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-20T10:14:25.508Z] #51 33.27 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-20T10:14:25.508Z] #51 33.31 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-20T10:14:25.508Z] #51 33.37 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-20T10:14:25.508Z] #51 33.40 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-20T10:14:25.508Z] #51 33.41 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-20T10:14:25.508Z] #51 33.44 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-20T10:14:25.508Z] #51 33.46 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-20T10:14:25.508Z] #51 34.01 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-20T10:14:25.764Z] #51 34.04 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-20T10:14:25.764Z] #51 34.04 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-20T10:14:25.764Z] #51 34.10 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-20T10:14:25.764Z] #51 34.14 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-20T10:14:25.764Z] #51 34.19 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-20T10:14:25.764Z] #51 34.21 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-20T10:14:25.764Z] #51 34.25 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-20T10:14:26.007Z] Running on azwin-2-9bd570 in d:\jenkins\workspace\moby_PR-43501 [Pipeline] { [2022-04-20T10:14:26.023Z] #51 34.27 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-20T10:14:26.023Z] #51 34.49 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-20T10:14:26.023Z] #51 34.50 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-20T10:14:26.023Z] #51 ... [2022-04-20T10:14:26.023Z] [2022-04-20T10:14:26.023Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:26.023Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:26.023Z] #38 34.46 Selecting previously unselected package libicu67:amd64. [2022-04-20T10:14:26.023Z] #38 34.48 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-04-20T10:14:26.023Z] #38 34.50 Unpacking libicu67:amd64 (67.1-7) ... [Pipeline] ws [2022-04-20T10:14:26.028Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-20T10:14:26.356Z] ok github.com/docker/docker/pkg/archive 0.297s coverage: 82.3% of statements [2022-04-20T10:14:26.587Z] #38 ... [2022-04-20T10:14:26.587Z] [2022-04-20T10:14:26.587Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:26.587Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:26.587Z] #14 20.49 Reading package lists... [2022-04-20T10:14:26.587Z] #14 24.96 Building dependency tree... [2022-04-20T10:14:26.587Z] #14 28.09 The following additional packages will be installed: [2022-04-20T10:14:26.587Z] #14 28.10 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-20T10:14:26.587Z] #14 28.10 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-20T10:14:26.587Z] #14 28.10 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-20T10:14:26.587Z] #14 28.10 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-20T10:14:26.587Z] #14 28.10 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-20T10:14:26.587Z] #14 28.10 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-20T10:14:26.587Z] #14 28.11 mingw-w64-common mingw-w64-x86-64-dev [2022-04-20T10:14:26.587Z] #14 28.11 Suggested packages: [2022-04-20T10:14:26.587Z] #14 28.12 gcc-10-locales seccomp wine64 [2022-04-20T10:14:26.587Z] #14 29.62 The following NEW packages will be installed: [2022-04-20T10:14:26.587Z] #14 29.62 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-20T10:14:26.587Z] #14 29.62 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-20T10:14:26.587Z] #14 29.62 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-20T10:14:26.587Z] #14 29.62 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-20T10:14:26.587Z] #14 29.64 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-20T10:14:26.587Z] #14 29.64 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-20T10:14:26.587Z] #14 29.64 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-20T10:14:26.587Z] #14 29.64 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-20T10:14:26.587Z] #14 29.64 mingw-w64-x86-64-dev [2022-04-20T10:14:26.587Z] #14 30.10 0 upgraded, 30 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:26.587Z] #14 30.10 Need to get 115 MB of archives. [2022-04-20T10:14:26.587Z] #14 30.10 After this operation, 645 MB of additional disk space will be used. [2022-04-20T10:14:26.587Z] #14 30.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-04-20T10:14:26.587Z] #14 30.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-04-20T10:14:26.587Z] #14 30.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-20T10:14:26.587Z] #14 30.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-04-20T10:14:26.587Z] #14 30.33 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-20T10:14:26.587Z] #14 30.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-20T10:14:26.587Z] #14 30.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-20T10:14:26.587Z] #14 30.69 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-20T10:14:26.587Z] #14 30.70 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-04-20T10:14:26.587Z] #14 31.26 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-20T10:14:26.587Z] #14 32.55 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-20T10:14:26.587Z] #14 33.05 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-20T10:14:26.587Z] #14 33.64 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-20T10:14:26.587Z] #14 34.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-20T10:14:26.587Z] #14 ... [2022-04-20T10:14:26.587Z] [2022-04-20T10:14:26.587Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:26.587Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:26.587Z] #51 34.52 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-20T10:14:26.587Z] #51 34.54 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-20T10:14:26.587Z] #51 34.56 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-20T10:14:26.587Z] #51 34.59 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-20T10:14:26.587Z] #51 34.65 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-20T10:14:26.587Z] #51 34.69 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-20T10:14:26.587Z] #51 34.70 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-20T10:14:26.587Z] #51 34.81 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-20T10:14:26.587Z] #51 34.84 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-20T10:14:26.587Z] #51 34.89 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-20T10:14:26.587Z] #51 35.10 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-20T10:14:26.587Z] #51 35.11 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-20T10:14:26.587Z] #51 35.11 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-20T10:14:26.587Z] #51 35.18 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-20T10:14:24.606Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-20T10:14:25.420Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:14:25.420Z] > git --version # timeout=10 [2022-04-20T10:14:25.467Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-20T10:14:25.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:14:25.470Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:14:26.844Z] #51 35.28 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-20T10:14:26.844Z] #51 35.43 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-20T10:14:26.930Z] ok github.com/docker/docker/pkg/authorization 0.465s coverage: 68.3% of statements [2022-04-20T10:14:26.932Z] #60 ... [2022-04-20T10:14:26.932Z] [2022-04-20T10:14:26.932Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:26.932Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:26.932Z] #38 19.05 Reading package lists... [2022-04-20T10:14:26.932Z] #38 23.54 Building dependency tree... [2022-04-20T10:14:26.932Z] #38 26.13 The following additional packages will be installed: [2022-04-20T10:14:26.932Z] #38 26.15 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-04-20T10:14:26.932Z] #38 26.16 Suggested packages: [2022-04-20T10:14:26.932Z] #38 26.17 cmake-doc ninja-build lrzip [2022-04-20T10:14:26.932Z] #38 26.17 Recommended packages: [2022-04-20T10:14:26.932Z] #38 26.17 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-20T10:14:26.932Z] #38 26.91 The following NEW packages will be installed: [2022-04-20T10:14:26.932Z] #38 26.92 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-04-20T10:14:26.932Z] #38 26.93 vim-common xxd [2022-04-20T10:14:26.932Z] #38 27.28 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:26.932Z] #38 27.28 Need to get 17.7 MB of archives. [2022-04-20T10:14:26.932Z] #38 27.28 After this operation, 70.7 MB of additional disk space will be used. [2022-04-20T10:14:26.932Z] #38 27.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-20T10:14:26.932Z] #38 27.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-20T10:14:26.932Z] #38 27.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-20T10:14:26.932Z] #38 27.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-20T10:14:26.932Z] #38 27.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-20T10:14:26.932Z] #38 27.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-20T10:14:26.932Z] #38 27.92 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-20T10:14:26.932Z] #38 27.92 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-20T10:14:26.932Z] #38 27.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-20T10:14:26.932Z] #38 27.94 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-20T10:14:26.932Z] #38 29.13 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:26.932Z] #38 29.38 Fetched 17.7 MB in 1s (13.9 MB/s) [2022-04-20T10:14:26.932Z] #38 29.50 Selecting previously unselected package xxd. [2022-04-20T10:14:26.932Z] #38 29.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-20T10:14:26.932Z] #38 29.63 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:14:26.932Z] #38 29.64 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:26.932Z] #38 30.00 Selecting previously unselected package vim-common. [2022-04-20T10:14:26.932Z] #38 30.00 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:14:26.932Z] #38 30.01 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:26.932Z] #38 30.40 Selecting previously unselected package cmake-data. [2022-04-20T10:14:26.932Z] #38 30.40 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-20T10:14:26.932Z] #38 30.41 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-20T10:14:26.932Z] #38 33.17 Selecting previously unselected package libicu67:amd64. [2022-04-20T10:14:26.932Z] #38 33.18 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-04-20T10:14:26.932Z] #38 33.19 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-20T10:14:27.101Z] #51 35.56 go: downloading honnef.co/go/tools v0.2.2 [2022-04-20T10:14:27.190Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-04-20T10:14:27.193Z] #38 ... [2022-04-20T10:14:27.193Z] [2022-04-20T10:14:27.193Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:27.193Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:27.193Z] #51 29.96 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-20T10:14:27.193Z] #51 30.13 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-20T10:14:27.193Z] #51 30.26 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-20T10:14:27.193Z] #51 30.33 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-20T10:14:27.193Z] #51 30.42 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-20T10:14:27.193Z] #51 30.44 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-20T10:14:27.193Z] #51 31.18 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-20T10:14:27.193Z] #51 31.19 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-20T10:14:27.193Z] #51 31.23 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-20T10:14:27.193Z] #51 31.24 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-20T10:14:27.193Z] #51 31.25 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-20T10:14:27.193Z] #51 31.29 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-20T10:14:27.193Z] #51 31.30 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-20T10:14:27.193Z] #51 31.34 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-20T10:14:27.193Z] #51 31.38 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-20T10:14:27.193Z] #51 31.40 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-20T10:14:27.193Z] #51 31.41 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-20T10:14:27.193Z] #51 31.50 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-20T10:14:27.193Z] #51 31.52 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-20T10:14:27.193Z] #51 31.53 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-20T10:14:27.193Z] #51 31.55 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-20T10:14:27.193Z] #51 31.56 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-20T10:14:27.193Z] #51 31.59 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-20T10:14:27.193Z] #51 31.63 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-20T10:14:27.193Z] #51 31.65 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-20T10:14:27.193Z] #51 31.85 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-20T10:14:27.193Z] #51 31.97 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-20T10:14:27.193Z] #51 32.04 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-20T10:14:27.193Z] #51 32.04 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-20T10:14:27.193Z] #51 32.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-20T10:14:27.193Z] #51 32.11 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-20T10:14:27.193Z] #51 32.11 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-20T10:14:27.193Z] #51 32.12 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-20T10:14:27.193Z] #51 32.14 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-20T10:14:27.193Z] #51 32.17 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-20T10:14:27.193Z] #51 32.18 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-20T10:14:27.193Z] #51 32.20 go: downloading github.com/julz/importas v0.1.0 [2022-04-20T10:14:27.193Z] #51 32.25 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-20T10:14:27.193Z] #51 32.29 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-20T10:14:27.193Z] #51 32.44 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-20T10:14:27.193Z] #51 32.48 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-20T10:14:27.193Z] #51 32.49 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-20T10:14:27.193Z] #51 32.50 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-20T10:14:27.193Z] #51 32.52 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-20T10:14:27.193Z] #51 32.55 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-20T10:14:27.193Z] #51 32.57 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-20T10:14:27.193Z] #51 32.62 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-20T10:14:27.193Z] #51 32.64 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-20T10:14:27.193Z] #51 32.65 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-20T10:14:27.193Z] #51 33.31 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-20T10:14:27.193Z] #51 33.31 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-20T10:14:27.193Z] #51 33.34 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-20T10:14:27.193Z] #51 33.34 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-20T10:14:27.193Z] #51 33.36 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-20T10:14:27.193Z] #51 33.41 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-20T10:14:27.193Z] #51 33.43 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-20T10:14:27.193Z] #51 33.45 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-20T10:14:27.193Z] #51 33.54 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-20T10:14:27.193Z] #51 33.73 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-20T10:14:27.193Z] #51 33.73 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-20T10:14:27.193Z] #51 33.74 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-20T10:14:27.193Z] #51 33.74 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-20T10:14:27.193Z] #51 33.76 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-20T10:14:27.193Z] #51 33.76 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-20T10:14:27.193Z] #51 33.79 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-20T10:14:27.358Z] #51 ... [2022-04-20T10:14:27.358Z] [2022-04-20T10:14:27.358Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:27.358Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:27.358Z] #47 21.48 Reading package lists... [2022-04-20T10:14:27.358Z] #47 25.57 Building dependency tree... [2022-04-20T10:14:27.358Z] #47 28.23 The following additional packages will be installed: [2022-04-20T10:14:27.358Z] #47 28.24 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-20T10:14:27.358Z] #47 28.24 python3-protobuf python3-six [2022-04-20T10:14:27.358Z] #47 28.25 Suggested packages: [2022-04-20T10:14:27.358Z] #47 28.26 python3-setuptools [2022-04-20T10:14:27.358Z] #47 28.26 Recommended packages: [2022-04-20T10:14:27.358Z] #47 28.26 iproute2 | iproute [2022-04-20T10:14:27.358Z] #47 29.01 The following NEW packages will be installed: [2022-04-20T10:14:27.358Z] #47 29.03 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-20T10:14:27.358Z] #47 29.03 python3-protobuf python3-six [2022-04-20T10:14:27.358Z] #47 29.61 0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:27.358Z] #47 29.61 Need to get 2292 kB of archives. [2022-04-20T10:14:27.358Z] #47 29.61 After this operation, 11.0 MB of additional disk space will be used. [2022-04-20T10:14:27.358Z] #47 29.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-20T10:14:27.358Z] #47 29.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-20T10:14:27.358Z] #47 29.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-20T10:14:27.358Z] #47 29.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-20T10:14:27.358Z] #47 29.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-20T10:14:27.358Z] #47 29.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-20T10:14:27.358Z] #47 29.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-20T10:14:27.358Z] #47 32.75 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-20T10:14:27.358Z] #47 34.07 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:27.358Z] #47 34.28 Fetched 2292 kB in 4s (582 kB/s) [2022-04-20T10:14:27.358Z] #47 34.39 Selecting previously unselected package libprotobuf23:amd64. [2022-04-20T10:14:27.358Z] #47 34.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-04-20T10:14:27.358Z] #47 34.46 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-20T10:14:27.358Z] #47 34.47 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-20T10:14:27.358Z] #47 35.21 Selecting previously unselected package python3-pkg-resources. [2022-04-20T10:14:27.358Z] #47 35.22 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-20T10:14:27.358Z] #47 35.22 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:14:27.358Z] #47 35.48 Selecting previously unselected package python3-six. [2022-04-20T10:14:27.358Z] #47 35.48 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-20T10:14:27.358Z] #47 35.49 Unpacking python3-six (1.16.0-2) ... [2022-04-20T10:14:27.358Z] #47 35.55 Selecting previously unselected package python3-protobuf. [2022-04-20T10:14:27.358Z] #47 35.55 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-20T10:14:27.358Z] #47 35.56 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-20T10:14:27.358Z] #47 ... [2022-04-20T10:14:27.358Z] [2022-04-20T10:14:27.358Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:27.358Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:27.358Z] #14 35.51 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-20T10:14:27.358Z] #14 35.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-20T10:14:27.358Z] #14 35.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-20T10:14:27.358Z] #14 35.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-20T10:14:27.358Z] #14 35.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-20T10:14:27.358Z] #14 35.55 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-04-20T10:14:27.358Z] #14 35.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-20T10:14:27.358Z] #14 35.55 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-20T10:14:27.358Z] #14 35.58 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-20T10:14:27.358Z] #14 35.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-20T10:14:27.358Z] #14 35.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-20T10:14:27.358Z] #14 35.61 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-20T10:14:27.358Z] #14 35.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-20T10:14:27.358Z] #14 35.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-04-20T10:14:27.358Z] #14 35.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-20T10:14:27.358Z] #14 35.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-20T10:14:27.451Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-04-20T10:14:27.454Z] #51 33.95 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-20T10:14:27.454Z] #51 33.97 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-20T10:14:27.454Z] #51 34.00 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-20T10:14:27.454Z] #51 34.02 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-20T10:14:27.454Z] #51 34.04 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-20T10:14:27.741Z] #51 34.37 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-20T10:14:27.829Z] The recommended git tool is: git [2022-04-20T10:14:28.000Z] #51 34.38 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-20T10:14:28.000Z] #51 34.39 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-20T10:14:28.000Z] #51 34.41 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-20T10:14:28.000Z] #51 34.42 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-20T10:14:28.000Z] #51 34.46 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-20T10:14:28.260Z] #51 34.69 go: downloading honnef.co/go/tools v0.2.2 [2022-04-20T10:14:28.290Z] #14 ... [2022-04-20T10:14:28.290Z] [2022-04-20T10:14:28.290Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:14:28.290Z] #53 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:14:28.290Z] #53 36.29 v3.0.2 [2022-04-20T10:14:28.290Z] #53 DONE 36.7s [2022-04-20T10:14:28.547Z] [2022-04-20T10:14:28.547Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:28.547Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:28.547Z] #47 36.01 Selecting previously unselected package libnet1:amd64. [2022-04-20T10:14:28.547Z] #47 36.02 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-20T10:14:28.547Z] #47 36.02 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:14:28.547Z] #47 36.21 Selecting previously unselected package libnl-3-200:amd64. [2022-04-20T10:14:28.547Z] #47 36.21 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-20T10:14:28.547Z] #47 36.22 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:14:28.547Z] #47 36.54 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-20T10:14:28.547Z] #47 36.54 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-20T10:14:28.547Z] #47 36.56 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:14:28.547Z] #47 36.73 Selecting previously unselected package criu. [2022-04-20T10:14:28.547Z] #47 36.74 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-20T10:14:28.547Z] #47 36.76 Unpacking criu (3.16.1-3) ... [2022-04-20T10:14:28.828Z] #51 ... [2022-04-20T10:14:28.829Z] [2022-04-20T10:14:28.829Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:28.829Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:28.829Z] #14 20.79 Reading package lists... [2022-04-20T10:14:28.829Z] #14 25.33 Building dependency tree... [2022-04-20T10:14:28.829Z] #14 27.79 The following additional packages will be installed: [2022-04-20T10:14:28.829Z] #14 27.80 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-20T10:14:28.829Z] #14 27.81 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-20T10:14:28.829Z] #14 27.81 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-20T10:14:28.829Z] #14 27.81 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-20T10:14:28.829Z] #14 27.81 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-20T10:14:28.829Z] #14 27.81 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-20T10:14:28.829Z] #14 27.81 mingw-w64-common mingw-w64-x86-64-dev [2022-04-20T10:14:28.829Z] #14 27.81 Suggested packages: [2022-04-20T10:14:28.829Z] #14 27.82 gcc-10-locales seccomp wine64 [2022-04-20T10:14:28.829Z] #14 28.91 The following NEW packages will be installed: [2022-04-20T10:14:28.829Z] #14 28.91 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-20T10:14:28.829Z] #14 28.91 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-20T10:14:28.829Z] #14 28.91 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-20T10:14:28.829Z] #14 28.91 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-20T10:14:28.829Z] #14 28.91 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-20T10:14:28.829Z] #14 28.91 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-20T10:14:28.829Z] #14 28.92 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-20T10:14:28.829Z] #14 28.92 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-20T10:14:28.829Z] #14 28.93 mingw-w64-x86-64-dev [2022-04-20T10:14:28.829Z] #14 29.29 0 upgraded, 30 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:28.829Z] #14 29.29 Need to get 115 MB of archives. [2022-04-20T10:14:28.829Z] #14 29.29 After this operation, 645 MB of additional disk space will be used. [2022-04-20T10:14:28.829Z] #14 29.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-04-20T10:14:28.829Z] #14 29.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-04-20T10:14:28.829Z] #14 29.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-20T10:14:28.829Z] #14 29.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-04-20T10:14:28.829Z] #14 29.52 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-20T10:14:28.829Z] #14 29.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-20T10:14:28.829Z] #14 29.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-20T10:14:28.829Z] #14 30.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-20T10:14:28.829Z] #14 30.06 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-04-20T10:14:28.829Z] #14 31.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-20T10:14:28.829Z] #14 32.62 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-20T10:14:28.829Z] #14 33.12 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-20T10:14:28.829Z] #14 33.80 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-20T10:14:28.829Z] #14 35.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-20T10:14:29.087Z] #14 ... [2022-04-20T10:14:29.087Z] [2022-04-20T10:14:29.087Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:29.087Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:29.087Z] #47 26.35 Building dependency tree... [2022-04-20T10:14:29.087Z] #47 28.86 The following additional packages will be installed: [2022-04-20T10:14:29.087Z] #47 28.86 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-20T10:14:29.087Z] #47 28.86 python3-protobuf python3-six [2022-04-20T10:14:29.087Z] #47 28.87 Suggested packages: [2022-04-20T10:14:29.087Z] #47 28.88 python3-setuptools [2022-04-20T10:14:29.087Z] #47 28.88 Recommended packages: [2022-04-20T10:14:29.087Z] #47 28.88 iproute2 | iproute [2022-04-20T10:14:29.087Z] #47 29.71 The following NEW packages will be installed: [2022-04-20T10:14:29.087Z] #47 29.74 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-20T10:14:29.087Z] #47 29.74 python3-protobuf python3-six [2022-04-20T10:14:29.087Z] #47 30.32 0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:14:29.087Z] #47 30.32 Need to get 2292 kB of archives. [2022-04-20T10:14:29.087Z] #47 30.32 After this operation, 11.0 MB of additional disk space will be used. [2022-04-20T10:14:29.087Z] #47 30.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-20T10:14:29.087Z] #47 30.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-20T10:14:29.087Z] #47 30.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-20T10:14:29.087Z] #47 30.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-20T10:14:29.087Z] #47 30.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-20T10:14:29.087Z] #47 30.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-20T10:14:29.087Z] #47 30.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-20T10:14:29.087Z] #47 33.52 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-20T10:14:29.087Z] #47 34.70 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:29.087Z] #47 35.09 Fetched 2292 kB in 4s (581 kB/s) [2022-04-20T10:14:29.088Z] #47 35.17 Selecting previously unselected package libprotobuf23:amd64. [2022-04-20T10:14:29.088Z] #47 35.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-20T10:14:29.088Z] #47 35.25 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-20T10:14:29.088Z] #47 35.27 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-20T10:14:29.655Z] #47 ... [2022-04-20T10:14:29.655Z] [2022-04-20T10:14:29.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-04-20T10:14:29.655Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:29.655Z] #14 36.02 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-20T10:14:29.655Z] #14 36.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-20T10:14:29.655Z] #14 36.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-20T10:14:29.655Z] #14 36.05 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-20T10:14:29.655Z] #14 36.06 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-20T10:14:29.655Z] #14 36.09 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-04-20T10:14:29.655Z] #14 36.09 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-20T10:14:29.655Z] #14 36.10 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-20T10:14:29.655Z] #14 36.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-20T10:14:29.655Z] #14 36.14 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-20T10:14:29.655Z] #14 36.17 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-20T10:14:29.655Z] #14 36.22 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-20T10:14:29.655Z] #14 36.27 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-20T10:14:29.916Z] #14 36.27 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-04-20T10:14:29.916Z] #14 36.29 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-20T10:14:29.916Z] #14 36.30 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-20T10:14:29.919Z] #47 37.76 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:14:30.484Z] #14 ... [2022-04-20T10:14:30.484Z] [2022-04-20T10:14:30.484Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-20T10:14:30.484Z] #53 sha256:7fb6183e955e0ceb0a6b4b9d1c3b4a487a3dcf1fb341608f51eee4ffa8895b09 [2022-04-20T10:14:30.484Z] #53 36.11 v3.0.2 [2022-04-20T10:14:30.484Z] #53 DONE 36.9s [2022-04-20T10:14:30.743Z] [2022-04-20T10:14:30.743Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:30.743Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:30.743Z] #51 36.26 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-20T10:14:30.743Z] #51 36.26 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-20T10:14:30.743Z] #51 36.28 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-20T10:14:30.743Z] #51 36.38 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-20T10:14:30.743Z] #51 36.38 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-20T10:14:30.743Z] #51 36.45 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-20T10:14:30.743Z] #51 36.51 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-20T10:14:30.743Z] #51 36.74 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-20T10:14:30.743Z] #51 36.79 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-20T10:14:30.743Z] #51 36.91 go: downloading golang.org/x/text v0.3.7 [2022-04-20T10:14:30.744Z] ok github.com/docker/docker/pkg/chrootarchive 2.524s coverage: 42.7% of statements [2022-04-20T10:14:30.744Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-04-20T10:14:30.895Z] #47 ... [2022-04-20T10:14:30.895Z] [2022-04-20T10:14:30.895Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:14:30.895Z] #60 sha256:0566e7172c785b00a7b0d00e1b2a12b1a643f41b9e16790baffc7baad79ca86c [2022-04-20T10:14:30.895Z] #60 0.800 + RM_GOPATH=0 [2022-04-20T10:14:30.895Z] #60 0.802 + TMP_GOPATH= [2022-04-20T10:14:30.895Z] #60 0.803 + : /build [2022-04-20T10:14:30.895Z] #60 0.803 + '[' -z '' ']' [2022-04-20T10:14:30.895Z] #60 0.803 ++ mktemp -d [2022-04-20T10:14:30.895Z] #60 0.809 + export GOPATH=/tmp/tmp.6RuKI9l9HE [2022-04-20T10:14:30.895Z] #60 0.809 + GOPATH=/tmp/tmp.6RuKI9l9HE [2022-04-20T10:14:30.895Z] #60 0.809 + RM_GOPATH=1 [2022-04-20T10:14:30.895Z] #60 0.809 + case "$(go env GOARCH)" in [2022-04-20T10:14:30.895Z] #60 0.809 ++ go env GOARCH [2022-04-20T10:14:30.895Z] #60 0.823 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:30.895Z] #60 0.824 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:30.895Z] #60 0.825 ++ dirname /install.sh [2022-04-20T10:14:30.895Z] #60 0.829 + dir=/ [2022-04-20T10:14:30.895Z] #60 0.829 + bin=containerd [2022-04-20T10:14:30.895Z] #60 0.829 + shift [2022-04-20T10:14:30.895Z] #60 0.829 + '[' '!' -f //containerd.installer ']' [2022-04-20T10:14:30.895Z] #60 0.829 + . //containerd.installer [2022-04-20T10:14:30.895Z] #60 0.829 ++ set -e [2022-04-20T10:14:30.895Z] #60 0.829 ++ : v1.6.2 [2022-04-20T10:14:30.895Z] #60 0.832 + install_containerd [2022-04-20T10:14:30.895Z] #60 0.832 + echo 'Install containerd version v1.6.2' [2022-04-20T10:14:30.895Z] #60 0.832 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6RuKI9l9HE/src/github.com/containerd/containerd [2022-04-20T10:14:30.895Z] #60 0.832 Install containerd version v1.6.2 [2022-04-20T10:14:30.895Z] #60 0.840 Cloning into '/tmp/tmp.6RuKI9l9HE/src/github.com/containerd/containerd'... [2022-04-20T10:14:31.004Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-04-20T10:14:31.154Z] #60 ... [2022-04-20T10:14:31.154Z] [2022-04-20T10:14:31.154Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:31.154Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:31.154Z] #47 39.17 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-20T10:14:31.154Z] #47 39.18 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:14:31.154Z] #47 39.20 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:14:31.154Z] #47 39.21 Setting up python3-six (1.16.0-2) ... [2022-04-20T10:14:31.265Z] ok github.com/docker/docker/layer 7.345s coverage: 69.0% of statements [2022-04-20T10:14:31.265Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-20T10:14:31.265Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-20T10:14:31.265Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-20T10:14:31.265Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-20T10:14:31.265Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-20T10:14:31.265Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-20T10:14:31.265Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2022-04-20T10:14:31.865Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 87.2% of statements [2022-04-20T10:14:32.131Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-04-20T10:14:32.131Z] ok github.com/docker/docker/pkg/fsutils 0.172s coverage: 85.1% of statements [2022-04-20T10:14:32.400Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2022-04-20T10:14:32.579Z] #47 40.56 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:14:32.579Z] #47 40.59 Setting up python3-protobuf (3.12.4-1) ... [2022-04-20T10:14:33.348Z] ok github.com/docker/docker/pkg/idtools 0.367s coverage: 67.9% of statements [2022-04-20T10:14:33.608Z] ok github.com/docker/docker/pkg/ioutils 0.372s coverage: 69.7% of statements [2022-04-20T10:14:33.608Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2022-04-20T10:14:33.869Z] ok github.com/docker/docker/pkg/longpath 0.014s coverage: 100.0% of statements [2022-04-20T10:14:33.869Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-04-20T10:14:33.869Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-04-20T10:14:34.129Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2022-04-20T10:14:34.129Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-04-20T10:14:34.389Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-04-20T10:14:34.389Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-04-20T10:14:34.389Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-20T10:14:34.389Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-20T10:14:34.960Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2022-04-20T10:14:35.530Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-04-20T10:14:35.790Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-04-20T10:14:35.855Z] #47 43.74 Setting up criu (3.16.1-3) ... [2022-04-20T10:14:36.016Z] #51 ... [2022-04-20T10:14:36.016Z] [2022-04-20T10:14:36.016Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:36.016Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:36.016Z] #38 39.71 Selecting previously unselected package libxml2:amd64. [2022-04-20T10:14:36.016Z] #38 39.72 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-20T10:14:36.016Z] #38 39.75 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-20T10:14:36.016Z] #38 40.23 Selecting previously unselected package libarchive13:amd64. [2022-04-20T10:14:36.016Z] #38 40.23 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-20T10:14:36.016Z] #38 40.24 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-20T10:14:36.016Z] #38 40.51 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-20T10:14:36.016Z] #38 40.52 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-20T10:14:36.016Z] #38 40.53 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-20T10:14:36.016Z] #38 40.72 Selecting previously unselected package librhash0:amd64. [2022-04-20T10:14:36.016Z] #38 40.72 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-04-20T10:14:36.016Z] #38 40.79 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-20T10:14:36.016Z] #38 40.95 Selecting previously unselected package libuv1:amd64. [2022-04-20T10:14:36.016Z] #38 40.97 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-04-20T10:14:36.016Z] #38 40.98 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-20T10:14:36.016Z] #38 41.16 Selecting previously unselected package cmake. [2022-04-20T10:14:36.016Z] #38 41.16 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-20T10:14:36.016Z] #38 41.19 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-20T10:14:36.051Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-04-20T10:14:36.786Z] #47 ... [2022-04-20T10:14:36.786Z] [2022-04-20T10:14:36.786Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:36.786Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:36.786Z] #38 41.04 Selecting previously unselected package libxml2:amd64. [2022-04-20T10:14:36.786Z] #38 41.04 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-20T10:14:36.786Z] #38 41.05 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-20T10:14:36.786Z] #38 41.53 Selecting previously unselected package libarchive13:amd64. [2022-04-20T10:14:36.786Z] #38 41.53 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-20T10:14:36.786Z] #38 41.54 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-20T10:14:36.786Z] #38 41.85 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-20T10:14:36.786Z] #38 41.85 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-20T10:14:36.786Z] #38 41.85 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-20T10:14:36.786Z] #38 42.00 Selecting previously unselected package librhash0:amd64. [2022-04-20T10:14:36.786Z] #38 42.01 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-04-20T10:14:36.786Z] #38 42.02 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-20T10:14:36.786Z] #38 42.18 Selecting previously unselected package libuv1:amd64. [2022-04-20T10:14:36.786Z] #38 42.18 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-04-20T10:14:36.786Z] #38 42.19 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-20T10:14:36.786Z] #38 42.39 Selecting previously unselected package cmake. [2022-04-20T10:14:36.786Z] #38 42.39 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-20T10:14:36.786Z] #38 42.41 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-20T10:14:37.434Z] ok github.com/docker/docker/pkg/pubsub 1.043s coverage: 75.0% of statements [2022-04-20T10:14:37.434Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-04-20T10:14:37.694Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-04-20T10:14:37.726Z] #38 46.16 Setting up libicu67:amd64 (67.1-7) ... [2022-04-20T10:14:37.726Z] #38 46.22 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:37.726Z] #38 46.25 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-20T10:14:37.953Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2022-04-20T10:14:37.984Z] #38 ... [2022-04-20T10:14:37.984Z] [2022-04-20T10:14:37.984Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:37.984Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:37.984Z] #47 45.47 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:14:37.984Z] #47 DONE 46.1s [2022-04-20T10:14:37.984Z] [2022-04-20T10:14:37.984Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:37.984Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:37.984Z] #38 46.35 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:37.984Z] #38 46.42 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-20T10:14:37.984Z] #38 ... [2022-04-20T10:14:37.984Z] [2022-04-20T10:14:37.984Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:37.984Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:37.984Z] #51 37.20 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-20T10:14:37.984Z] #51 37.20 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-20T10:14:37.984Z] #51 37.35 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-20T10:14:37.984Z] #51 37.45 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-20T10:14:37.984Z] #51 37.50 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-20T10:14:37.984Z] #51 37.57 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-20T10:14:37.984Z] #51 37.77 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-20T10:14:37.984Z] #51 38.00 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-20T10:14:37.984Z] #51 38.00 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-20T10:14:37.984Z] #51 38.24 go: downloading golang.org/x/text v0.3.7 [2022-04-20T10:14:37.984Z] #51 42.99 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-20T10:14:37.984Z] #51 43.07 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-20T10:14:37.984Z] #51 43.12 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-20T10:14:37.984Z] #51 43.17 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-20T10:14:37.984Z] #51 43.19 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-20T10:14:37.984Z] #51 43.21 go: downloading golang.org/x/mod v0.5.1 [2022-04-20T10:14:37.984Z] #51 43.25 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-20T10:14:37.984Z] #51 43.39 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-20T10:14:37.984Z] #51 43.40 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-20T10:14:37.984Z] #51 43.48 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-20T10:14:37.984Z] #51 43.49 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-20T10:14:37.984Z] #51 43.54 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-20T10:14:37.984Z] #51 43.96 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-20T10:14:37.984Z] #51 44.07 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-20T10:14:37.984Z] #51 44.30 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-20T10:14:37.984Z] #51 44.37 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-20T10:14:37.984Z] #51 44.37 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-20T10:14:37.984Z] #51 44.45 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-20T10:14:37.984Z] #51 44.45 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-20T10:14:37.984Z] #51 44.52 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-20T10:14:37.984Z] #51 44.57 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-20T10:14:37.984Z] #51 44.74 go: downloading github.com/prometheus/common v0.10.0 [2022-04-20T10:14:37.984Z] #51 44.91 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-20T10:14:37.984Z] #51 45.00 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-20T10:14:37.984Z] #51 45.01 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-20T10:14:37.984Z] #51 ... [2022-04-20T10:14:37.984Z] [2022-04-20T10:14:37.984Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:37.984Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:37.984Z] #38 46.44 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-20T10:14:37.984Z] #38 46.47 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-20T10:14:38.214Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-04-20T10:14:38.240Z] #38 46.52 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-20T10:14:38.240Z] #38 46.53 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-20T10:14:38.240Z] #38 46.55 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-20T10:14:38.240Z] #38 46.58 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:14:38.474Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-04-20T10:14:38.501Z] #38 ... [2022-04-20T10:14:38.501Z] [2022-04-20T10:14:38.501Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:38.501Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:38.501Z] #14 36.85 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:38.501Z] #14 37.14 Fetched 115 MB in 6s (19.2 MB/s) [2022-04-20T10:14:38.501Z] #14 37.35 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-20T10:14:38.501Z] #14 37.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-20T10:14:38.501Z] #14 37.45 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-20T10:14:38.501Z] #14 37.46 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-20T10:14:38.501Z] #14 39.86 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-20T10:14:38.501Z] #14 39.86 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-20T10:14:38.501Z] #14 39.91 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-20T10:14:38.501Z] #14 42.27 Selecting previously unselected package binutils-mingw-w64. [2022-04-20T10:14:38.501Z] #14 42.27 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-20T10:14:38.501Z] #14 42.28 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-20T10:14:38.501Z] #14 42.45 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-20T10:14:38.501Z] #14 42.45 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:14:38.501Z] #14 42.46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:14:38.501Z] #14 42.65 Selecting previously unselected package dmsetup. [2022-04-20T10:14:38.501Z] #14 42.65 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:14:38.501Z] #14 42.67 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-20T10:14:38.501Z] #14 42.85 Selecting previously unselected package mingw-w64-common. [2022-04-20T10:14:38.501Z] #14 42.85 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-20T10:14:38.501Z] #14 42.86 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-20T10:14:38.551Z] #38 44.76 Setting up libicu67:amd64 (67.1-7) ... [2022-04-20T10:14:38.551Z] #38 44.79 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:38.551Z] #38 44.82 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-20T10:14:38.551Z] #38 44.84 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:14:38.551Z] #38 44.88 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-20T10:14:38.551Z] #38 44.90 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-20T10:14:38.551Z] #38 44.93 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-20T10:14:38.551Z] #38 44.96 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-20T10:14:38.551Z] #38 44.98 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-20T10:14:38.551Z] #38 45.00 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-20T10:14:38.551Z] #38 45.04 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:14:38.758Z] #14 ... [2022-04-20T10:14:38.758Z] [2022-04-20T10:14:38.758Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-20T10:14:38.758Z] #38 sha256:d64c831f3144ce1088beadcf8e2c413638df89175803ee1799c16eda80e43b39 [2022-04-20T10:14:38.758Z] #38 DONE 47.0s [2022-04-20T10:14:38.758Z] [2022-04-20T10:14:38.758Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:14:38.758Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:14:38.758Z] #34 36.76 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-04-20T10:14:38.758Z] #34 37.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-20T10:14:38.758Z] #34 37.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:14:38.758Z] #34 ... [2022-04-20T10:14:38.758Z] [2022-04-20T10:14:38.758Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-20T10:14:38.758Z] #39 sha256:190d705660d4225326610071bad272e58400896c91ec80e53543041b26b3192a [2022-04-20T10:14:38.758Z] #39 DONE 0.1s [2022-04-20T10:14:38.758Z] [2022-04-20T10:14:38.758Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-04-20T10:14:38.758Z] #40 sha256:f0a15e7d54fb8bc10927c3e8ea818c48d525ddf772e995e38e309514051d828d [2022-04-20T10:14:39.043Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.4% of statements [2022-04-20T10:14:39.303Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-04-20T10:14:39.873Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2022-04-20T10:14:39.930Z] #38 DONE 46.4s [2022-04-20T10:14:39.930Z] [2022-04-20T10:14:39.930Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-20T10:14:39.930Z] #39 sha256:2b6113daeaecca1ed89a3446c21d221a5cad5d5f1d5514dd89f167329cdb6ec1 [2022-04-20T10:14:40.128Z] #40 1.263 + RM_GOPATH=0 [2022-04-20T10:14:40.128Z] #40 1.263 + TMP_GOPATH= [2022-04-20T10:14:40.128Z] #40 1.263 + : /build [2022-04-20T10:14:40.128Z] #40 1.263 + '[' -z '' ']' [2022-04-20T10:14:40.128Z] #40 1.263 ++ mktemp -d [2022-04-20T10:14:40.128Z] #40 1.268 + export GOPATH=/tmp/tmp.bTnJvJqWqg [2022-04-20T10:14:40.128Z] #40 1.268 + GOPATH=/tmp/tmp.bTnJvJqWqg [2022-04-20T10:14:40.128Z] #40 1.268 + RM_GOPATH=1 [2022-04-20T10:14:40.128Z] #40 1.268 + case "$(go env GOARCH)" in [2022-04-20T10:14:40.128Z] #40 1.273 ++ go env GOARCH [2022-04-20T10:14:40.128Z] #40 1.312 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:40.128Z] #40 1.313 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:40.128Z] #40 1.313 ++ dirname /install.sh [2022-04-20T10:14:40.128Z] #40 1.317 + dir=/ [2022-04-20T10:14:40.128Z] #40 1.317 + bin=tini [2022-04-20T10:14:40.128Z] #40 1.317 + shift [2022-04-20T10:14:40.128Z] #40 1.317 + '[' '!' -f //tini.installer ']' [2022-04-20T10:14:40.128Z] #40 1.318 + . //tini.installer [2022-04-20T10:14:40.128Z] #40 1.318 ++ : v0.19.0 [2022-04-20T10:14:40.128Z] #40 1.318 + install_tini [2022-04-20T10:14:40.128Z] #40 1.318 + echo 'Install tini version v0.19.0' [2022-04-20T10:14:40.128Z] #40 1.319 Install tini version v0.19.0 [2022-04-20T10:14:40.128Z] #40 1.319 + git clone https://github.com/krallin/tini.git /tmp/tmp.bTnJvJqWqg/tini [2022-04-20T10:14:40.128Z] #40 1.321 Cloning into '/tmp/tmp.bTnJvJqWqg/tini'... [2022-04-20T10:14:40.133Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2022-04-20T10:14:40.189Z] #39 DONE 0.2s [2022-04-20T10:14:40.189Z] [2022-04-20T10:14:40.189Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:40.189Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:40.189Z] #51 42.06 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-20T10:14:40.189Z] #51 42.13 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-20T10:14:40.189Z] #51 42.23 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-20T10:14:40.189Z] #51 42.24 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-20T10:14:40.189Z] #51 42.29 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-20T10:14:40.189Z] #51 42.30 go: downloading golang.org/x/mod v0.5.1 [2022-04-20T10:14:40.189Z] #51 42.34 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-20T10:14:40.189Z] #51 42.39 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-20T10:14:40.189Z] #51 42.43 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-20T10:14:40.189Z] #51 42.62 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-20T10:14:40.189Z] #51 42.65 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-20T10:14:40.189Z] #51 42.71 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-20T10:14:40.189Z] #51 43.09 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-20T10:14:40.189Z] #51 43.16 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-20T10:14:40.189Z] #51 43.47 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-20T10:14:40.189Z] #51 43.56 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-20T10:14:40.189Z] #51 43.59 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-20T10:14:40.189Z] #51 43.68 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-20T10:14:40.189Z] #51 43.70 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-20T10:14:40.189Z] #51 43.72 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-20T10:14:40.189Z] #51 43.77 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-20T10:14:40.189Z] #51 44.05 go: downloading github.com/prometheus/common v0.10.0 [2022-04-20T10:14:40.189Z] #51 44.17 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-20T10:14:40.189Z] #51 44.31 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-20T10:14:40.189Z] #51 44.43 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-20T10:14:40.189Z] #51 45.74 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-20T10:14:40.448Z] #51 ... [2022-04-20T10:14:40.448Z] [2022-04-20T10:14:40.448Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:40.448Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:40.448Z] #47 36.55 Selecting previously unselected package python3-pkg-resources. [2022-04-20T10:14:40.448Z] #47 36.55 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-20T10:14:40.448Z] #47 36.59 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:14:40.448Z] #47 37.05 Selecting previously unselected package python3-six. [2022-04-20T10:14:40.448Z] #47 37.05 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-20T10:14:40.448Z] #47 37.06 Unpacking python3-six (1.16.0-2) ... [2022-04-20T10:14:40.448Z] #47 37.27 Selecting previously unselected package python3-protobuf. [2022-04-20T10:14:40.448Z] #47 37.27 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-20T10:14:40.448Z] #47 37.27 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-20T10:14:40.448Z] #47 38.11 Selecting previously unselected package libnet1:amd64. [2022-04-20T10:14:40.448Z] #47 38.12 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-20T10:14:40.448Z] #47 38.12 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:14:40.448Z] #47 38.23 Selecting previously unselected package libnl-3-200:amd64. [2022-04-20T10:14:40.448Z] #47 38.23 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-20T10:14:40.448Z] #47 38.23 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:14:40.448Z] #47 38.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-20T10:14:40.448Z] #47 38.37 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-20T10:14:40.448Z] #47 38.37 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:14:40.448Z] #47 38.48 Selecting previously unselected package criu. [2022-04-20T10:14:40.448Z] #47 38.48 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-20T10:14:40.448Z] #47 38.51 Unpacking criu (3.16.1-3) ... [2022-04-20T10:14:40.448Z] #47 39.18 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:14:40.448Z] #47 40.78 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-20T10:14:40.448Z] #47 40.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:14:40.448Z] #47 40.82 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:14:40.448Z] #47 40.85 Setting up python3-six (1.16.0-2) ... [2022-04-20T10:14:40.448Z] #47 41.94 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:14:40.448Z] #47 41.97 Setting up python3-protobuf (3.12.4-1) ... [2022-04-20T10:14:40.448Z] #47 45.43 Setting up criu (3.16.1-3) ... [2022-04-20T10:14:40.692Z] #40 1.979 + cd /tmp/tmp.bTnJvJqWqg/tini [2022-04-20T10:14:40.692Z] #40 1.982 + git checkout -q v0.19.0 [2022-04-20T10:14:40.692Z] #40 2.002 + cmake . [2022-04-20T10:14:40.702Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-04-20T10:14:40.702Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-04-20T10:14:40.707Z] #47 ... [2022-04-20T10:14:40.707Z] [2022-04-20T10:14:40.707Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:40.707Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:40.707Z] #14 37.10 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:14:40.707Z] #14 37.48 Fetched 115 MB in 7s (15.6 MB/s) [2022-04-20T10:14:40.707Z] #14 37.66 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-20T10:14:40.707Z] #14 37.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-20T10:14:40.707Z] #14 37.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-20T10:14:40.707Z] #14 37.78 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-20T10:14:40.707Z] #14 39.89 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-20T10:14:40.707Z] #14 39.89 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-20T10:14:40.707Z] #14 39.89 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-20T10:14:40.707Z] #14 42.17 Selecting previously unselected package binutils-mingw-w64. [2022-04-20T10:14:40.707Z] #14 42.17 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-20T10:14:40.707Z] #14 42.17 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-20T10:14:40.707Z] #14 42.30 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-20T10:14:40.707Z] #14 42.31 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:14:40.707Z] #14 42.32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:14:40.707Z] #14 42.48 Selecting previously unselected package dmsetup. [2022-04-20T10:14:40.708Z] #14 42.48 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:14:40.708Z] #14 42.49 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-20T10:14:40.708Z] #14 42.64 Selecting previously unselected package mingw-w64-common. [2022-04-20T10:14:40.708Z] #14 42.64 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-20T10:14:40.708Z] #14 42.64 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-20T10:14:40.708Z] #14 ... [2022-04-20T10:14:40.708Z] [2022-04-20T10:14:40.708Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-04-20T10:14:40.708Z] #40 sha256:81d9b4536bc2f52fafa0d55dcb4fb908bcb9f8bea5043f106cb30cc1402f69c0 [2022-04-20T10:14:40.708Z] #40 0.722 + RM_GOPATH=0 [2022-04-20T10:14:40.708Z] #40 0.722 + TMP_GOPATH= [2022-04-20T10:14:40.708Z] #40 0.722 + : /build [2022-04-20T10:14:40.708Z] #40 0.722 + '[' -z '' ']' [2022-04-20T10:14:40.708Z] #40 0.722 ++ mktemp -d [2022-04-20T10:14:40.966Z] #40 0.724 + export GOPATH=/tmp/tmp.H9TXWZJMRn [2022-04-20T10:14:40.966Z] #40 0.724 + GOPATH=/tmp/tmp.H9TXWZJMRn [2022-04-20T10:14:40.966Z] #40 0.724 + RM_GOPATH=1 [2022-04-20T10:14:40.966Z] #40 0.724 + case "$(go env GOARCH)" in [2022-04-20T10:14:40.966Z] #40 0.724 ++ go env GOARCH [2022-04-20T10:14:40.966Z] #40 0.745 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:40.966Z] #40 0.745 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:14:40.966Z] #40 0.745 ++ dirname /install.sh [2022-04-20T10:14:40.966Z] #40 0.746 + dir=/ [2022-04-20T10:14:40.966Z] #40 0.746 + bin=tini [2022-04-20T10:14:40.966Z] #40 0.746 + shift [2022-04-20T10:14:40.966Z] #40 0.746 + '[' '!' -f //tini.installer ']' [2022-04-20T10:14:40.966Z] #40 0.746 + . //tini.installer [2022-04-20T10:14:40.966Z] #40 0.746 ++ : v0.19.0 [2022-04-20T10:14:40.966Z] #40 0.747 + install_tini [2022-04-20T10:14:40.966Z] #40 0.750 Install tini version v0.19.0 [2022-04-20T10:14:40.966Z] #40 0.750 + echo 'Install tini version v0.19.0' [2022-04-20T10:14:40.966Z] #40 0.750 + git clone https://github.com/krallin/tini.git /tmp/tmp.H9TXWZJMRn/tini [2022-04-20T10:14:40.966Z] #40 0.762 Cloning into '/tmp/tmp.H9TXWZJMRn/tini'... [2022-04-20T10:14:41.202Z] Fetching without tags [2022-04-20T10:14:41.225Z] #40 ... [2022-04-20T10:14:41.225Z] [2022-04-20T10:14:41.225Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:14:41.225Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:14:41.225Z] #34 37.27 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-04-20T10:14:41.225Z] #34 37.63 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-20T10:14:41.225Z] #34 37.85 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:14:41.225Z] #34 ... [2022-04-20T10:14:41.225Z] [2022-04-20T10:14:41.225Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-04-20T10:14:41.226Z] #47 sha256:4d51172ef77dfc4f82c0a7dd08181ab8d1f816e90d5809799da766e90a4d0e1d [2022-04-20T10:14:41.255Z] #40 2.455 -- The C compiler identification is GNU 10.2.1 [2022-04-20T10:14:41.255Z] #40 2.522 -- Detecting C compiler ABI info [2022-04-20T10:14:41.484Z] #47 47.41 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:14:41.484Z] #47 DONE 47.8s [2022-04-20T10:14:41.484Z] [2022-04-20T10:14:41.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-04-20T10:14:41.484Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:41.484Z] #14 48.01 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-20T10:14:41.484Z] #14 48.02 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-20T10:14:41.484Z] #14 48.03 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-20T10:14:41.819Z] #40 3.017 -- Detecting C compiler ABI info - done [2022-04-20T10:14:41.819Z] #40 3.132 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-20T10:14:41.819Z] #40 3.145 -- Detecting C compile features [2022-04-20T10:14:41.819Z] #40 3.147 -- Detecting C compile features - done [2022-04-20T10:14:41.819Z] #40 3.170 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-20T10:14:41.858Z] Running on azwin-2-b9c300 in d:\jenkins\workspace\moby_PR-43501 [Pipeline] { [2022-04-20T10:14:41.862Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [Pipeline] ws [2022-04-20T10:14:41.882Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-20T10:14:42.076Z] #40 3.366 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-20T10:14:42.076Z] #40 3.489 -- Configuring done [2022-04-20T10:14:42.076Z] #40 3.506 -- Generating done [2022-04-20T10:14:42.076Z] #40 3.514 -- Build files have been written to: /tmp/tmp.bTnJvJqWqg/tini [2022-04-20T10:14:42.076Z] #40 3.532 + make tini-static [2022-04-20T10:14:42.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-20T10:14:40.922Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:14:40.974Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:14:41.012Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:14:41.124Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:14:41.241Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:14:41.241Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:14:41.243Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:14:41.974Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:14:42.015Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:14:42.610Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-04-20T10:14:42.639Z] #40 3.757 Scanning dependencies of target tini-static [2022-04-20T10:14:42.639Z] #40 3.809 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-20T10:14:42.870Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-04-20T10:14:43.249Z] #81 exporting layers 15.4s done [2022-04-20T10:14:43.249Z] #81 writing image sha256:56fd04957f90570e0df74db6894e148b68391fe2872f313e343d403acfcefb2f done [2022-04-20T10:14:43.249Z] #81 naming to docker.io/library/docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 done [2022-04-20T10:14:43.249Z] #81 DONE 15.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-04-20T10:14:43.364Z] The recommended git tool is: git [2022-04-20T10:14:43.440Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-04-20T10:14:43.569Z] #40 4.827 [100%] Linking C executable tini-static [2022-04-20T10:14:43.573Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43501/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0bcdfd6509af3af461190eca74a72c4faa8aaa19 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 hack/validate/default [2022-04-20T10:14:44.133Z] #40 ... [2022-04-20T10:14:44.133Z] [2022-04-20T10:14:44.133Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:14:44.133Z] #49 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:14:44.133Z] #49 52.30 gotestsum version dev [2022-04-20T10:14:44.133Z] #49 DONE 52.6s [2022-04-20T10:14:44.133Z] [2022-04-20T10:14:44.133Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-04-20T10:14:44.133Z] #40 sha256:f0a15e7d54fb8bc10927c3e8ea818c48d525ddf772e995e38e309514051d828d [2022-04-20T10:14:44.133Z] #40 5.444 [100%] Built target tini-static [2022-04-20T10:14:44.133Z] #40 ... [2022-04-20T10:14:44.133Z] [2022-04-20T10:14:44.133Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:44.133Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:44.133Z] #14 48.78 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-20T10:14:44.133Z] #14 48.79 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-20T10:14:44.133Z] #14 48.79 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-20T10:14:44.139Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-04-20T10:14:44.392Z] #14 ... [2022-04-20T10:14:44.392Z] [2022-04-20T10:14:44.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-04-20T10:14:44.392Z] #40 sha256:f0a15e7d54fb8bc10927c3e8ea818c48d525ddf772e995e38e309514051d828d [2022-04-20T10:14:44.392Z] #40 5.589 + mkdir -p /build [2022-04-20T10:14:44.392Z] #40 5.589 + cp tini-static /build/docker-init [2022-04-20T10:14:44.392Z] #40 DONE 5.7s [2022-04-20T10:14:44.648Z] [2022-04-20T10:14:44.648Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:14:44.648Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:14:44.648Z] #51 46.67 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-20T10:14:44.823Z] ok github.com/docker/docker/quota 0.209s coverage: 71.4% of statements [2022-04-20T10:14:44.823Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-04-20T10:14:44.913Z] > git remote # timeout=10 [2022-04-20T10:14:44.976Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:14:45.014Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:14:45.015Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:14:45.632Z] Merge succeeded, producing 3d3e7647ae884b8131036d1b9ac2b3936dac98b2 [2022-04-20T10:14:45.632Z] Checking out Revision 3d3e7647ae884b8131036d1b9ac2b3936dac98b2 (PR-43501) [2022-04-20T10:14:45.763Z] ok github.com/docker/docker/registry 0.083s coverage: 58.6% of statements [2022-04-20T10:14:46.021Z] #51 ... [2022-04-20T10:14:46.021Z] [2022-04-20T10:14:46.022Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:46.022Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:46.022Z] #14 54.41 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-20T10:14:46.022Z] #14 54.44 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:14:46.022Z] #14 54.44 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-20T10:14:46.279Z] #14 54.71 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-20T10:14:46.279Z] #14 54.71 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:14:46.279Z] #14 54.72 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-20T10:14:46.334Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-04-20T10:14:46.334Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-04-20T10:14:46.757Z] #14 ... [2022-04-20T10:14:46.757Z] [2022-04-20T10:14:46.757Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-04-20T10:14:46.757Z] #40 sha256:81d9b4536bc2f52fafa0d55dcb4fb908bcb9f8bea5043f106cb30cc1402f69c0 [2022-04-20T10:14:46.757Z] #40 1.592 + cd /tmp/tmp.H9TXWZJMRn/tini [2022-04-20T10:14:46.757Z] #40 1.592 + git checkout -q v0.19.0 [2022-04-20T10:14:46.757Z] #40 1.622 + cmake . [2022-04-20T10:14:46.757Z] #40 2.400 -- The C compiler identification is GNU 10.2.1 [2022-04-20T10:14:46.757Z] #40 2.535 -- Detecting C compiler ABI info [2022-04-20T10:14:46.757Z] #40 2.972 -- Detecting C compiler ABI info - done [2022-04-20T10:14:46.757Z] #40 3.100 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-20T10:14:46.757Z] #40 3.105 -- Detecting C compile features [2022-04-20T10:14:46.757Z] #40 3.108 -- Detecting C compile features - done [2022-04-20T10:14:46.757Z] #40 3.142 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-20T10:14:46.757Z] #40 3.364 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-20T10:14:46.757Z] #40 3.438 -- Configuring done [2022-04-20T10:14:46.757Z] #40 3.448 -- Generating done [2022-04-20T10:14:46.757Z] #40 3.468 -- Build files have been written to: /tmp/tmp.H9TXWZJMRn/tini [2022-04-20T10:14:46.757Z] #40 3.478 + make tini-static [2022-04-20T10:14:46.757Z] #40 3.782 Scanning dependencies of target tini-static [2022-04-20T10:14:46.757Z] #40 3.863 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-20T10:14:46.757Z] #40 4.920 [100%] Linking C executable tini-static [2022-04-20T10:14:46.757Z] #40 5.429 [100%] Built target tini-static [2022-04-20T10:14:46.757Z] #40 5.479 + mkdir -p /build [2022-04-20T10:14:46.757Z] #40 5.481 + cp tini-static /build/docker-init [2022-04-20T10:14:46.757Z] #40 DONE 5.8s [2022-04-20T10:14:46.757Z] [2022-04-20T10:14:46.757Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-04-20T10:14:46.757Z] #49 sha256:8869cf76c93e55f73f425e3c873043d26787864e6fe9249ad7d83c2bbf881b37 [2022-04-20T10:14:46.757Z] #49 52.32 gotestsum version dev [2022-04-20T10:14:46.757Z] #49 DONE 52.4s [2022-04-20T10:14:46.757Z] [2022-04-20T10:14:46.757Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:14:46.757Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:14:46.905Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-04-20T10:14:47.016Z] #34 ... [2022-04-20T10:14:47.016Z] [2022-04-20T10:14:47.016Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:14:47.016Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:14:47.016Z] #14 53.62 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-20T10:14:47.016Z] #14 53.62 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:14:47.166Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-04-20T10:14:47.275Z] #14 53.63 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-20T10:14:47.275Z] #14 53.91 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-20T10:14:47.536Z] #14 53.93 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:14:47.536Z] #14 53.94 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-20T10:14:45.552Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-20T10:14:45.669Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:14:45.728Z] > git checkout -f 3d3e7647ae884b8131036d1b9ac2b3936dac98b2 # timeout=10 [2022-04-20T10:14:49.231Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-04-20T10:14:49.491Z] ok github.com/docker/docker/volume/local 0.121s coverage: 76.4% of statements [2022-04-20T10:14:50.061Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-04-20T10:14:50.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-20T10:14:50.696Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-04-20T10:14:51.444Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-04-20T10:14:51.537Z] #14 59.89 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-20T10:14:51.537Z] #14 59.89 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:14:51.537Z] #14 59.90 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:14:52.806Z] #14 59.24 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-20T10:14:52.806Z] #14 59.24 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:14:52.806Z] #14 59.25 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:14:53.225Z] Congratulations! All API changes are done the right way. [2022-04-20T10:14:53.225Z] Congratulations! All TOML source files changed here have valid syntax. [2022-04-20T10:14:53.225Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-04-20T10:14:53.225Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-04-20T10:14:53.225Z] Congratulations! No new tests were added to integration-cli. [2022-04-20T10:14:53.225Z] [2022-04-20T10:14:53.225Z] INFO Start validation with golang-ci-lint [2022-04-20T10:14:53.280Z] using credential docker-jenkins-github-credentials [2022-04-20T10:14:53.360Z] Cloning the remote Git repository [2022-04-20T10:14:53.360Z] Cloning with configured refspecs honoured and without tags [2022-04-20T10:14:53.791Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-04-20T10:14:53.791Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-04-20T10:14:53.791Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-04-20T10:14:53.561Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:14:53.970Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-20T10:14:54.952Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:14:54.953Z] > git --version # timeout=10 [2022-04-20T10:14:55.008Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-20T10:14:55.009Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:14:55.013Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:14:57.032Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:14:57.153Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-20T10:14:57.070Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [2022-04-20T10:14:59.629Z] #14 ... [2022-04-20T10:14:59.629Z] [2022-04-20T10:14:59.629Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:14:59.629Z] #60 sha256:0566e7172c785b00a7b0d00e1b2a12b1a643f41b9e16790baffc7baad79ca86c [2022-04-20T10:15:00.143Z] #60 38.57 Updating files: 70% (3327/4709) Updating files: 71% (3344/4709) Updating files: 72% (3391/4709) Updating files: 73% (3438/4709) Updating files: 74% (3485/4709) Updating files: 75% (3532/4709) Updating files: 76% (3579/4709) Updating files: 77% (3626/4709) Updating files: 78% (3674/4709) Updating files: 79% (3721/4709) Updating files: 80% (3768/4709) Updating files: 81% (3815/4709) Updating files: 82% (3862/4709) Updating files: 83% (3909/4709) Updating files: 84% (3956/4709) Updating files: 85% (4003/4709) Updating files: 86% (4050/4709) Updating files: 87% (4097/4709) Updating files: 88% (4144/4709) Updating files: 89% (4192/4709) Updating files: 90% (4239/4709) Updating files: 91% (4286/4709) Updating files: 92% (4333/4709) Updating files: 93% (4380/4709) Updating files: 94% (4427/4709) Updating files: 95% (4474/4709) Updating files: 96% (4521/4709) Updating files: 97% (4568/4709) Updating files: 98% (4615/4709) Updating files: 99% (4662/4709) Updating files: 100% (4709/4709) Updating files: 100% (4709/4709), done. [2022-04-20T10:15:00.143Z] #60 39.29 + cd /tmp/tmp.6RuKI9l9HE/src/github.com/containerd/containerd [2022-04-20T10:15:00.143Z] #60 39.29 + git checkout -q v1.6.2 [2022-04-20T10:15:00.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-20T10:15:00.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-20T10:15:00.747Z] + docker version [2022-04-20T10:15:00.933Z] #14 ... [2022-04-20T10:15:00.933Z] [2022-04-20T10:15:00.933Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:15:00.933Z] #60 sha256:94c50c4d918f7575ef32c261eeae4eb9b6afe98fa7e27bf0a19c67fdd2dd0ea6 [2022-04-20T10:15:01.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-20T10:15:01.512Z] #60 40.71 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-20T10:15:01.512Z] #60 40.72 + BUILDTAGS='netgo osusergo static_build' [2022-04-20T10:15:01.512Z] #60 40.72 + export EXTRA_FLAGS=-buildmode=pie [2022-04-20T10:15:01.512Z] #60 40.72 + EXTRA_FLAGS=-buildmode=pie [2022-04-20T10:15:01.512Z] #60 40.72 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-20T10:15:01.512Z] #60 40.72 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-20T10:15:01.512Z] #60 40.72 + '[' '' = dynamic ']' [2022-04-20T10:15:01.512Z] #60 40.72 + make [2022-04-20T10:15:01.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-20T10:15:01.969Z] #60 37.83 Updating files: 69% (3269/4709) Updating files: 70% (3297/4709) Updating files: 71% (3344/4709) Updating files: 72% (3391/4709) Updating files: 73% (3438/4709) Updating files: 74% (3485/4709) Updating files: 75% (3532/4709) Updating files: 76% (3579/4709) Updating files: 77% (3626/4709) Updating files: 78% (3674/4709) Updating files: 79% (3721/4709) Updating files: 80% (3768/4709) Updating files: 81% (3815/4709) Updating files: 82% (3862/4709) Updating files: 83% (3909/4709) Updating files: 84% (3956/4709) Updating files: 85% (4003/4709) Updating files: 86% (4050/4709) Updating files: 87% (4097/4709) Updating files: 88% (4144/4709) Updating files: 89% (4192/4709) Updating files: 90% (4239/4709) Updating files: 91% (4286/4709) Updating files: 92% (4333/4709) Updating files: 93% (4380/4709) Updating files: 94% (4427/4709) Updating files: 95% (4474/4709) Updating files: 96% (4521/4709) Updating files: 97% (4568/4709) Updating files: 98% (4615/4709) Updating files: 99% (4662/4709) Updating files: 100% (4709/4709) Updating files: 100% (4709/4709), done. [2022-04-20T10:15:01.970Z] #60 38.67 + cd /tmp/tmp.IWxfd5p754/src/github.com/containerd/containerd [2022-04-20T10:15:01.970Z] #60 38.67 + git checkout -q v1.6.2 [2022-04-20T10:15:02.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-20T10:15:03.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-20T10:15:03.349Z] #60 39.87 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-20T10:15:03.349Z] #60 39.87 + BUILDTAGS='netgo osusergo static_build' [2022-04-20T10:15:03.349Z] #60 39.87 + export EXTRA_FLAGS=-buildmode=pie [2022-04-20T10:15:03.349Z] #60 39.87 + EXTRA_FLAGS=-buildmode=pie [2022-04-20T10:15:03.349Z] #60 39.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-20T10:15:03.349Z] #60 39.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-20T10:15:03.349Z] #60 39.87 + '[' '' = dynamic ']' [2022-04-20T10:15:03.349Z] #60 39.87 + make [2022-04-20T10:15:03.408Z] #60 42.26 + bin/ctr [2022-04-20T10:15:04.286Z] #60 40.98 + bin/ctr [2022-04-20T10:15:05.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-20T10:15:06.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-20T10:15:07.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-20T10:15:07.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-20T10:15:08.269Z] using credential docker-jenkins-github-credentials [2022-04-20T10:15:08.345Z] Cloning the remote Git repository [2022-04-20T10:15:08.345Z] Cloning with configured refspecs honoured and without tags [2022-04-20T10:15:08.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-20T10:15:08.534Z] Cloning repository https://github.com/moby/moby.git [2022-04-20T10:15:08.932Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-20T10:15:09.405Z] Client: [2022-04-20T10:15:09.405Z] Version: 20.10.9 [2022-04-20T10:15:09.405Z] API version: 1.41 [2022-04-20T10:15:09.405Z] Go version: go1.16.8 [2022-04-20T10:15:09.405Z] Git commit: c2ea9bc [2022-04-20T10:15:09.405Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-20T10:15:09.405Z] OS/Arch: windows/amd64 [2022-04-20T10:15:09.405Z] Context: default [2022-04-20T10:15:09.405Z] Experimental: true [2022-04-20T10:15:09.405Z] [2022-04-20T10:15:09.405Z] Server: Docker Engine - Community [2022-04-20T10:15:09.405Z] Engine: [2022-04-20T10:15:09.405Z] Version: 20.10.9 [2022-04-20T10:15:09.405Z] API version: 1.41 (minimum version 1.24) [2022-04-20T10:15:09.405Z] Go version: go1.16.8 [2022-04-20T10:15:09.405Z] Git commit: 79ea9d3 [2022-04-20T10:15:09.405Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-20T10:15:09.405Z] OS/Arch: windows/amd64 [2022-04-20T10:15:09.405Z] Experimental: true [2022-04-20T10:15:09.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-20T10:15:09.621Z] ok github.com/docker/docker/pkg/plugins 33.641s coverage: 76.3% of statements [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/rootless [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/volume [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-20T10:15:09.621Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-20T10:15:09.621Z] [2022-04-20T10:15:09.621Z] === Skipped [2022-04-20T10:15:09.621Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-20T10:15:09.621Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:15:09.621Z] [2022-04-20T10:15:09.621Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-20T10:15:09.621Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:15:09.621Z] [2022-04-20T10:15:09.621Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-20T10:15:09.621Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:15:09.621Z] [2022-04-20T10:15:09.621Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-20T10:15:09.621Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:15:09.621Z] [2022-04-20T10:15:09.621Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-04-20T10:15:09.621Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.621Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:15:09.621Z] [2022-04-20T10:15:09.621Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:71: No driver to put! [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-04-20T10:15:09.622Z] time="2022-04-20T10:14:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-04-20T10:15:09.622Z] time="2022-04-20T10:14:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-04-20T10:15:09.622Z] time="2022-04-20T10:14:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-04-20T10:15:09.622Z] time="2022-04-20T10:14:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-04-20T10:15:09.622Z] time="2022-04-20T10:14:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:71: No driver to put! [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-04-20T10:15:09.622Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-04-20T10:15:09.622Z] overlay_test.go:50: Fails to compute changes intermittently [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-04-20T10:15:09.622Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:15:09.622Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-04-20T10:15:09.622Z] graphtest_unix.go:71: No driver to put! [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-04-20T10:15:09.622Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-04-20T10:15:09.622Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-04-20T10:15:09.622Z] [2022-04-20T10:15:09.622Z] DONE 2436 tests, 28 skipped in 214.985s [2022-04-20T10:15:09.622Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:15:09.622Z] github.com/docker/docker/libnetwork/types' ']' [2022-04-20T10:15:09.622Z] + 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 [Pipeline] sh [2022-04-20T10:15:10.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-20T10:15:10.988Z] + docker info [2022-04-20T10:15:10.988Z] Client: [2022-04-20T10:15:10.988Z] Context: default [2022-04-20T10:15:10.988Z] Debug Mode: false [2022-04-20T10:15:10.988Z] [2022-04-20T10:15:10.988Z] Server: [2022-04-20T10:15:10.988Z] Containers: 0 [2022-04-20T10:15:10.988Z] Running: 0 [2022-04-20T10:15:10.988Z] Paused: 0 [2022-04-20T10:15:10.988Z] Stopped: 0 [2022-04-20T10:15:10.988Z] Images: 0 [2022-04-20T10:15:10.988Z] Server Version: 20.10.9 [2022-04-20T10:15:10.988Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-20T10:15:10.988Z] Windows: [2022-04-20T10:15:10.988Z] LCOW: [2022-04-20T10:15:10.988Z] Logging Driver: json-file [2022-04-20T10:15:10.988Z] Plugins: [2022-04-20T10:15:10.988Z] Volume: local [2022-04-20T10:15:10.988Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:15:10.988Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:15:10.988Z] Swarm: inactive [2022-04-20T10:15:10.988Z] Default Isolation: process [2022-04-20T10:15:10.988Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T10:15:10.988Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-20T10:15:10.988Z] OSType: windows [2022-04-20T10:15:10.988Z] Architecture: x86_64 [2022-04-20T10:15:10.988Z] CPUs: 4 [2022-04-20T10:15:10.988Z] Total Memory: 32GiB [2022-04-20T10:15:10.988Z] Name: azwin-2-acacd0 [2022-04-20T10:15:10.988Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-20T10:15:10.988Z] Docker Root Dir: D:\docker [2022-04-20T10:15:10.988Z] Debug Mode: false [2022-04-20T10:15:10.988Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:15:10.988Z] Labels: [2022-04-20T10:15:10.988Z] Experimental: true [2022-04-20T10:15:10.988Z] Insecure Registries: [2022-04-20T10:15:10.988Z] 10.0.0.4:5000 [2022-04-20T10:15:10.988Z] 127.0.0.0/8 [2022-04-20T10:15:10.988Z] Registry Mirrors: [2022-04-20T10:15:10.988Z] http://10.0.0.4:5000/ [2022-04-20T10:15:10.988Z] Live Restore Enabled: false [2022-04-20T10:15:10.988Z] Product License: Community Engine [2022-04-20T10:15:10.988Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-20T10:15:09.762Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:15:09.762Z] > git --version # timeout=10 [2022-04-20T10:15:09.810Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-20T10:15:09.810Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:15:09.813Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:15:11.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-20T10:15:12.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-20T10:15:12.991Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-20T10:15:12.991Z] Using test binary docker [2022-04-20T10:15:12.991Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-20T10:15:12.991Z] Starting apparmor (via systemctl): apparmor.service. [2022-04-20T10:15:12.991Z] Starting dockerd [2022-04-20T10:15:12.991Z] INFO: Waiting for daemon to start... [2022-04-20T10:15:13.370Z] #60 ... [2022-04-20T10:15:13.370Z] [2022-04-20T10:15:13.370Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:15:13.370Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:15:13.370Z] #14 70.74 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-20T10:15:13.370Z] #14 70.74 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:13.370Z] #14 70.75 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:15:13.370Z] #14 75.45 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-20T10:15:13.370Z] #14 75.45 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:13.370Z] #14 75.46 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-20T10:15:13.370Z] #14 80.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-20T10:15:13.370Z] #14 80.74 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:13.370Z] #14 80.75 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:14.137Z] Fetching without tags [2022-04-20T10:15:14.266Z] #60 ... [2022-04-20T10:15:14.266Z] [2022-04-20T10:15:14.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-04-20T10:15:14.266Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:15:14.266Z] #14 70.28 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-20T10:15:14.266Z] #14 70.28 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:14.266Z] #14 70.35 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:15:14.266Z] #14 74.89 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-20T10:15:14.266Z] #14 74.89 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:14.266Z] #14 74.90 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-20T10:15:14.266Z] #14 79.92 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-20T10:15:14.266Z] #14 79.92 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:14.266Z] #14 79.93 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:13.789Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:15:13.856Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:15:13.910Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:15:14.038Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:15:14.176Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:15:14.176Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:15:14.178Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:15:14.904Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [2022-04-20T10:15:15.150Z] . [2022-04-20T10:15:15.150Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-20T10:15:15.150Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-20T10:15:15.150Z] Error: No such image: emptyfs [2022-04-20T10:15:15.408Z] Running integration-test (iteration 1) [2022-04-20T10:15:15.408Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-20T10:15:15.667Z] Loaded image: busybox:latest [2022-04-20T10:15:15.667Z] Loaded image: busybox:glibc [2022-04-20T10:15:17.045Z] Loaded image: debian:bullseye-slim [2022-04-20T10:15:17.045Z] Loaded image: hello-world:latest [2022-04-20T10:15:17.045Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:15:17.303Z] INFO: Testing against a local daemon [2022-04-20T10:15:17.303Z] === RUN TestCgroupNamespacesBuild [2022-04-20T10:15:15.018Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:15:15.071Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:15:18.729Z] --- PASS: TestCgroupNamespacesBuild (1.34s) [2022-04-20T10:15:18.729Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-20T10:15:19.567Z] Merge succeeded, producing 6fa577d597364255091911c788ba55453a51660b [2022-04-20T10:15:19.567Z] Checking out Revision 6fa577d597364255091911c788ba55453a51660b (PR-43501) [2022-04-20T10:15:19.690Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s) [2022-04-20T10:15:19.690Z] === RUN TestBuildWithSession [2022-04-20T10:15:19.690Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:15:19.690Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-20T10:15:19.690Z] === RUN TestBuildSquashParent [2022-04-20T10:15:18.413Z] > git remote # timeout=10 [2022-04-20T10:15:18.507Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:15:18.561Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:15:18.563Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:15:19.471Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-20T10:15:19.605Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:15:19.659Z] > git checkout -f 6fa577d597364255091911c788ba55453a51660b # timeout=10 [2022-04-20T10:15:24.250Z] #14 90.74 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-20T10:15:24.251Z] #14 90.74 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:24.251Z] #14 90.74 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:24.960Z] --- PASS: TestBuildSquashParent (4.61s) [2022-04-20T10:15:24.960Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-20T10:15:24.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:15:24.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:15:24.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:15:24.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:15:24.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:15:24.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:15:24.961Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:15:24.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:15:24.961Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:15:24.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:15:24.961Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:15:24.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:15:24.961Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:15:24.961Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:15:25.567Z] #14 92.00 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-20T10:15:25.567Z] #14 92.00 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-20T10:15:25.567Z] #14 92.00 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:25.567Z] #14 ... [2022-04-20T10:15:25.567Z] [2022-04-20T10:15:25.567Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:15:25.567Z] #63 sha256:873e9b11ded2da1a320f5a75db3f75cd2a00097f19058f2cd5d399cdd9d2ede9 [2022-04-20T10:15:25.567Z] #63 92.86 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-20T10:15:25.567Z] #63 92.86 + GOBIN=/build [2022-04-20T10:15:25.567Z] #63 92.86 + GO111MODULE=on [2022-04-20T10:15:25.567Z] #63 92.86 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:15:26.339Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:15:26.339Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:15:26.845Z] #14 ... [2022-04-20T10:15:26.845Z] [2022-04-20T10:15:26.845Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:15:26.845Z] #63 sha256:6b9f93d9e39898e267cf05e142ab74b5ed9a9d712712b8cd1b5b5b87413f0355 [2022-04-20T10:15:26.845Z] #63 92.97 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-20T10:15:26.845Z] #63 92.97 + GOBIN=/build [2022-04-20T10:15:26.845Z] #63 92.97 + GO111MODULE=on [2022-04-20T10:15:26.845Z] #63 92.97 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-20T10:15:27.274Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:15:27.533Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:15:27.845Z] Fetching without tags [2022-04-20T10:15:28.575Z] Merging remotes/origin/master commit c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 into PR head commit b9de761c261a537a14564148a82d6d60db22307f [2022-04-20T10:15:28.909Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-20T10:15:28.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.62s) [2022-04-20T10:15:28.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.71s) [2022-04-20T10:15:28.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.27s) [2022-04-20T10:15:28.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.27s) [2022-04-20T10:15:28.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.23s) [2022-04-20T10:15:28.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.30s) [2022-04-20T10:15:28.909Z] === RUN TestBuildMultiStageCopy [2022-04-20T10:15:28.909Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-20T10:15:29.525Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-20T10:15:29.526Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8f2a4147\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-20T10:15:29.526Z] ---------------------------------------------------------------------------- [2022-04-20T10:15:29.526Z] [2022-04-20T10:15:29.526Z] INFO: executeCI.ps1 starting at Wed Apr 20 10:15:27 CUT 2022 [2022-04-20T10:15:29.526Z] [2022-04-20T10:15:29.526Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-20T10:15:29.526Z] INFO: Running git version 2.24.1.windows.2 [2022-04-20T10:15:29.526Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-04-20T10:15:29.526Z] INFO: Environment variables: [2022-04-20T10:15:29.526Z] [2022-04-20T10:15:29.526Z] Name Value [2022-04-20T10:15:29.526Z] ---- ----- [2022-04-20T10:15:29.526Z] ALLUSERSPROFILE C:\ProgramData [2022-04-20T10:15:29.526Z] amd64 true [2022-04-20T10:15:29.526Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-20T10:15:29.526Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-20T10:15:29.526Z] arm64 true [2022-04-20T10:15:29.526Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-20T10:15:29.526Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-20T10:15:29.526Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-20T10:15:29.526Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-20T10:15:29.526Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-20T10:15:29.526Z] BRANCH_NAME PR-43501 [2022-04-20T10:15:29.526Z] BUILD_DISPLAY_NAME #3 [2022-04-20T10:15:29.526Z] BUILD_ID 3 [2022-04-20T10:15:29.526Z] BUILD_NUMBER 3 [2022-04-20T10:15:29.526Z] BUILD_TAG jenkins-moby-PR-43501-3 [2022-04-20T10:15:29.526Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/ [2022-04-20T10:15:29.526Z] cgroup2 true [2022-04-20T10:15:29.526Z] CHANGE_AUTHOR thaJeztah [2022-04-20T10:15:29.526Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-20T10:15:29.526Z] CHANGE_BRANCH document_imagesummary [2022-04-20T10:15:29.526Z] CHANGE_FORK thaJeztah/docker [2022-04-20T10:15:29.526Z] CHANGE_ID 43501 [2022-04-20T10:15:29.526Z] CHANGE_TARGET master [2022-04-20T10:15:29.526Z] CHANGE_TITLE api: swagger: document ImageSummary fields [2022-04-20T10:15:29.526Z] CHANGE_URL https://github.com/moby/moby/pull/43501 [2022-04-20T10:15:29.526Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:15:29.526Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-20T10:15:29.526Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-20T10:15:29.526Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-20T10:15:29.526Z] COMPUTERNAME azwin-2-acacd0 [2022-04-20T10:15:29.526Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-20T10:15:29.526Z] ConfigSequenceNumber 0 [2022-04-20T10:15:29.526Z] dco true [2022-04-20T10:15:29.526Z] DOCKER_BUILDKIT 0 [2022-04-20T10:15:29.526Z] DOCKER_DUT_DEBUG 1 [2022-04-20T10:15:29.526Z] DOCKER_EXPERIMENTAL 1 [2022-04-20T10:15:29.526Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-20T10:15:29.526Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-20T10:15:29.526Z] EXECUTOR_NUMBER 0 [2022-04-20T10:15:29.526Z] FQDN azwin-2-acacd0.westus.cloudapp.azure.com [2022-04-20T10:15:29.526Z] GIT_BRANCH PR-43501 [2022-04-20T10:15:29.526Z] GIT_COMMIT 3d3e7647ae884b8131036d1b9ac2b3936dac98b2 [2022-04-20T10:15:29.526Z] GIT_PREVIOUS_COMMIT 8ec511d341beb0cb6ac8f46a930283351ff49389 [2022-04-20T10:15:29.526Z] GIT_URL https://github.com/moby/moby.git [2022-04-20T10:15:29.526Z] HUDSON_COOKIE 569b9377-ac84-466c-9e73-6cf462b48911 [2022-04-20T10:15:29.526Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-20T10:15:29.526Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-20T10:15:29.526Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-20T10:15:29.526Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-20T10:15:29.526Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-20T10:15:29.526Z] JENKINS_NODE_COOKIE bd290f75-0e8d-4113-b11d-f918faa5be1d [2022-04-20T10:15:29.526Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-20T10:15:29.526Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-20T10:15:29.526Z] JOB_BASE_NAME PR-43501 [2022-04-20T10:15:29.526Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/display/redirect [2022-04-20T10:15:29.526Z] JOB_NAME moby/PR-43501 [2022-04-20T10:15:29.526Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/ [2022-04-20T10:15:29.526Z] library.jps.version master [2022-04-20T10:15:29.526Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-20T10:15:29.526Z] NODE_LABELS amd64 azure azwin-2-acacd0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-04-20T10:15:29.526Z] NODE_NAME azwin-2-acacd0 [2022-04-20T10:15:29.526Z] NUMBER_OF_PROCESSORS 4 [2022-04-20T10:15:29.526Z] OS Windows_NT [2022-04-20T10:15:29.526Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-20T10:15:29.526Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-20T10:15:29.526Z] ppc64le false [2022-04-20T10:15:29.526Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-20T10:15:29.526Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-04-20T10:15:29.526Z] PROCESSOR_LEVEL 6 [2022-04-20T10:15:29.526Z] PROCESSOR_REVISION 4f01 [2022-04-20T10:15:29.526Z] ProgramData C:\ProgramData [2022-04-20T10:15:29.526Z] ProgramFiles C:\Program Files [2022-04-20T10:15:29.526Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-20T10:15:29.526Z] ProgramW6432 C:\Program Files [2022-04-20T10:15:29.526Z] PROMPT $P$G [2022-04-20T10:15:29.526Z] PSExecutionPolicyPreference Bypass [2022-04-20T10:15:29.526Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-20T10:15:29.526Z] PUBLIC C:\Users\Public [2022-04-20T10:15:29.526Z] rootless true [2022-04-20T10:15:29.526Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=artif... [2022-04-20T10:15:29.526Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=changes [2022-04-20T10:15:29.526Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect [2022-04-20T10:15:29.526Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=tests [2022-04-20T10:15:29.526Z] s390x false [2022-04-20T10:15:29.526Z] SKIP_VALIDATION_TESTS 1 [2022-04-20T10:15:29.526Z] SOURCES_DRIVE d [2022-04-20T10:15:29.526Z] SOURCES_SUBDIR gopath [2022-04-20T10:15:29.526Z] STAGE_NAME Run tests [2022-04-20T10:15:29.526Z] SystemDrive C: [2022-04-20T10:15:29.526Z] SystemRoot C:\Windows [2022-04-20T10:15:29.526Z] TEMP C:\Windows\TEMP [2022-04-20T10:15:29.526Z] TESTDEBUG 0 [2022-04-20T10:15:29.526Z] TESTRUN_DRIVE d [2022-04-20T10:15:29.526Z] TESTRUN_SUBDIR CI [2022-04-20T10:15:29.526Z] TIMEOUT 120m [2022-04-20T10:15:29.526Z] TMP C:\Windows\TEMP [2022-04-20T10:15:29.526Z] unit_validate true [2022-04-20T10:15:29.526Z] USERDOMAIN WORKGROUP [2022-04-20T10:15:29.526Z] USERNAME azwin-2-acacd0$ [2022-04-20T10:15:29.526Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-20T10:15:29.527Z] validate_force false [2022-04-20T10:15:29.527Z] windir C:\Windows [2022-04-20T10:15:29.527Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-20T10:15:29.527Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-04-20T10:15:29.527Z] windows2022 true [2022-04-20T10:15:29.527Z] windows2022containerd true [2022-04-20T10:15:29.527Z] windowsRS5 true [2022-04-20T10:15:29.527Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-20T10:15:29.527Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-20T10:15:29.527Z] [2022-04-20T10:15:29.527Z] [2022-04-20T10:15:29.527Z] [2022-04-20T10:15:29.527Z] INFO: Sources under d:\gopath\... [2022-04-20T10:15:29.527Z] INFO: Test run under d:\CI\... [2022-04-20T10:15:29.527Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-20T10:15:29.527Z] INFO: docker/docker repository was found [2022-04-20T10:15:29.527Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-04-20T10:15:29.742Z] #63 97.74 rootlesskit version 1.0.0 [2022-04-20T10:15:29.742Z] #63 97.75 Usage of /build/rootlesskit-docker-proxy: [2022-04-20T10:15:29.742Z] #63 97.75 -container-ip string [2022-04-20T10:15:29.742Z] #63 97.75 container ip [2022-04-20T10:15:29.742Z] #63 97.75 -container-port int [2022-04-20T10:15:29.742Z] #63 97.75 container port (default -1) [2022-04-20T10:15:29.742Z] #63 97.75 -host-ip string [2022-04-20T10:15:29.742Z] #63 97.75 host ip [2022-04-20T10:15:29.742Z] #63 97.75 -host-port int [2022-04-20T10:15:29.742Z] #63 97.75 host port (default -1) [2022-04-20T10:15:29.742Z] #63 97.75 -proto string [2022-04-20T10:15:29.742Z] #63 97.75 proxy protocol (default "tcp") [2022-04-20T10:15:27.532Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:15:27.591Z] > git config --add remote.origin.fetch +refs/pull/43501/head:refs/remotes/origin/PR-43501 # timeout=10 [2022-04-20T10:15:27.637Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:15:27.755Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-20T10:15:27.880Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-20T10:15:27.881Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:15:27.882Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43501/head:refs/remotes/origin/PR-43501 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-20T10:15:28.681Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:15:28.729Z] > git checkout -f b9de761c261a537a14564148a82d6d60db22307f # timeout=10 [2022-04-20T10:15:29.996Z] ltsc2022: Pulling from windows/servercore [2022-04-20T10:15:30.286Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-20T10:15:30.307Z] #63 ... [2022-04-20T10:15:30.307Z] [2022-04-20T10:15:30.307Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:15:30.307Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:15:30.307Z] #14 96.63 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-20T10:15:30.307Z] #14 96.64 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-20T10:15:30.307Z] #14 96.65 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-20T10:15:30.307Z] #14 96.78 Selecting previously unselected package libapparmor1:amd64. [2022-04-20T10:15:30.307Z] #14 96.78 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-20T10:15:30.307Z] #14 96.79 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-20T10:15:30.307Z] #14 96.88 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-20T10:15:30.307Z] #14 96.88 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-20T10:15:30.307Z] #14 96.90 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-20T10:15:30.307Z] #14 97.02 Selecting previously unselected package libbtrfs0:amd64. [2022-04-20T10:15:30.307Z] #14 97.03 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-20T10:15:30.307Z] #14 97.03 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:15:30.307Z] #14 97.20 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-20T10:15:30.307Z] #14 97.22 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-20T10:15:30.307Z] #14 97.45 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:15:30.307Z] #14 97.98 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-20T10:15:30.307Z] #14 97.98 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:15:30.307Z] #14 97.99 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:30.307Z] #14 98.07 Selecting previously unselected package libudev-dev:amd64. [2022-04-20T10:15:30.307Z] #14 98.08 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-20T10:15:30.307Z] #14 98.12 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-20T10:15:30.307Z] #14 98.60 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-20T10:15:30.307Z] #14 98.60 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-20T10:15:30.307Z] #14 98.79 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-20T10:15:30.467Z] 8f616e6e9eec: Pulling fs layer [2022-04-20T10:15:30.467Z] dccd9e4d14d3: Pulling fs layer [2022-04-20T10:15:30.545Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-20T10:15:30.804Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-20T10:15:30.804Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-20T10:15:30.855Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:15:30.994Z] First time build. Skipping changelog. [2022-04-20T10:15:31.063Z] --- PASS: TestBuildMultiStageCopy (2.46s) [2022-04-20T10:15:31.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.44s) [2022-04-20T10:15:31.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2022-04-20T10:15:31.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-04-20T10:15:31.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-04-20T10:15:31.063Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-04-20T10:15:31.063Z] === RUN TestBuildMultiStageParentConfig [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-20T10:15:31.679Z] #14 99.95 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-20T10:15:31.679Z] #14 99.95 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-20T10:15:31.679Z] #14 100.00 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-20T10:15:32.000Z] --- PASS: TestBuildMultiStageParentConfig (0.64s) [2022-04-20T10:15:32.001Z] === RUN TestBuildLabelWithTargets [2022-04-20T10:15:32.158Z] #63 98.08 rootlesskit version 1.0.0 [2022-04-20T10:15:32.158Z] #63 98.09 Usage of /build/rootlesskit-docker-proxy: [2022-04-20T10:15:32.158Z] #63 98.09 -container-ip string [2022-04-20T10:15:32.158Z] #63 98.09 container ip [2022-04-20T10:15:32.158Z] #63 98.09 -container-port int [2022-04-20T10:15:32.158Z] #63 98.09 container port (default -1) [2022-04-20T10:15:32.158Z] #63 98.09 -host-ip string [2022-04-20T10:15:32.158Z] #63 98.09 host ip [2022-04-20T10:15:32.158Z] #63 98.09 -host-port int [2022-04-20T10:15:32.158Z] #63 98.09 host port (default -1) [2022-04-20T10:15:32.158Z] #63 98.09 -proto string [2022-04-20T10:15:32.158Z] #63 98.09 proxy protocol (default "tcp") [2022-04-20T10:15:32.158Z] #63 ... [2022-04-20T10:15:32.158Z] [2022-04-20T10:15:32.158Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:15:32.158Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:15:32.158Z] #14 95.82 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-20T10:15:32.158Z] #14 95.83 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-20T10:15:32.158Z] #14 95.84 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-20T10:15:32.158Z] #14 95.97 Selecting previously unselected package libapparmor1:amd64. [2022-04-20T10:15:32.158Z] #14 95.97 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 95.98 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-20T10:15:32.158Z] #14 96.07 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-20T10:15:32.158Z] #14 96.09 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 96.09 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-20T10:15:32.158Z] #14 96.21 Selecting previously unselected package libbtrfs0:amd64. [2022-04-20T10:15:32.158Z] #14 96.22 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 96.28 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:15:32.158Z] #14 96.42 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-20T10:15:32.158Z] #14 96.42 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 96.43 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:15:32.158Z] #14 96.55 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-20T10:15:32.158Z] #14 96.56 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 96.56 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:32.158Z] #14 96.61 Selecting previously unselected package libudev-dev:amd64. [2022-04-20T10:15:32.158Z] #14 96.61 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 96.62 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-20T10:15:32.158Z] #14 96.73 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-20T10:15:32.158Z] #14 96.73 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 96.74 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-20T10:15:32.158Z] #14 97.55 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-20T10:15:32.158Z] #14 97.56 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 97.57 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-20T10:15:32.158Z] #14 97.71 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-20T10:15:32.158Z] #14 97.71 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 97.72 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-20T10:15:32.158Z] #14 97.84 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-20T10:15:32.158Z] #14 97.84 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 97.86 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-20T10:15:32.158Z] #14 97.93 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-20T10:15:32.158Z] #14 97.94 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-20T10:15:32.158Z] #14 97.94 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-20T10:15:30.895Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [2022-04-20T10:15:32.461Z] #14 98.79 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-20T10:15:32.461Z] #14 98.80 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-20T10:15:32.461Z] #14 98.82 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-20T10:15:32.612Z] #14 100.9 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-20T10:15:32.612Z] #14 100.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-20T10:15:32.612Z] #14 100.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-20T10:15:32.612Z] #14 ... [2022-04-20T10:15:32.612Z] [2022-04-20T10:15:32.612Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:15:32.612Z] #63 sha256:873e9b11ded2da1a320f5a75db3f75cd2a00097f19058f2cd5d399cdd9d2ede9 [2022-04-20T10:15:32.612Z] #63 DONE 100.8s [2022-04-20T10:15:32.612Z] [2022-04-20T10:15:32.612Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:15:32.612Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:15:32.612Z] #14 101.2 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-20T10:15:32.612Z] #14 101.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-20T10:15:32.870Z] #14 ... [2022-04-20T10:15:32.870Z] [2022-04-20T10:15:32.870Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-20T10:15:32.870Z] #64 sha256:5896e761a8999150f4688039f525fad9bff5109c4eb50c8b963199bea2c8450d [2022-04-20T10:15:32.870Z] #64 DONE 0.1s [2022-04-20T10:15:32.870Z] [2022-04-20T10:15:32.870Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-20T10:15:32.870Z] #65 sha256:0469621c163191bf9863bbad3003e7f2d505fc932224adf3f51f15ac6bf23c8d [2022-04-20T10:15:32.870Z] #65 DONE 0.1s [2022-04-20T10:15:32.870Z] [2022-04-20T10:15:32.870Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:15:32.870Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:15:32.870Z] #14 101.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-20T10:15:32.870Z] #14 101.3 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-20T10:15:32.870Z] #14 101.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-20T10:15:32.870Z] #14 101.3 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-20T10:15:32.938Z] --- PASS: TestBuildLabelWithTargets (0.99s) [2022-04-20T10:15:32.938Z] === RUN TestBuildWithEmptyLayers [2022-04-20T10:15:32.211Z] > git remote # timeout=10 [2022-04-20T10:15:32.285Z] > git config --get remote.origin.url # timeout=10 [2022-04-20T10:15:32.341Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-20T10:15:32.343Z] > git merge c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6 # timeout=10 [2022-04-20T10:15:33.196Z] --- PASS: TestBuildWithEmptyLayers (0.43s) [2022-04-20T10:15:33.197Z] === RUN TestBuildMultiStageOnBuild [2022-04-20T10:15:33.242Z] Merge succeeded, producing 95c8fa20bb56346d5cfd355b9e7defa216f557a8 [2022-04-20T10:15:33.242Z] Checking out Revision 95c8fa20bb56346d5cfd355b9e7defa216f557a8 (PR-43501) [2022-04-20T10:15:33.398Z] #14 99.84 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-20T10:15:33.398Z] #14 99.85 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:15:33.398Z] #14 99.87 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:33.434Z] #14 101.9 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-20T10:15:33.434Z] #14 101.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-20T10:15:33.434Z] #14 101.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-20T10:15:33.948Z] #14 102.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-20T10:15:33.948Z] #14 102.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-20T10:15:33.948Z] #14 102.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:33.948Z] #14 102.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-20T10:15:33.948Z] #14 102.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-20T10:15:33.948Z] #14 102.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-20T10:15:34.206Z] #14 102.6 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-20T10:15:34.206Z] #14 102.6 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-20T10:15:34.206Z] #14 102.6 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-20T10:15:34.250Z] + docker version [2022-04-20T10:15:34.368Z] #14 100.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-20T10:15:34.368Z] #14 100.6 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-20T10:15:34.368Z] #14 100.6 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-20T10:15:34.721Z] #14 103.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-20T10:15:34.721Z] #14 103.0 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-20T10:15:34.721Z] #14 103.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-20T10:15:34.721Z] #14 103.0 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-20T10:15:34.721Z] #14 103.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-20T10:15:34.721Z] #14 103.1 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-20T10:15:34.721Z] #14 103.1 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:15:34.721Z] #14 103.1 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-20T10:15:34.721Z] #14 103.1 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-20T10:15:34.721Z] #14 103.1 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-20T10:15:34.721Z] #14 103.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-20T10:15:34.721Z] #14 103.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:15:34.721Z] #14 103.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-20T10:15:34.721Z] #14 103.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-20T10:15:34.721Z] #14 103.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-20T10:15:34.887Z] #14 101.2 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-20T10:15:34.887Z] #14 101.2 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-20T10:15:34.887Z] #14 101.2 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-20T10:15:34.887Z] #14 ... [2022-04-20T10:15:34.887Z] [2022-04-20T10:15:34.887Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-20T10:15:34.887Z] #63 sha256:6b9f93d9e39898e267cf05e142ab74b5ed9a9d712712b8cd1b5b5b87413f0355 [2022-04-20T10:15:34.887Z] #63 DONE 101.4s [2022-04-20T10:15:34.978Z] #14 103.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-20T10:15:34.978Z] #14 103.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-20T10:15:34.978Z] #14 103.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-20T10:15:34.978Z] #14 103.3 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-20T10:15:34.978Z] #14 103.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-20T10:15:34.978Z] #14 103.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:15:34.978Z] #14 103.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-20T10:15:34.978Z] #14 103.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:34.978Z] #14 103.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-20T10:15:34.978Z] #14 103.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-20T10:15:34.978Z] #14 103.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:34.978Z] #14 103.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-20T10:15:34.978Z] #14 103.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:15:34.978Z] #14 103.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-20T10:15:35.097Z] --- PASS: TestBuildMultiStageOnBuild (1.63s) [2022-04-20T10:15:35.097Z] === RUN TestBuildUncleanTarFilenames [2022-04-20T10:15:35.144Z] [2022-04-20T10:15:35.144Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-20T10:15:35.144Z] #64 sha256:62c2cdae41179723a0ea02692eb7f66f42f3a272a3b9f5298b7e30e2b8933a85 [2022-04-20T10:15:35.144Z] #64 DONE 0.1s [2022-04-20T10:15:35.144Z] [2022-04-20T10:15:35.144Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-20T10:15:35.144Z] #65 sha256:05286c83eb76d846707e89e37b48813d0d04acaf7e09e2a1ba32b43e51bbf9b2 [2022-04-20T10:15:35.144Z] #65 DONE 0.0s [2022-04-20T10:15:35.144Z] [2022-04-20T10:15:35.144Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:15:35.144Z] #60 sha256:94c50c4d918f7575ef32c261eeae4eb9b6afe98fa7e27bf0a19c67fdd2dd0ea6 [2022-04-20T10:15:35.235Z] #14 103.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:35.235Z] #14 103.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-20T10:15:35.235Z] #14 103.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:35.235Z] #14 103.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:35.235Z] #14 103.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:15:35.356Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2022-04-20T10:15:35.356Z] === RUN TestBuildMultiStageLayerLeak [2022-04-20T10:15:35.402Z] #60 ... [2022-04-20T10:15:35.402Z] [2022-04-20T10:15:35.402Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-20T10:15:35.402Z] #14 sha256:c53d619acedc8c53e80dce08716ca5789dc32c53d741e9e4a26159f315d44768 [2022-04-20T10:15:35.402Z] #14 101.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-20T10:15:35.402Z] #14 101.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-20T10:15:35.402Z] #14 101.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-20T10:15:35.402Z] #14 101.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-20T10:15:35.402Z] #14 101.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-20T10:15:35.402Z] #14 101.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-20T10:15:35.402Z] #14 101.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-20T10:15:35.402Z] #14 102.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-20T10:15:35.402Z] #14 102.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-20T10:15:35.402Z] #14 102.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-20T10:15:35.493Z] #14 DONE 103.9s [2022-04-20T10:15:35.493Z] [2022-04-20T10:15:35.493Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:15:35.493Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:15:35.493Z] #51 ... [2022-04-20T10:15:35.493Z] [2022-04-20T10:15:35.493Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-20T10:15:35.493Z] #55 sha256:f507167a5635c5166f0a0395dfbc9d9e2fff96688ce80d813aaf6085a248f8dd [2022-04-20T10:15:35.493Z] #55 DONE 0.1s [2022-04-20T10:15:35.493Z] [2022-04-20T10:15:35.493Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:15:35.493Z] #56 sha256:92f2392b973cfaa262e6e97ae9f56c25f0153b46c03cd293f7bdafb8b342c317 [2022-04-20T10:15:35.660Z] #14 102.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-20T10:15:35.660Z] #14 102.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-20T10:15:35.660Z] #14 102.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:15:35.660Z] #14 102.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-20T10:15:35.660Z] #14 102.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:35.660Z] #14 102.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-20T10:15:35.919Z] #14 102.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-20T10:15:35.919Z] #14 102.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-20T10:15:35.919Z] #14 102.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-20T10:15:35.919Z] #14 102.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-20T10:15:35.919Z] #14 102.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-20T10:15:35.919Z] #14 102.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:35.919Z] #14 102.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-20T10:15:36.179Z] #14 102.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:36.179Z] #14 102.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-20T10:15:36.179Z] #14 102.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:15:36.438Z] #14 DONE 102.9s [2022-04-20T10:15:36.438Z] [2022-04-20T10:15:36.438Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-20T10:15:36.438Z] #55 sha256:84a81984e3cc3cc746150b5bc227550093c8de54d800fb96d81498b56b1bcf9d [2022-04-20T10:15:33.153Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-20T10:15:33.276Z] > git config core.sparsecheckout # timeout=10 [2022-04-20T10:15:33.326Z] > git checkout -f 95c8fa20bb56346d5cfd355b9e7defa216f557a8 # timeout=10 [2022-04-20T10:15:36.697Z] #55 DONE 0.1s [2022-04-20T10:15:36.697Z] [2022-04-20T10:15:36.697Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:15:36.697Z] #56 sha256:0d6f7a7e218b82784187793bfc24c1c239d3867402dd6d18087f5b03db7ac062 [2022-04-20T10:15:36.864Z] #56 1.284 + RM_GOPATH=0 [2022-04-20T10:15:36.864Z] #56 1.284 + TMP_GOPATH= [2022-04-20T10:15:36.864Z] #56 1.284 + : /build [2022-04-20T10:15:36.864Z] #56 1.284 + '[' -z '' ']' [2022-04-20T10:15:36.864Z] #56 1.285 ++ mktemp -d [2022-04-20T10:15:36.864Z] #56 1.290 + export GOPATH=/tmp/tmp.EBXzxa06Y6 [2022-04-20T10:15:36.864Z] #56 1.290 + GOPATH=/tmp/tmp.EBXzxa06Y6 [2022-04-20T10:15:36.864Z] #56 1.291 + RM_GOPATH=1 [2022-04-20T10:15:36.864Z] #56 1.291 + case "$(go env GOARCH)" in [2022-04-20T10:15:36.864Z] #56 1.292 ++ go env GOARCH [2022-04-20T10:15:36.864Z] #56 1.297 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:15:36.864Z] #56 1.298 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:15:36.864Z] #56 1.298 ++ dirname /install.sh [2022-04-20T10:15:36.864Z] #56 1.301 + dir=/ [2022-04-20T10:15:36.864Z] #56 1.301 + bin=runc [2022-04-20T10:15:36.864Z] #56 1.301 + shift [2022-04-20T10:15:36.864Z] #56 1.301 + '[' '!' -f //runc.installer ']' [2022-04-20T10:15:36.864Z] #56 1.301 + . //runc.installer [2022-04-20T10:15:36.864Z] #56 1.302 ++ set -e [2022-04-20T10:15:36.864Z] #56 1.302 ++ : v1.1.1 [2022-04-20T10:15:36.864Z] #56 1.302 + install_runc [2022-04-20T10:15:36.864Z] #56 1.302 + RUNC_BUILDTAGS=seccomp [2022-04-20T10:15:36.864Z] #56 1.302 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-20T10:15:36.864Z] #56 1.303 Install runc version v1.1.1 (build tags: seccomp) [2022-04-20T10:15:36.864Z] #56 1.303 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EBXzxa06Y6/src/github.com/opencontainers/runc [2022-04-20T10:15:36.864Z] #56 1.306 Cloning into '/tmp/tmp.EBXzxa06Y6/src/github.com/opencontainers/runc'... [2022-04-20T10:15:36.864Z] #56 ... [2022-04-20T10:15:36.864Z] [2022-04-20T10:15:36.864Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-20T10:15:36.864Z] #15 sha256:309b34a5df4761a80eae4e645d11425229369cd0801369e078705306d69f2ffd [2022-04-20T10:15:36.864Z] #15 DONE 1.5s [2022-04-20T10:15:37.121Z] [2022-04-20T10:15:37.121Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-20T10:15:37.121Z] #16 sha256:000d8a3f42c107ce93aaa1d83bdb5919b5e1e68f6ccd8e8194dedd85cf5f074f [2022-04-20T10:15:37.257Z] --- PASS: TestBuildMultiStageLayerLeak (1.59s) [2022-04-20T10:15:37.257Z] === RUN TestBuildWithHugeFile [2022-04-20T10:15:37.634Z] #56 ... [2022-04-20T10:15:37.634Z] [2022-04-20T10:15:37.634Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-20T10:15:37.634Z] #15 sha256:309b34a5df4761a80eae4e645d11425229369cd0801369e078705306d69f2ffd [2022-04-20T10:15:37.634Z] #15 DONE 1.4s [2022-04-20T10:15:37.634Z] [2022-04-20T10:15:37.634Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:15:37.634Z] #56 sha256:0d6f7a7e218b82784187793bfc24c1c239d3867402dd6d18087f5b03db7ac062 [2022-04-20T10:15:37.634Z] #56 1.219 + RM_GOPATH=0 [2022-04-20T10:15:37.634Z] #56 1.220 + TMP_GOPATH= [2022-04-20T10:15:37.634Z] #56 1.220 + : /build [2022-04-20T10:15:37.634Z] #56 1.221 + '[' -z '' ']' [2022-04-20T10:15:37.634Z] #56 1.223 ++ mktemp -d [2022-04-20T10:15:37.634Z] #56 1.227 + export GOPATH=/tmp/tmp.aOHbF22oU1 [2022-04-20T10:15:37.634Z] #56 1.227 + GOPATH=/tmp/tmp.aOHbF22oU1 [2022-04-20T10:15:37.634Z] #56 1.227 + RM_GOPATH=1 [2022-04-20T10:15:37.634Z] #56 1.228 + case "$(go env GOARCH)" in [2022-04-20T10:15:37.634Z] #56 1.228 ++ go env GOARCH [2022-04-20T10:15:37.634Z] #56 1.245 + export GO_BUILDMODE=-buildmode=pie [2022-04-20T10:15:37.634Z] #56 1.245 + GO_BUILDMODE=-buildmode=pie [2022-04-20T10:15:37.635Z] #56 1.253 ++ dirname /install.sh [2022-04-20T10:15:37.635Z] #56 1.257 + dir=/ [2022-04-20T10:15:37.635Z] #56 1.257 + bin=runc [2022-04-20T10:15:37.635Z] #56 1.257 + shift [2022-04-20T10:15:37.635Z] #56 1.258 + '[' '!' -f //runc.installer ']' [2022-04-20T10:15:37.635Z] #56 1.258 + . //runc.installer [2022-04-20T10:15:37.635Z] #56 1.258 ++ set -e [2022-04-20T10:15:37.635Z] #56 1.259 ++ : v1.1.1 [2022-04-20T10:15:37.635Z] #56 1.259 + install_runc [2022-04-20T10:15:37.635Z] #56 1.259 + RUNC_BUILDTAGS=seccomp [2022-04-20T10:15:37.635Z] #56 1.260 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-20T10:15:37.635Z] #56 1.260 Install runc version v1.1.1 (build tags: seccomp) [2022-04-20T10:15:37.635Z] #56 1.261 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.aOHbF22oU1/src/github.com/opencontainers/runc [2022-04-20T10:15:37.635Z] #56 1.268 Cloning into '/tmp/tmp.aOHbF22oU1/src/github.com/opencontainers/runc'... [2022-04-20T10:15:38.052Z] #16 DONE 1.1s [2022-04-20T10:15:38.052Z] [2022-04-20T10:15:38.052Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:15:38.052Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:15:38.052Z] #51 ... [2022-04-20T10:15:38.052Z] [2022-04-20T10:15:38.052Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-20T10:15:38.052Z] #17 sha256:0e0a1ce8a6a76cb2af96001c400285bfef0db9e70da6f02632b3798ffc112e73 [2022-04-20T10:15:38.985Z] #17 0.840 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-20T10:15:38.985Z] #17 DONE 1.0s [2022-04-20T10:15:38.985Z] [2022-04-20T10:15:38.985Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-20T10:15:38.985Z] #18 sha256:e290d47ed71591f974214291e5d1deb39ccf9c450a7f51864a0ad852e000edf5 [2022-04-20T10:15:39.011Z] #56 ... [2022-04-20T10:15:39.011Z] [2022-04-20T10:15:39.011Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-20T10:15:39.011Z] #16 sha256:000d8a3f42c107ce93aaa1d83bdb5919b5e1e68f6ccd8e8194dedd85cf5f074f [2022-04-20T10:15:39.011Z] #16 DONE 1.0s [2022-04-20T10:15:39.011Z] [2022-04-20T10:15:39.011Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-20T10:15:39.011Z] #17 sha256:0e0a1ce8a6a76cb2af96001c400285bfef0db9e70da6f02632b3798ffc112e73 [2022-04-20T10:15:39.580Z] #17 0.820 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-20T10:15:39.840Z] #17 DONE 0.9s [2022-04-20T10:15:39.840Z] [2022-04-20T10:15:39.840Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-20T10:15:39.840Z] #18 sha256:e290d47ed71591f974214291e5d1deb39ccf9c450a7f51864a0ad852e000edf5 [2022-04-20T10:15:40.400Z] #18 DONE 1.0s [2022-04-20T10:15:40.400Z] [2022-04-20T10:15:40.400Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-20T10:15:40.400Z] #19 sha256:b728a2e43e5a5c46b05355f632e57ed6789f23f04d4f429cacbd1ad3f3cd7263 [2022-04-20T10:15:40.777Z] #18 DONE 1.1s [2022-04-20T10:15:40.777Z] [2022-04-20T10:15:40.777Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-20T10:15:40.777Z] #19 sha256:b728a2e43e5a5c46b05355f632e57ed6789f23f04d4f429cacbd1ad3f3cd7263 [2022-04-20T10:15:41.337Z] #19 DONE 1.2s [2022-04-20T10:15:41.337Z] [2022-04-20T10:15:41.337Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-20T10:15:41.337Z] #20 sha256:b58c0de32be1b2fad89c038a37d722d15eae1a2114e7843405914688c361d331 [2022-04-20T10:15:42.157Z] #19 DONE 1.1s [2022-04-20T10:15:42.157Z] [2022-04-20T10:15:42.157Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-20T10:15:42.157Z] #20 sha256:b58c0de32be1b2fad89c038a37d722d15eae1a2114e7843405914688c361d331 [2022-04-20T10:15:42.269Z] #20 DONE 1.0s [2022-04-20T10:15:42.269Z] [2022-04-20T10:15:42.269Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:15:42.269Z] #21 sha256:0f22208c508b38e32dfc2a9ff73d2e4fe078833933f88dbcc9425dec5b235c81 [2022-04-20T10:15:42.939Z] Client: [2022-04-20T10:15:42.939Z] Version: 20.10.9 [2022-04-20T10:15:42.939Z] API version: 1.41 [2022-04-20T10:15:42.939Z] Go version: go1.16.8 [2022-04-20T10:15:42.939Z] Git commit: c2ea9bc [2022-04-20T10:15:42.939Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-20T10:15:42.939Z] OS/Arch: windows/amd64 [2022-04-20T10:15:42.939Z] Context: default [2022-04-20T10:15:42.939Z] Experimental: true [2022-04-20T10:15:42.939Z] [2022-04-20T10:15:42.939Z] Server: Docker Engine - Community [2022-04-20T10:15:42.939Z] Engine: [2022-04-20T10:15:42.939Z] Version: 20.10.9 [2022-04-20T10:15:42.939Z] API version: 1.41 (minimum version 1.24) [2022-04-20T10:15:42.939Z] Go version: go1.16.8 [2022-04-20T10:15:42.939Z] Git commit: 79ea9d3 [2022-04-20T10:15:42.939Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-20T10:15:42.939Z] OS/Arch: windows/amd64 [2022-04-20T10:15:42.939Z] Experimental: true [2022-04-20T10:15:43.095Z] #20 DONE 1.0s [2022-04-20T10:15:43.095Z] [2022-04-20T10:15:43.095Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:15:43.095Z] #21 sha256:0f22208c508b38e32dfc2a9ff73d2e4fe078833933f88dbcc9425dec5b235c81 [Pipeline] sh [2022-04-20T10:15:43.640Z] #21 1.198 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:15:43.640Z] #21 1.224 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:15:43.640Z] #21 1.300 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:15:43.898Z] #21 1.582 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:15:44.033Z] #21 1.246 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-20T10:15:44.033Z] #21 1.274 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-20T10:15:44.260Z] Commit message: "Merge commit 'c7395a4f011bd9bf7d16cd082c62ab6ed259ddb6' into HEAD" [2022-04-20T10:15:44.292Z] #21 1.277 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-20T10:15:44.392Z] First time build. Skipping changelog. [2022-04-20T10:15:44.462Z] #21 2.264 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:15:44.540Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-20T10:15:44.860Z] #21 1.781 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-20T10:15:45.413Z] 8f616e6e9eec: Verifying Checksum [2022-04-20T10:15:45.413Z] 8f616e6e9eec: Download complete [2022-04-20T10:15:45.796Z] #21 2.706 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-20T10:15:45.831Z] #21 3.399 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:15:46.733Z] #21 3.865 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-20T10:15:47.488Z] + docker version [2022-04-20T10:15:44.294Z] > git rev-list --no-walk 8ec511d341beb0cb6ac8f46a930283351ff49389 # timeout=10 [2022-04-20T10:15:49.104Z] #21 6.821 Fetched 8510 kB in 6s (1438 kB/s) [2022-04-20T10:15:50.018Z] #21 7.210 Fetched 8510 kB in 6s (1357 kB/s) [2022-04-20T10:15:50.020Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|types_sizes|deps|imports|name) took 47.272829688s [2022-04-20T10:15:50.020Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-04-20T10:15:50.020Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 171.347972ms [2022-04-20T10:15:51.626Z] #21 6.821 Reading package lists... [2022-04-20T10:15:51.926Z] #21 7.210 Reading package lists... [2022-04-20T10:15:51.927Z] #21 ... [2022-04-20T10:15:51.927Z] [2022-04-20T10:15:51.927Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:15:51.927Z] #56 sha256:0d6f7a7e218b82784187793bfc24c1c239d3867402dd6d18087f5b03db7ac062 [2022-04-20T10:15:51.927Z] #56 10.04 + cd /tmp/tmp.aOHbF22oU1/src/github.com/opencontainers/runc [2022-04-20T10:15:51.927Z] #56 10.05 + git checkout -q v1.1.1 [2022-04-20T10:15:51.927Z] #56 10.46 + '[' -z '' ']' [2022-04-20T10:15:51.927Z] #56 10.46 + target=static [2022-04-20T10:15:51.927Z] #56 10.46 + make BUILDTAGS=seccomp static [2022-04-20T10:15:51.927Z] #56 10.83 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-20T10:15:52.494Z] #56 ... [2022-04-20T10:15:52.494Z] [2022-04-20T10:15:52.494Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:15:52.494Z] #21 sha256:0f22208c508b38e32dfc2a9ff73d2e4fe078833933f88dbcc9425dec5b235c81 [2022-04-20T10:15:52.494Z] #21 7.210 Reading package lists... [2022-04-20T10:15:52.995Z] #21 9.229 Reading package lists... [2022-04-20T10:15:52.995Z] #21 ... [2022-04-20T10:15:52.995Z] [2022-04-20T10:15:52.995Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:15:52.995Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:15:52.995Z] #34 DONE 121.1s [2022-04-20T10:15:52.995Z] [2022-04-20T10:15:52.995Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:15:52.995Z] #56 sha256:92f2392b973cfaa262e6e97ae9f56c25f0153b46c03cd293f7bdafb8b342c317 [2022-04-20T10:15:52.995Z] #56 10.23 + cd /tmp/tmp.EBXzxa06Y6/src/github.com/opencontainers/runc [2022-04-20T10:15:52.995Z] #56 10.23 + git checkout -q v1.1.1 [2022-04-20T10:15:52.995Z] #56 10.77 + '[' -z '' ']' [2022-04-20T10:15:52.995Z] #56 10.77 + target=static [2022-04-20T10:15:52.995Z] #56 10.77 + make BUILDTAGS=seccomp static [2022-04-20T10:15:52.995Z] #56 10.97 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-20T10:15:54.367Z] #56 ... [2022-04-20T10:15:54.367Z] [2022-04-20T10:15:54.367Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:15:54.367Z] #21 sha256:0f22208c508b38e32dfc2a9ff73d2e4fe078833933f88dbcc9425dec5b235c81 [2022-04-20T10:15:54.367Z] #21 9.229 Reading package lists... [2022-04-20T10:15:54.546Z] Client: [2022-04-20T10:15:54.546Z] Version: 20.10.9 [2022-04-20T10:15:54.546Z] API version: 1.41 [2022-04-20T10:15:54.546Z] Go version: go1.16.8 [2022-04-20T10:15:54.546Z] Git commit: c2ea9bc [2022-04-20T10:15:54.546Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-20T10:15:54.546Z] OS/Arch: windows/amd64 [2022-04-20T10:15:54.546Z] Context: default [2022-04-20T10:15:54.546Z] Experimental: true [2022-04-20T10:15:54.546Z] [2022-04-20T10:15:54.546Z] Server: Docker Engine - Community [2022-04-20T10:15:54.546Z] Engine: [2022-04-20T10:15:54.546Z] Version: 20.10.9 [2022-04-20T10:15:54.546Z] API version: 1.41 (minimum version 1.24) [2022-04-20T10:15:54.546Z] Go version: go1.16.8 [2022-04-20T10:15:54.546Z] Git commit: 79ea9d3 [2022-04-20T10:15:54.546Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-20T10:15:54.546Z] OS/Arch: windows/amd64 [2022-04-20T10:15:54.546Z] Experimental: true [2022-04-20T10:15:54.931Z] #21 12.19 Building dependency tree... [2022-04-20T10:15:55.030Z] #21 9.593 Reading package lists... [Pipeline] sh [2022-04-20T10:15:55.290Z] #21 11.97 Building dependency tree...#21 ... [2022-04-20T10:15:55.290Z] [2022-04-20T10:15:55.290Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-20T10:15:55.290Z] #34 sha256:c7fdf3170cfe5941e0c2b5cf7538d30023655cb7cd278cf526bbc307f66d7080 [2022-04-20T10:15:55.290Z] #34 DONE 121.5s [2022-04-20T10:15:55.290Z] [2022-04-20T10:15:55.290Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-20T10:15:55.290Z] #21 sha256:0f22208c508b38e32dfc2a9ff73d2e4fe078833933f88dbcc9425dec5b235c81 [2022-04-20T10:15:55.290Z] #21 11.97 Building dependency tree... [2022-04-20T10:15:55.495Z] #21 13.30 The following additional packages will be installed: [2022-04-20T10:15:55.495Z] #21 13.31 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-20T10:15:55.495Z] #21 13.31 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-04-20T10:15:55.495Z] #21 13.31 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-20T10:15:55.495Z] #21 13.31 python3-pkg-resources vim-runtime xxd [2022-04-20T10:15:55.495Z] #21 13.31 Suggested packages: [2022-04-20T10:15:55.495Z] #21 13.31 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-04-20T10:15:55.495Z] #21 13.31 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-04-20T10:15:55.495Z] #21 13.31 acl attr quota [2022-04-20T10:15:55.495Z] #21 13.31 Recommended packages: [2022-04-20T10:15:55.495Z] #21 13.31 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-20T10:15:56.060Z] + docker info [2022-04-20T10:15:56.320Z] ok github.com/docker/docker/libnetwork 37.355s coverage: 40.7% of statements [2022-04-20T10:15:56.320Z] ok github.com/docker/docker/libnetwork/bitseq 0.141s coverage: 84.4% of statements [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-20T10:15:56.320Z] ok github.com/docker/docker/libnetwork/config 0.016s coverage: 19.7% of statements [2022-04-20T10:15:56.320Z] ok github.com/docker/docker/libnetwork/datastore 0.011s coverage: 21.9% of statements [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-20T10:15:56.320Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-20T10:15:56.320Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-04-20T10:15:56.518Z] Client: [2022-04-20T10:15:56.518Z] Context: default [2022-04-20T10:15:56.518Z] Debug Mode: false [2022-04-20T10:15:56.518Z] [2022-04-20T10:15:56.518Z] Server: [2022-04-20T10:15:56.518Z] Containers: 0 [2022-04-20T10:15:56.518Z] Running: 0 [2022-04-20T10:15:56.518Z] Paused: 0 [2022-04-20T10:15:56.518Z] Stopped: 0 [2022-04-20T10:15:56.518Z] Images: 0 [2022-04-20T10:15:56.518Z] Server Version: 20.10.9 [2022-04-20T10:15:56.518Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-20T10:15:56.518Z] Windows: [2022-04-20T10:15:56.518Z] LCOW: [2022-04-20T10:15:56.518Z] Logging Driver: json-file [2022-04-20T10:15:56.518Z] Plugins: [2022-04-20T10:15:56.518Z] Volume: local [2022-04-20T10:15:56.518Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:15:56.518Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:15:56.518Z] Swarm: inactive [2022-04-20T10:15:56.518Z] Default Isolation: process [2022-04-20T10:15:56.518Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T10:15:56.518Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-20T10:15:56.518Z] OSType: windows [2022-04-20T10:15:56.518Z] Architecture: x86_64 [2022-04-20T10:15:56.518Z] CPUs: 4 [2022-04-20T10:15:56.518Z] Total Memory: 32GiB [2022-04-20T10:15:56.518Z] Name: azwin-2-b9c300 [2022-04-20T10:15:56.518Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-20T10:15:56.518Z] Docker Root Dir: D:\docker [2022-04-20T10:15:56.518Z] Debug Mode: false [2022-04-20T10:15:56.518Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:15:56.518Z] Labels: [2022-04-20T10:15:56.518Z] Experimental: true [2022-04-20T10:15:56.518Z] Insecure Registries: [2022-04-20T10:15:56.518Z] 10.0.0.4:5000 [2022-04-20T10:15:56.518Z] 127.0.0.0/8 [2022-04-20T10:15:56.518Z] Registry Mirrors: [2022-04-20T10:15:56.518Z] http://10.0.0.4:5000/ [2022-04-20T10:15:56.518Z] Live Restore Enabled: false [2022-04-20T10:15:56.518Z] Product License: Community Engine [2022-04-20T10:15:56.518Z] [Pipeline] } [2022-04-20T10:15:56.666Z] #21 13.85 The following additional packages will be installed: [2022-04-20T10:15:56.666Z] #21 13.85 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-20T10:15:56.667Z] #21 13.85 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-04-20T10:15:56.667Z] #21 13.86 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-20T10:15:56.667Z] #21 13.86 python3-pkg-resources vim-runtime xxd [2022-04-20T10:15:56.667Z] #21 13.86 Suggested packages: [2022-04-20T10:15:56.667Z] #21 13.87 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-04-20T10:15:56.667Z] #21 13.87 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-04-20T10:15:56.667Z] #21 13.87 acl attr quota [2022-04-20T10:15:56.667Z] #21 13.87 Recommended packages: [2022-04-20T10:15:56.667Z] #21 13.87 libatm1 nftables libpam-cap build-essential python3-dev unzip [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-20T10:15:56.863Z] #21 14.30 The following NEW packages will be installed: [2022-04-20T10:15:56.863Z] #21 14.31 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-04-20T10:15:56.863Z] #21 14.32 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-20T10:15:56.863Z] #21 14.32 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-04-20T10:15:56.863Z] #21 14.32 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-04-20T10:15:56.863Z] #21 14.32 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-04-20T10:15:56.863Z] #21 14.32 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-04-20T10:15:56.863Z] #21 14.32 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-04-20T10:15:56.863Z] #21 14.32 xz-utils zip zstd [2022-04-20T10:15:56.863Z] #21 14.62 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:15:56.863Z] #21 14.62 Need to get 27.6 MB of archives. [2022-04-20T10:15:56.863Z] #21 14.62 After this operation, 106 MB of additional disk space will be used. [2022-04-20T10:15:56.863Z] #21 14.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-20T10:15:56.863Z] #21 14.63 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-20T10:15:56.863Z] #21 14.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-20T10:15:56.863Z] #21 14.63 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-20T10:15:56.863Z] #21 14.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-20T10:15:56.863Z] #21 14.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-20T10:15:56.863Z] #21 14.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-20T10:15:56.863Z] #21 14.65 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-20T10:15:56.863Z] #21 14.69 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-20T10:15:56.889Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.512s coverage: 59.9% of statements [2022-04-20T10:15:56.889Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-20T10:15:57.123Z] #21 14.69 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-20T10:15:57.123Z] #21 14.70 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-20T10:15:57.123Z] #21 14.70 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-20T10:15:57.123Z] #21 14.71 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-04-20T10:15:57.123Z] #21 14.71 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-20T10:15:57.123Z] #21 14.74 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-20T10:15:57.123Z] #21 14.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-20T10:15:57.123Z] #21 14.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-20T10:15:57.123Z] #21 14.75 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-20T10:15:57.123Z] #21 14.75 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-20T10:15:57.123Z] #21 14.75 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-20T10:15:57.123Z] #21 14.75 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-20T10:15:57.123Z] #21 14.76 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-20T10:15:57.123Z] #21 14.78 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-20T10:15:57.123Z] #21 14.78 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-20T10:15:57.123Z] #21 14.78 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-20T10:15:57.123Z] #21 14.78 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-20T10:15:57.123Z] #21 14.78 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-20T10:15:57.149Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 34.8% of statements [2022-04-20T10:15:57.379Z] #21 15.09 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-20T10:15:57.380Z] #21 15.09 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-20T10:15:57.380Z] #21 15.09 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-20T10:15:57.380Z] #21 15.10 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-20T10:15:57.380Z] #21 15.10 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-20T10:15:57.380Z] #21 15.11 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-20T10:15:57.380Z] #21 15.11 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-20T10:15:57.380Z] #21 15.16 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-20T10:15:57.380Z] #21 15.17 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-20T10:15:57.380Z] #21 15.17 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-20T10:15:57.380Z] #21 15.18 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-20T10:15:57.380Z] #21 15.20 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-20T10:15:57.636Z] #21 15.20 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-20T10:15:57.636Z] #21 15.21 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-20T10:15:57.636Z] #21 15.24 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-20T10:15:57.636Z] #21 15.25 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-20T10:15:57.636Z] #21 15.26 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-20T10:15:57.636Z] #21 15.49 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-20T10:15:57.719Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.019s coverage: 4.0% of statements [2022-04-20T10:15:57.720Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-20T10:15:57.893Z] #21 15.52 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-20T10:15:57.893Z] #21 15.55 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-20T10:15:57.893Z] #21 15.56 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-20T10:15:58.051Z] #21 14.92 The following NEW packages will be installed: [2022-04-20T10:15:58.051Z] #21 14.93 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-04-20T10:15:58.051Z] #21 14.93 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-20T10:15:58.051Z] #21 14.93 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-04-20T10:15:58.051Z] #21 14.93 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-04-20T10:15:58.051Z] #21 14.93 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-04-20T10:15:58.051Z] #21 14.93 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-04-20T10:15:58.051Z] #21 14.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-04-20T10:15:58.051Z] #21 14.94 xz-utils zip zstd [2022-04-20T10:15:58.051Z] #21 15.25 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2022-04-20T10:15:58.051Z] #21 15.25 Need to get 27.6 MB of archives. [2022-04-20T10:15:58.051Z] #21 15.25 After this operation, 106 MB of additional disk space will be used. [2022-04-20T10:15:58.051Z] #21 15.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-20T10:15:58.051Z] #21 15.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-20T10:15:58.051Z] #21 15.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-20T10:15:58.051Z] #21 15.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-20T10:15:58.051Z] #21 15.26 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-20T10:15:58.051Z] #21 15.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-20T10:15:58.051Z] #21 15.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-20T10:15:58.051Z] #21 15.27 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-20T10:15:58.051Z] #21 15.29 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-20T10:15:58.051Z] #21 15.29 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-20T10:15:58.051Z] #21 15.31 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-20T10:15:58.051Z] #21 15.31 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-20T10:15:58.051Z] #21 15.31 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-04-20T10:15:58.051Z] #21 15.31 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-20T10:15:58.051Z] #21 15.34 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-20T10:15:58.289Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-04-20T10:15:58.289Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-20T10:15:58.310Z] #21 15.34 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-20T10:15:58.310Z] #21 15.34 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-20T10:15:58.310Z] #21 15.34 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-20T10:15:58.310Z] #21 15.34 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-20T10:15:58.310Z] #21 15.34 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-20T10:15:58.311Z] #21 15.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-20T10:15:58.311Z] #21 15.36 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-20T10:15:58.311Z] #21 15.36 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-20T10:15:58.311Z] #21 15.37 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-20T10:15:58.311Z] #21 15.37 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-20T10:15:58.311Z] #21 15.37 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-20T10:15:58.311Z] #21 15.38 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-20T10:15:58.456Z] #21 16.04 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:15:58.456Z] #21 16.15 Fetched 27.6 MB in 1s (22.2 MB/s) [2022-04-20T10:15:58.456Z] #21 16.20 Selecting previously unselected package pigz. [2022-04-20T10:15:58.456Z] #21 16.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 ... 24010 files and directories currently installed.) [2022-04-20T10:15:58.456Z] #21 16.24 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-20T10:15:58.456Z] #21 16.25 Unpacking pigz (2.6-1) ... [2022-04-20T10:15:58.550Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-04-20T10:15:58.570Z] #21 15.65 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-20T10:15:58.570Z] #21 15.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-20T10:15:58.570Z] #21 15.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-20T10:15:58.570Z] #21 15.65 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-20T10:15:58.570Z] #21 15.66 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-20T10:15:58.570Z] #21 15.66 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-20T10:15:58.570Z] #21 15.66 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-20T10:15:58.570Z] #21 15.71 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-20T10:15:58.570Z] #21 15.71 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-20T10:15:58.570Z] #21 15.71 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-20T10:15:58.570Z] #21 15.72 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-20T10:15:58.570Z] #21 15.73 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-20T10:15:58.570Z] #21 15.73 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-20T10:15:58.570Z] #21 15.74 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-20T10:15:58.713Z] #21 16.33 Selecting previously unselected package libelf1:amd64. [2022-04-20T10:15:58.713Z] #21 16.34 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-20T10:15:58.713Z] #21 16.35 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-20T10:15:58.713Z] #21 16.51 Selecting previously unselected package libbpf0:amd64. [2022-04-20T10:15:58.713Z] #21 16.51 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-20T10:15:58.713Z] #21 16.52 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-20T10:15:58.829Z] #21 15.76 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-20T10:15:58.829Z] #21 15.76 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-20T10:15:58.829Z] #21 15.77 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-20T10:15:58.829Z] #21 15.96 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-20T10:15:58.829Z] #21 15.99 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-20T10:15:58.829Z] #21 16.02 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-20T10:15:58.969Z] #21 16.61 Selecting previously unselected package libcap2:amd64. [2022-04-20T10:15:58.969Z] #21 16.61 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-20T10:15:58.969Z] #21 16.61 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-20T10:15:58.969Z] #21 16.68 Selecting previously unselected package libmnl0:amd64. [2022-04-20T10:15:58.969Z] #21 16.69 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-20T10:15:58.969Z] #21 16.69 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-20T10:15:58.969Z] #21 16.77 Selecting previously unselected package libxtables12:amd64. [2022-04-20T10:15:58.969Z] #21 16.78 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-20T10:15:58.969Z] #21 16.79 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-20T10:15:58.969Z] #21 16.86 Selecting previously unselected package libcap2-bin. [2022-04-20T10:15:59.087Z] #21 16.02 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-20T10:15:59.240Z] #21 16.86 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-20T10:15:59.240Z] #21 16.87 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-20T10:15:59.240Z] #21 16.96 Selecting previously unselected package iproute2. [2022-04-20T10:15:59.240Z] #21 16.97 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-20T10:15:59.240Z] #21 16.97 Unpacking iproute2 (5.10.0-4) ... [2022-04-20T10:15:59.346Z] #21 16.58 debconf: delaying package configuration, since apt-utils is not installed [2022-04-20T10:15:59.496Z] #21 17.39 Selecting previously unselected package xxd. [2022-04-20T10:15:59.502Z] Client: [2022-04-20T10:15:59.502Z] Context: default [2022-04-20T10:15:59.502Z] Debug Mode: false [2022-04-20T10:15:59.502Z] Plugins: [2022-04-20T10:15:59.502Z] app: Docker Application (Docker Inc., v0.8.0) [2022-04-20T10:15:59.502Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-04-20T10:15:59.502Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-04-20T10:15:59.502Z] [2022-04-20T10:15:59.502Z] Server: [2022-04-20T10:15:59.502Z] Containers: 0 [2022-04-20T10:15:59.502Z] Running: 0 [2022-04-20T10:15:59.502Z] Paused: 0 [2022-04-20T10:15:59.502Z] Stopped: 0 [2022-04-20T10:15:59.502Z] Images: 0 [2022-04-20T10:15:59.502Z] Server Version: 20.10.9 [2022-04-20T10:15:59.502Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-20T10:15:59.502Z] Windows: [2022-04-20T10:15:59.502Z] LCOW: [2022-04-20T10:15:59.502Z] Logging Driver: json-file [2022-04-20T10:15:59.502Z] Plugins: [2022-04-20T10:15:59.502Z] Volume: local [2022-04-20T10:15:59.502Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:15:59.502Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:15:59.502Z] Swarm: inactive [2022-04-20T10:15:59.502Z] Default Isolation: process [2022-04-20T10:15:59.502Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-20T10:15:59.502Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-04-20T10:15:59.502Z] OSType: windows [2022-04-20T10:15:59.502Z] Architecture: x86_64 [2022-04-20T10:15:59.502Z] CPUs: 4 [2022-04-20T10:15:59.502Z] Total Memory: 32GiB [2022-04-20T10:15:59.502Z] Name: azwin-2-9bd570 [2022-04-20T10:15:59.502Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-04-20T10:15:59.502Z] Docker Root Dir: D:\docker [2022-04-20T10:15:59.502Z] Debug Mode: false [2022-04-20T10:15:59.502Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:15:59.502Z] Labels: [2022-04-20T10:15:59.502Z] Experimental: true [2022-04-20T10:15:59.502Z] Insecure Registries: [2022-04-20T10:15:59.502Z] 10.0.0.4:5000 [2022-04-20T10:15:59.502Z] 127.0.0.0/8 [2022-04-20T10:15:59.502Z] Registry Mirrors: [2022-04-20T10:15:59.502Z] http://10.0.0.4:5000/ [2022-04-20T10:15:59.502Z] Live Restore Enabled: false [2022-04-20T10:15:59.502Z] Product License: Community Engine [2022-04-20T10:15:59.502Z] [2022-04-20T10:15:59.605Z] #21 16.69 Fetched 27.6 MB in 1s (25.7 MB/s) [2022-04-20T10:15:59.605Z] #21 16.75 Selecting previously unselected package pigz. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-20T10:15:59.754Z] #21 17.39 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:15:59.754Z] #21 17.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:15:59.754Z] #21 17.48 Selecting previously unselected package vim-common. [2022-04-20T10:15:59.754Z] #21 17.48 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:15:59.754Z] #21 17.50 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:15:59.754Z] #21 17.64 Selecting previously unselected package bash-completion. [2022-04-20T10:15:59.864Z] #21 16.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 ... 24010 files and directories currently installed.) [2022-04-20T10:15:59.864Z] #21 16.82 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-20T10:15:59.864Z] #21 16.84 Unpacking pigz (2.6-1) ... [2022-04-20T10:15:59.864Z] #21 16.97 Selecting previously unselected package libelf1:amd64. [2022-04-20T10:15:59.864Z] #21 16.98 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-20T10:15:59.864Z] #21 16.99 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-20T10:16:00.011Z] #21 17.64 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-20T10:16:00.123Z] #21 17.13 Selecting previously unselected package libbpf0:amd64. [2022-04-20T10:16:00.123Z] #21 17.13 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-20T10:16:00.123Z] #21 17.14 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-20T10:16:00.123Z] #21 17.26 Selecting previously unselected package libcap2:amd64. [2022-04-20T10:16:00.123Z] #21 17.27 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-20T10:16:00.123Z] #21 17.28 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-20T10:16:00.123Z] #21 17.34 Selecting previously unselected package libmnl0:amd64. [2022-04-20T10:16:00.123Z] #21 17.35 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-20T10:16:00.123Z] #21 17.35 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-20T10:16:00.382Z] #21 17.41 Selecting previously unselected package libxtables12:amd64. [2022-04-20T10:16:00.382Z] #21 17.41 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-20T10:16:00.382Z] #21 17.41 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-20T10:16:00.382Z] #21 17.48 Selecting previously unselected package libcap2-bin. [2022-04-20T10:16:00.382Z] #21 17.48 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-20T10:16:00.382Z] #21 17.49 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-20T10:16:00.382Z] #21 17.55 Selecting previously unselected package iproute2. [2022-04-20T10:16:00.382Z] #21 17.56 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-20T10:16:00.382Z] #21 17.57 Unpacking iproute2 (5.10.0-4) ... [2022-04-20T10:16:00.949Z] #21 17.99 Selecting previously unselected package xxd. [2022-04-20T10:16:00.949Z] #21 18.00 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:16:00.949Z] #21 18.01 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:00.949Z] #21 18.12 Selecting previously unselected package vim-common. [2022-04-20T10:16:00.949Z] #21 18.13 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:16:00.949Z] #21 18.14 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:01.209Z] #21 18.32 Selecting previously unselected package bash-completion. [2022-04-20T10:16:01.209Z] #21 18.32 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-20T10:16:01.906Z] #21 19.35 Unpacking bash-completion (1:2.11-2) ... [2022-04-20T10:16:01.906Z] #21 19.74 Selecting previously unselected package bzip2. [2022-04-20T10:16:02.163Z] #21 19.74 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-04-20T10:16:02.163Z] #21 19.75 Unpacking bzip2 (1.0.8-4) ... [2022-04-20T10:16:02.163Z] #21 19.82 Selecting previously unselected package xz-utils. [2022-04-20T10:16:02.163Z] #21 19.82 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-04-20T10:16:02.163Z] #21 19.84 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-20T10:16:02.163Z] #21 19.99 Selecting previously unselected package apparmor. [2022-04-20T10:16:02.420Z] #21 19.99 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-04-20T10:16:02.420Z] #21 20.06 Unpacking apparmor (2.13.6-10) ... [2022-04-20T10:16:02.677Z] #21 20.48 Selecting previously unselected package inetutils-ping. [2022-04-20T10:16:02.677Z] #21 20.49 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-20T10:16:02.677Z] #21 20.50 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-20T10:16:02.934Z] #21 20.61 Selecting previously unselected package libip4tc2:amd64. [2022-04-20T10:16:02.934Z] #21 20.62 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-20T10:16:02.934Z] #21 20.63 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:02.934Z] #21 20.70 Selecting previously unselected package libip6tc2:amd64. [2022-04-20T10:16:02.934Z] #21 20.70 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-20T10:16:02.934Z] #21 20.71 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:02.934Z] #21 20.78 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-20T10:16:02.934Z] #21 20.78 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-20T10:16:02.934Z] #21 20.80 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-20T10:16:03.113Z] #21 20.01 Unpacking bash-completion (1:2.11-2) ... [2022-04-20T10:16:03.191Z] #21 20.86 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-20T10:16:03.191Z] #21 20.87 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-20T10:16:03.191Z] #21 20.88 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-20T10:16:03.191Z] #21 20.96 Selecting previously unselected package libnftnl11:amd64. [2022-04-20T10:16:03.191Z] #21 20.96 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-20T10:16:03.191Z] #21 20.97 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-20T10:16:03.191Z] #21 21.04 Selecting previously unselected package iptables. [2022-04-20T10:16:03.191Z] #21 21.06 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-04-20T10:16:03.234Z] dccd9e4d14d3: Verifying Checksum [2022-04-20T10:16:03.234Z] dccd9e4d14d3: Download complete [2022-04-20T10:16:03.372Z] #21 20.35 Selecting previously unselected package bzip2. [2022-04-20T10:16:03.372Z] #21 20.37 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-04-20T10:16:03.372Z] #21 20.38 Unpacking bzip2 (1.0.8-4) ... [2022-04-20T10:16:03.372Z] #21 20.45 Selecting previously unselected package xz-utils. [2022-04-20T10:16:03.372Z] #21 20.45 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-04-20T10:16:03.372Z] #21 20.47 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-20T10:16:03.449Z] #21 21.07 Unpacking iptables (1.8.7-1) ... [2022-04-20T10:16:03.449Z] #21 21.32 Selecting previously unselected package libonig5:amd64. [2022-04-20T10:16:03.632Z] #21 20.61 Selecting previously unselected package apparmor. [2022-04-20T10:16:03.632Z] #21 20.61 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-04-20T10:16:03.632Z] #21 20.66 Unpacking apparmor (2.13.6-10) ... [2022-04-20T10:16:03.706Z] #21 21.32 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-20T10:16:03.706Z] #21 21.33 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:16:03.706Z] #21 21.46 Selecting previously unselected package libjq1:amd64. [2022-04-20T10:16:03.706Z] #21 21.47 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-04-20T10:16:03.706Z] #21 21.47 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:16:03.706Z] #21 21.56 Selecting previously unselected package jq. [2022-04-20T10:16:03.891Z] #21 21.05 Selecting previously unselected package inetutils-ping. [2022-04-20T10:16:03.891Z] #21 21.05 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-20T10:16:03.891Z] #21 21.07 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-20T10:16:03.963Z] #21 21.57 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-04-20T10:16:03.963Z] #21 21.57 Unpacking jq (1.6-2.1) ... [2022-04-20T10:16:03.963Z] #21 21.65 Selecting previously unselected package libaio1:amd64. [2022-04-20T10:16:03.963Z] #21 21.66 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-04-20T10:16:03.963Z] #21 21.66 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-20T10:16:03.963Z] #21 21.72 Selecting previously unselected package libgpm2:amd64. [2022-04-20T10:16:03.963Z] #21 21.72 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-04-20T10:16:03.963Z] #21 21.72 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-20T10:16:03.963Z] #21 21.77 Selecting previously unselected package libicu67:amd64. [2022-04-20T10:16:03.963Z] #21 21.79 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-04-20T10:16:03.963Z] #21 21.80 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-20T10:16:04.151Z] #21 21.16 Selecting previously unselected package libip4tc2:amd64. [2022-04-20T10:16:04.151Z] #21 21.16 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-20T10:16:04.151Z] #21 21.17 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:04.151Z] #21 21.25 Selecting previously unselected package libip6tc2:amd64. [2022-04-20T10:16:04.151Z] #21 21.25 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-20T10:16:04.151Z] #21 21.26 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:04.151Z] #21 21.33 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-20T10:16:04.151Z] #21 21.33 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-20T10:16:04.151Z] #21 21.34 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-20T10:16:04.151Z] #21 21.40 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-20T10:16:04.411Z] #21 21.40 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-20T10:16:04.411Z] #21 21.41 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-20T10:16:04.411Z] #21 21.46 Selecting previously unselected package libnftnl11:amd64. [2022-04-20T10:16:04.411Z] #21 21.48 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-20T10:16:04.411Z] #21 21.50 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-20T10:16:04.670Z] #21 21.60 Selecting previously unselected package iptables. [2022-04-20T10:16:04.670Z] #21 21.61 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-04-20T10:16:04.670Z] #21 21.61 Unpacking iptables (1.8.7-1) ... [2022-04-20T10:16:04.929Z] #21 21.87 Selecting previously unselected package libonig5:amd64. [2022-04-20T10:16:04.929Z] #21 21.88 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-20T10:16:04.929Z] #21 21.89 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:16:04.929Z] #21 22.05 Selecting previously unselected package libjq1:amd64. [2022-04-20T10:16:04.929Z] #21 22.05 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-04-20T10:16:04.929Z] #21 22.06 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:16:05.189Z] #21 22.17 Selecting previously unselected package jq. [2022-04-20T10:16:05.189Z] #21 22.18 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-04-20T10:16:05.189Z] #21 22.19 Unpacking jq (1.6-2.1) ... [2022-04-20T10:16:05.189Z] #21 22.27 Selecting previously unselected package libaio1:amd64. [2022-04-20T10:16:05.189Z] #21 22.28 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-04-20T10:16:05.189Z] #21 22.28 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-20T10:16:05.189Z] #21 22.36 Selecting previously unselected package libgpm2:amd64. [2022-04-20T10:16:05.189Z] #21 22.36 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-04-20T10:16:05.448Z] #21 22.38 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-20T10:16:05.448Z] #21 22.44 Selecting previously unselected package libicu67:amd64. [2022-04-20T10:16:05.448Z] #21 22.44 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-04-20T10:16:05.448Z] #21 22.45 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-20T10:16:07.239Z] #21 24.84 Selecting previously unselected package libinih1:amd64. [2022-04-20T10:16:07.240Z] #21 24.85 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-04-20T10:16:07.240Z] #21 24.85 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-20T10:16:07.240Z] #21 24.91 Selecting previously unselected package libnet1:amd64. [2022-04-20T10:16:07.240Z] #21 24.91 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-20T10:16:07.240Z] #21 24.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:16:07.240Z] #21 25.01 Selecting previously unselected package libnl-3-200:amd64. [2022-04-20T10:16:07.240Z] #21 25.01 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-20T10:16:07.240Z] #21 25.02 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:16:07.240Z] #21 25.10 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-20T10:16:07.497Z] #21 25.10 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-20T10:16:07.497Z] #21 25.11 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:16:07.497Z] #21 25.18 Selecting previously unselected package net-tools. [2022-04-20T10:16:07.497Z] #21 25.18 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-20T10:16:07.497Z] #21 25.20 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-20T10:16:07.497Z] #21 25.36 Selecting previously unselected package patch. [2022-04-20T10:16:07.753Z] #21 25.36 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-04-20T10:16:07.753Z] #21 25.37 Unpacking patch (2.7.6-7) ... [2022-04-20T10:16:07.753Z] #21 25.47 Selecting previously unselected package python-pip-whl. [2022-04-20T10:16:07.753Z] #21 25.48 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-20T10:16:07.753Z] #21 25.49 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-20T10:16:08.316Z] #21 25.96 Selecting previously unselected package python3-lib2to3. [2022-04-20T10:16:08.316Z] #21 25.96 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-20T10:16:08.316Z] #21 25.97 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-20T10:16:08.316Z] #21 26.05 Selecting previously unselected package python3-distutils. [2022-04-20T10:16:08.316Z] #21 26.05 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-04-20T10:16:08.316Z] #21 26.06 Unpacking python3-distutils (3.9.2-1) ... [2022-04-20T10:16:08.316Z] #21 26.19 Selecting previously unselected package python3-pkg-resources. [2022-04-20T10:16:08.540Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.355s coverage: 7.2% of statements [2022-04-20T10:16:08.540Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-20T10:16:08.540Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-04-20T10:16:08.540Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-04-20T10:16:08.540Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-20T10:16:08.540Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-04-20T10:16:08.540Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-20T10:16:08.540Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-04-20T10:16:08.573Z] #21 26.20 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-20T10:16:08.573Z] #21 26.21 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:16:08.573Z] #21 26.33 Selecting previously unselected package python3-setuptools. [2022-04-20T10:16:08.573Z] #21 26.33 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-04-20T10:16:08.573Z] #21 26.34 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-20T10:16:08.736Z] #21 25.61 Selecting previously unselected package libinih1:amd64. [2022-04-20T10:16:08.736Z] #21 25.62 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-04-20T10:16:08.736Z] #21 25.63 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-20T10:16:08.736Z] #21 25.69 Selecting previously unselected package libnet1:amd64. [2022-04-20T10:16:08.736Z] #21 25.70 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-20T10:16:08.736Z] #21 25.71 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:16:08.736Z] #21 25.80 Selecting previously unselected package libnl-3-200:amd64. [2022-04-20T10:16:08.736Z] #21 25.80 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-20T10:16:08.736Z] #21 25.81 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:16:08.736Z] #21 25.91 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-20T10:16:08.736Z] #21 25.91 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-20T10:16:08.736Z] #21 25.92 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:16:08.736Z] #21 26.00 Selecting previously unselected package net-tools. [2022-04-20T10:16:08.736Z] #21 26.00 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-20T10:16:08.736Z] #21 26.01 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-20T10:16:08.800Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-04-20T10:16:08.830Z] #21 26.57 Selecting previously unselected package python3-wheel. [2022-04-20T10:16:08.830Z] #21 26.58 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-04-20T10:16:08.830Z] #21 26.59 Unpacking python3-wheel (0.34.2-1) ... [2022-04-20T10:16:08.830Z] #21 26.65 Selecting previously unselected package python3-pip. [2022-04-20T10:16:08.830Z] #21 26.66 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-20T10:16:08.830Z] #21 26.66 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-20T10:16:08.995Z] #21 26.18 Selecting previously unselected package patch. [2022-04-20T10:16:08.995Z] #21 26.18 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-04-20T10:16:08.995Z] #21 26.19 Unpacking patch (2.7.6-7) ... [2022-04-20T10:16:08.995Z] #21 26.28 Selecting previously unselected package python-pip-whl. [2022-04-20T10:16:09.060Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-04-20T10:16:09.254Z] #21 26.28 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-20T10:16:09.254Z] #21 26.30 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-20T10:16:09.320Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-04-20T10:16:09.394Z] #21 26.92 Selecting previously unselected package sudo. [2022-04-20T10:16:09.394Z] #21 26.92 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-04-20T10:16:09.394Z] #21 26.94 Unpacking sudo (1.9.5p2-3) ... [2022-04-20T10:16:09.651Z] #21 27.39 Selecting previously unselected package thin-provisioning-tools. [2022-04-20T10:16:09.651Z] #21 27.39 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-20T10:16:09.651Z] #21 27.40 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-20T10:16:09.822Z] #21 26.82 Selecting previously unselected package python3-lib2to3. [2022-04-20T10:16:09.822Z] #21 26.82 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-20T10:16:09.822Z] #21 26.83 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-20T10:16:09.822Z] #21 26.96 Selecting previously unselected package python3-distutils. [2022-04-20T10:16:09.822Z] #21 26.97 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-04-20T10:16:09.822Z] #21 26.99 Unpacking python3-distutils (3.9.2-1) ... [2022-04-20T10:16:09.908Z] #21 27.58 Selecting previously unselected package uidmap. [2022-04-20T10:16:09.908Z] #21 27.58 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-20T10:16:09.908Z] #21 27.59 Unpacking uidmap (1:4.8.1-1) ... [2022-04-20T10:16:09.908Z] #21 27.73 Selecting previously unselected package vim-runtime. [2022-04-20T10:16:10.081Z] #21 27.12 Selecting previously unselected package python3-pkg-resources. [2022-04-20T10:16:10.081Z] #21 27.12 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-20T10:16:10.081Z] #21 27.13 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:16:10.164Z] #21 27.73 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:16:10.164Z] #21 27.76 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-20T10:16:10.164Z] #21 27.77 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-20T10:16:10.164Z] #21 27.78 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:10.340Z] #21 27.26 Selecting previously unselected package python3-setuptools. [2022-04-20T10:16:10.340Z] #21 27.27 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-04-20T10:16:10.340Z] #21 27.28 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-20T10:16:10.599Z] #21 27.57 Selecting previously unselected package python3-wheel. [2022-04-20T10:16:10.599Z] #21 27.57 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-04-20T10:16:10.599Z] #21 27.58 Unpacking python3-wheel (0.34.2-1) ... [2022-04-20T10:16:10.599Z] #21 27.65 Selecting previously unselected package python3-pip. [2022-04-20T10:16:10.599Z] #21 27.65 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-20T10:16:10.599Z] #21 27.66 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-20T10:16:10.858Z] #21 27.90 Selecting previously unselected package sudo. [2022-04-20T10:16:10.858Z] #21 27.90 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-04-20T10:16:10.858Z] #21 27.91 Unpacking sudo (1.9.5p2-3) ... [2022-04-20T10:16:11.425Z] #21 28.40 Selecting previously unselected package thin-provisioning-tools. [2022-04-20T10:16:11.425Z] #21 28.42 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-20T10:16:11.425Z] #21 28.42 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-20T10:16:11.425Z] #21 28.64 Selecting previously unselected package uidmap. [2022-04-20T10:16:11.425Z] #21 28.65 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-20T10:16:11.425Z] #21 28.65 Unpacking uidmap (1:4.8.1-1) ... [2022-04-20T10:16:11.942Z] #21 28.87 Selecting previously unselected package vim-runtime. [2022-04-20T10:16:11.942Z] #21 28.87 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-20T10:16:11.942Z] #21 28.90 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-20T10:16:11.942Z] #21 28.94 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-20T10:16:11.942Z] #21 28.94 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:11.956Z] INFO [linters context/goanalysis] analyzers took 7m1.928928657s with top 10 stages: buildir: 1m47.204291346s, goimports: 15.675960749s, gosec: 12.822990368s, unconvert: 11.420444799s, directives: 7.901416752s, inspect: 6.959294339s, golint: 6.921065841s, fact_deprecated: 6.644886125s, misspell: 6.143036568s, printf: 6.061462313s [2022-04-20T10:16:11.956Z] INFO [runner] Issues before processing: 3056, after processing: 0 [2022-04-20T10:16:11.956Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2440/2440, skip_dirs: 2440/2440, exclude: 2055/2055, cgo: 2440/3056, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, exclude-rules: 78/2055, nolint: 0/78, skip_files: 2440/2440, path_prettifier: 2440/2440 [2022-04-20T10:16:11.956Z] INFO [runner] processing took 79.719439ms with stages: nolint: 31.227605ms, identifier_marker: 21.574456ms, path_prettifier: 8.774472ms, autogenerated_exclude: 8.214341ms, exclude-rules: 7.768175ms, skip_dirs: 1.762173ms, cgo: 247.308µs, filename_unadjuster: 145.231µs, max_same_issues: 1.367µs, exclude: 602ns, uniq_by_line: 546ns, skip_files: 541ns, source_code: 507ns, max_from_linter: 504ns, path_shortener: 311ns, sort_results: 297ns, max_per_file_from_linter: 286ns, diff: 282ns, severity-rules: 239ns, path_prefixer: 196ns [2022-04-20T10:16:11.956Z] INFO [runner] linters took 27.886648612s with stages: goanalysis_metalinter: 27.8067986s [2022-04-20T10:16:11.956Z] INFO File cache stats: 1666 entries of total size 8.5MiB [2022-04-20T10:16:11.956Z] INFO Memory: 741 samples, avg is 336.9MB, max is 1226.0MB [2022-04-20T10:16:11.956Z] INFO Execution took 1m15.338944692s [2022-04-20T10:16:11.956Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-04-20T10:16:12.282Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0bcdfd6509af3af461190eca74a72c4faa8aaa19 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 hack/make.sh dynbinary test-docker-py [2022-04-20T10:16:12.540Z] [2022-04-20T10:16:12.540Z] Removing bundles/ [2022-04-20T10:16:12.540Z] [2022-04-20T10:16:12.540Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-20T10:16:12.801Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:16:12.801Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:16:13.439Z] #21 30.90 Selecting previously unselected package vim. [2022-04-20T10:16:13.439Z] #21 30.90 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:16:13.439Z] #21 30.92 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:13.696Z] #21 31.42 Selecting previously unselected package xfsprogs. [2022-04-20T10:16:13.696Z] #21 31.42 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-20T10:16:13.696Z] #21 31.43 Unpacking xfsprogs (5.10.0-4) ... [2022-04-20T10:16:14.268Z] #21 31.85 Selecting previously unselected package zip. [2022-04-20T10:16:14.268Z] #21 31.85 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-04-20T10:16:14.268Z] #21 31.86 Unpacking zip (3.0-12) ... [2022-04-20T10:16:14.268Z] #21 31.98 Selecting previously unselected package zstd. [2022-04-20T10:16:14.268Z] #21 31.98 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-20T10:16:14.268Z] #21 31.99 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-20T10:16:14.526Z] #21 32.31 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:16:14.873Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-20T10:16:14.873Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-14845db2\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-20T10:16:14.873Z] ---------------------------------------------------------------------------- [2022-04-20T10:16:14.873Z] [2022-04-20T10:16:14.873Z] INFO: executeCI.ps1 starting at Wed Apr 20 10:16:14 CUT 2022 [2022-04-20T10:16:14.873Z] [2022-04-20T10:16:14.873Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-20T10:16:14.873Z] INFO: Running git version 2.24.1.windows.2 [2022-04-20T10:16:15.282Z] #21 32.19 Selecting previously unselected package vim. [2022-04-20T10:16:15.282Z] #21 32.21 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-20T10:16:15.282Z] #21 32.22 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:15.335Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-04-20T10:16:15.335Z] INFO: Environment variables: [2022-04-20T10:16:15.335Z] [2022-04-20T10:16:15.335Z] Name Value [2022-04-20T10:16:15.335Z] ---- ----- [2022-04-20T10:16:15.335Z] ALLUSERSPROFILE C:\ProgramData [2022-04-20T10:16:15.335Z] amd64 true [2022-04-20T10:16:15.335Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-20T10:16:15.335Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-20T10:16:15.335Z] arm64 true [2022-04-20T10:16:15.335Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-20T10:16:15.335Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-20T10:16:15.335Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-20T10:16:15.335Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-20T10:16:15.335Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-20T10:16:15.335Z] BRANCH_NAME PR-43501 [2022-04-20T10:16:15.335Z] BUILD_DISPLAY_NAME #3 [2022-04-20T10:16:15.335Z] BUILD_ID 3 [2022-04-20T10:16:15.335Z] BUILD_NUMBER 3 [2022-04-20T10:16:15.335Z] BUILD_TAG jenkins-moby-PR-43501-3 [2022-04-20T10:16:15.335Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/ [2022-04-20T10:16:15.335Z] cgroup2 true [2022-04-20T10:16:15.335Z] CHANGE_AUTHOR thaJeztah [2022-04-20T10:16:15.335Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-20T10:16:15.335Z] CHANGE_BRANCH document_imagesummary [2022-04-20T10:16:15.335Z] CHANGE_FORK thaJeztah/docker [2022-04-20T10:16:15.335Z] CHANGE_ID 43501 [2022-04-20T10:16:15.335Z] CHANGE_TARGET master [2022-04-20T10:16:15.335Z] CHANGE_TITLE api: swagger: document ImageSummary fields [2022-04-20T10:16:15.335Z] CHANGE_URL https://github.com/moby/moby/pull/43501 [2022-04-20T10:16:15.335Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:16:15.335Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-20T10:16:15.335Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-20T10:16:15.335Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-20T10:16:15.335Z] COMPUTERNAME azwin-2-b9c300 [2022-04-20T10:16:15.335Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-20T10:16:15.335Z] ConfigSequenceNumber 0 [2022-04-20T10:16:15.335Z] dco true [2022-04-20T10:16:15.335Z] DOCKER_BUILDKIT 0 [2022-04-20T10:16:15.335Z] DOCKER_DUT_DEBUG 1 [2022-04-20T10:16:15.335Z] DOCKER_EXPERIMENTAL 1 [2022-04-20T10:16:15.335Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-20T10:16:15.335Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-04-20T10:16:15.335Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-20T10:16:15.335Z] EXECUTOR_NUMBER 0 [2022-04-20T10:16:15.335Z] FQDN azwin-2-b9c300.westus.cloudapp.azure.com [2022-04-20T10:16:15.335Z] GIT_BRANCH PR-43501 [2022-04-20T10:16:15.335Z] GIT_COMMIT 95c8fa20bb56346d5cfd355b9e7defa216f557a8 [2022-04-20T10:16:15.335Z] GIT_PREVIOUS_COMMIT 8ec511d341beb0cb6ac8f46a930283351ff49389 [2022-04-20T10:16:15.335Z] GIT_URL https://github.com/moby/moby.git [2022-04-20T10:16:15.335Z] HUDSON_COOKIE c9ccf33b-2591-4fac-8a77-5ea33e11475f [2022-04-20T10:16:15.335Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-20T10:16:15.335Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-20T10:16:15.335Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-20T10:16:15.335Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-20T10:16:15.335Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-20T10:16:15.335Z] JENKINS_NODE_COOKIE 23f72a16-5bce-448a-8d5f-dcd0e633d049 [2022-04-20T10:16:15.335Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-20T10:16:15.335Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-20T10:16:15.335Z] JOB_BASE_NAME PR-43501 [2022-04-20T10:16:15.335Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/display/redirect [2022-04-20T10:16:15.335Z] JOB_NAME moby/PR-43501 [2022-04-20T10:16:15.335Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/ [2022-04-20T10:16:15.335Z] library.jps.version master [2022-04-20T10:16:15.335Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-20T10:16:15.335Z] NODE_LABELS amd64 azure azwin-2-b9c300 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-04-20T10:16:15.335Z] NODE_NAME azwin-2-b9c300 [2022-04-20T10:16:15.335Z] NUMBER_OF_PROCESSORS 4 [2022-04-20T10:16:15.335Z] OS Windows_NT [2022-04-20T10:16:15.335Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-20T10:16:15.335Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-20T10:16:15.335Z] ppc64le false [2022-04-20T10:16:15.335Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-20T10:16:15.335Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-04-20T10:16:15.335Z] PROCESSOR_LEVEL 6 [2022-04-20T10:16:15.335Z] PROCESSOR_REVISION 4f01 [2022-04-20T10:16:15.335Z] ProgramData C:\ProgramData [2022-04-20T10:16:15.335Z] ProgramFiles C:\Program Files [2022-04-20T10:16:15.335Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-20T10:16:15.335Z] ProgramW6432 C:\Program Files [2022-04-20T10:16:15.335Z] PROMPT $P$G [2022-04-20T10:16:15.335Z] PSExecutionPolicyPreference Bypass [2022-04-20T10:16:15.335Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-20T10:16:15.335Z] PUBLIC C:\Users\Public [2022-04-20T10:16:15.335Z] rootless true [2022-04-20T10:16:15.335Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=artif... [2022-04-20T10:16:15.335Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=changes [2022-04-20T10:16:15.335Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect [2022-04-20T10:16:15.335Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=tests [2022-04-20T10:16:15.335Z] s390x false [2022-04-20T10:16:15.335Z] SKIP_VALIDATION_TESTS 1 [2022-04-20T10:16:15.335Z] SOURCES_DRIVE d [2022-04-20T10:16:15.335Z] SOURCES_SUBDIR gopath [2022-04-20T10:16:15.335Z] STAGE_NAME Run tests [2022-04-20T10:16:15.335Z] SystemDrive C: [2022-04-20T10:16:15.335Z] SystemRoot C:\Windows [2022-04-20T10:16:15.335Z] TEMP C:\Windows\TEMP [2022-04-20T10:16:15.336Z] TESTDEBUG 0 [2022-04-20T10:16:15.336Z] TESTRUN_DRIVE d [2022-04-20T10:16:15.336Z] TESTRUN_SUBDIR CI [2022-04-20T10:16:15.336Z] TIMEOUT 120m [2022-04-20T10:16:15.336Z] TMP C:\Windows\TEMP [2022-04-20T10:16:15.336Z] unit_validate true [2022-04-20T10:16:15.336Z] USERDOMAIN WORKGROUP [2022-04-20T10:16:15.336Z] USERNAME azwin-2-b9c300$ [2022-04-20T10:16:15.336Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-20T10:16:15.336Z] validate_force false [2022-04-20T10:16:15.336Z] windir C:\Windows [2022-04-20T10:16:15.336Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-20T10:16:15.336Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-04-20T10:16:15.336Z] windows2022 true [2022-04-20T10:16:15.336Z] windows2022containerd true [2022-04-20T10:16:15.336Z] windowsRS5 true [2022-04-20T10:16:15.336Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-20T10:16:15.336Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-20T10:16:15.336Z] [2022-04-20T10:16:15.336Z] [2022-04-20T10:16:15.336Z] [2022-04-20T10:16:15.458Z] #21 33.22 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:15.458Z] #21 33.23 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-20T10:16:15.458Z] #21 33.24 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-20T10:16:15.458Z] #21 33.26 Setting up libicu67:amd64 (67.1-7) ... [2022-04-20T10:16:15.458Z] #21 33.27 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:15.458Z] #21 33.30 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-20T10:16:15.458Z] #21 33.32 Setting up uidmap (1:4.8.1-1) ... [2022-04-20T10:16:15.458Z] #21 33.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:16:15.458Z] #21 33.34 Setting up bzip2 (1.0.8-4) ... [2022-04-20T10:16:15.458Z] #21 33.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:16:15.458Z] #21 33.36 Setting up python3-wheel (0.34.2-1) ... [2022-04-20T10:16:15.801Z] #21 32.78 Selecting previously unselected package xfsprogs. [2022-04-20T10:16:15.801Z] #21 32.78 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-20T10:16:15.801Z] #21 32.80 Unpacking xfsprogs (5.10.0-4) ... [2022-04-20T10:16:16.369Z] #21 33.24 Selecting previously unselected package zip. [2022-04-20T10:16:16.369Z] #21 33.26 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-04-20T10:16:16.369Z] #21 33.26 Unpacking zip (3.0-12) ... [2022-04-20T10:16:16.369Z] #21 33.38 Selecting previously unselected package zstd. [2022-04-20T10:16:16.369Z] #21 33.38 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-20T10:16:16.369Z] #21 33.39 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-20T10:16:16.388Z] #21 34.11 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:16.388Z] #21 34.14 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-20T10:16:16.388Z] #21 34.15 Setting up libcap2-bin (1:2.44-1) ... [2022-04-20T10:16:16.388Z] #21 34.18 Setting up apparmor (2.13.6-10) ... [2022-04-20T10:16:16.629Z] #21 33.71 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-20T10:16:17.507Z] INFO: Sources under d:\gopath\... [2022-04-20T10:16:17.507Z] INFO: Test run under d:\CI\... [2022-04-20T10:16:17.507Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-20T10:16:17.507Z] INFO: docker/docker repository was found [2022-04-20T10:16:17.507Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-04-20T10:16:17.566Z] #21 34.62 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:17.566Z] #21 34.64 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-20T10:16:17.567Z] #21 34.68 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-20T10:16:17.567Z] #21 34.70 Setting up libicu67:amd64 (67.1-7) ... [2022-04-20T10:16:17.567Z] #21 34.72 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-20T10:16:17.567Z] #21 34.75 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-20T10:16:17.567Z] #21 34.77 Setting up uidmap (1:4.8.1-1) ... [2022-04-20T10:16:17.827Z] #21 34.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-20T10:16:17.827Z] #21 34.84 Setting up bzip2 (1.0.8-4) ... [2022-04-20T10:16:17.827Z] #21 34.85 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-20T10:16:17.827Z] #21 34.88 Setting up python3-wheel (0.34.2-1) ... [2022-04-20T10:16:17.965Z] ltsc2022: Pulling from windows/servercore [2022-04-20T10:16:18.283Z] #21 35.71 Setting up zip (3.0-12) ... [2022-04-20T10:16:18.283Z] #21 35.73 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:18.283Z] #21 35.75 Setting up bash-completion (1:2.11-2) ... [2022-04-20T10:16:18.395Z] #21 35.43 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:18.395Z] #21 35.44 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-20T10:16:18.395Z] #21 35.45 Setting up libcap2-bin (1:2.44-1) ... [2022-04-20T10:16:18.395Z] #21 35.48 Setting up apparmor (2.13.6-10) ... [2022-04-20T10:16:18.437Z] 8f616e6e9eec: Pulling fs layer [2022-04-20T10:16:18.437Z] dccd9e4d14d3: Pulling fs layer [2022-04-20T10:16:19.772Z] #21 36.97 Setting up zip (3.0-12) ... [2022-04-20T10:16:19.772Z] #21 36.98 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:20.031Z] #21 37.02 Setting up bash-completion (1:2.11-2) ... [2022-04-20T10:16:20.177Z] #21 37.70 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-20T10:16:20.177Z] #21 37.74 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-20T10:16:20.177Z] #21 37.75 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-20T10:16:20.177Z] #21 37.77 Setting up patch (2.7.6-7) ... [2022-04-20T10:16:20.177Z] #21 37.78 Setting up sudo (1.9.5p2-3) ... [2022-04-20T10:16:20.177Z] #21 37.89 invoke-rc.d: could not determine current runlevel [2022-04-20T10:16:20.177Z] #21 37.90 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-20T10:16:20.177Z] #21 37.92 Setting up xfsprogs (5.10.0-4) ... [2022-04-20T10:16:20.177Z] #21 37.94 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-20T10:16:20.177Z] #21 37.96 Setting up inetutils-ping (2:2.0-1) ... [2022-04-20T10:16:20.177Z] #21 37.97 Setting up pigz (2.6-1) ... [2022-04-20T10:16:20.434Z] #21 37.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-20T10:16:20.434Z] #21 38.01 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:16:20.434Z] #21 38.03 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-20T10:16:20.434Z] #21 38.04 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:20.998Z] #21 38.72 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-20T10:16:20.998Z] #21 38.74 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-20T10:16:21.512Z] #21 39.13 Setting up libelf1:amd64 (0.183-1) ... [2022-04-20T10:16:21.512Z] #21 39.20 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-20T10:16:21.512Z] #21 39.21 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:16:21.512Z] #21 39.23 Setting up python3-distutils (3.9.2-1) ... [2022-04-20T10:16:21.555Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-04-20T10:16:21.934Z] #21 38.77 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-20T10:16:21.935Z] #21 38.79 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-20T10:16:21.935Z] #21 38.80 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-20T10:16:21.935Z] #21 38.81 Setting up patch (2.7.6-7) ... [2022-04-20T10:16:21.935Z] #21 38.83 Setting up sudo (1.9.5p2-3) ... [2022-04-20T10:16:21.935Z] #21 38.95 invoke-rc.d: could not determine current runlevel [2022-04-20T10:16:21.935Z] #21 38.96 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-20T10:16:21.935Z] #21 38.97 Setting up xfsprogs (5.10.0-4) ... [2022-04-20T10:16:21.935Z] #21 38.99 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-20T10:16:21.935Z] #21 39.01 Setting up inetutils-ping (2:2.0-1) ... [2022-04-20T10:16:21.935Z] #21 39.02 Setting up pigz (2.6-1) ... [2022-04-20T10:16:21.935Z] #21 39.03 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-20T10:16:21.935Z] #21 39.05 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-20T10:16:21.935Z] #21 39.08 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-20T10:16:21.935Z] #21 39.10 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:22.075Z] #21 39.70 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:22.075Z] #21 39.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-20T10:16:22.075Z] #21 39.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-20T10:16:22.075Z] #21 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-20T10:16:22.075Z] #21 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-20T10:16:22.075Z] #21 39.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-20T10:16:22.075Z] #21 39.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-20T10:16:22.075Z] #21 39.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-20T10:16:22.075Z] #21 39.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-20T10:16:22.075Z] #21 39.77 Setting up python3-setuptools (52.0.0-4) ... [2022-04-20T10:16:22.758Z] #21 39.78 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-20T10:16:22.758Z] #21 39.79 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-20T10:16:23.016Z] #21 40.19 Setting up libelf1:amd64 (0.183-1) ... [2022-04-20T10:16:23.016Z] #21 40.27 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-20T10:16:23.016Z] #21 40.29 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-20T10:16:23.274Z] #21 40.30 Setting up python3-distutils (3.9.2-1) ... [2022-04-20T10:16:23.444Z] #21 41.10 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:16:23.444Z] #21 41.12 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-20T10:16:23.444Z] #21 41.13 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-20T10:16:23.444Z] #21 41.15 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-20T10:16:23.532Z] #21 40.69 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-20T10:16:23.532Z] #21 40.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-20T10:16:23.532Z] #21 40.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-20T10:16:23.790Z] #21 40.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-20T10:16:23.790Z] #21 40.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-20T10:16:23.790Z] #21 40.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-20T10:16:23.790Z] #21 40.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-20T10:16:23.790Z] #21 40.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-20T10:16:23.790Z] #21 40.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-20T10:16:23.790Z] #21 40.76 Setting up python3-setuptools (52.0.0-4) ... [2022-04-20T10:16:24.814Z] #21 42.37 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-20T10:16:24.814Z] #21 42.38 Setting up jq (1.6-2.1) ... [2022-04-20T10:16:24.814Z] #21 42.39 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-20T10:16:24.814Z] #21 42.41 Setting up iptables (1.8.7-1) ... [2022-04-20T10:16:24.814Z] #21 42.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-20T10:16:24.814Z] #21 42.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-20T10:16:24.814Z] #21 42.44 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-20T10:16:24.814Z] #21 42.45 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-20T10:16:24.814Z] #21 42.48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-20T10:16:24.814Z] #21 42.48 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-20T10:16:24.814Z] #21 42.49 Setting up iproute2 (5.10.0-4) ... [2022-04-20T10:16:25.073Z] #21 42.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:16:25.162Z] #21 42.15 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-20T10:16:25.162Z] #21 42.17 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-20T10:16:25.162Z] #21 42.18 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-20T10:16:25.162Z] #21 42.20 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-20T10:16:25.557Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-20T10:16:25.557Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-50a17e78\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-20T10:16:25.557Z] ---------------------------------------------------------------------------- [2022-04-20T10:16:25.557Z] [2022-04-20T10:16:25.557Z] INFO: executeCI.ps1 starting at Wed Apr 20 10:16:25 CUT 2022 [2022-04-20T10:16:25.557Z] [2022-04-20T10:16:25.557Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-20T10:16:26.028Z] INFO: Running git version 2.24.1.windows.2 [2022-04-20T10:16:26.028Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-04-20T10:16:26.028Z] INFO: Environment variables: [2022-04-20T10:16:26.096Z] #21 43.34 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-20T10:16:26.355Z] #21 43.35 Setting up jq (1.6-2.1) ... [2022-04-20T10:16:26.355Z] #21 43.37 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-20T10:16:26.355Z] #21 43.38 Setting up iptables (1.8.7-1) ... [2022-04-20T10:16:26.355Z] #21 43.40 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-20T10:16:26.355Z] #21 43.40 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-20T10:16:26.355Z] #21 43.41 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-20T10:16:26.355Z] #21 43.42 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-20T10:16:26.355Z] #21 43.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-20T10:16:26.355Z] #21 43.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-20T10:16:26.355Z] #21 43.45 Setting up iproute2 (5.10.0-4) ... [2022-04-20T10:16:26.446Z] #21 DONE 44.1s [2022-04-20T10:16:26.446Z] [2022-04-20T10:16:26.446Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-04-20T10:16:26.446Z] #22 sha256:7bb7714b9e1cfe9480431e0255c8eb009e8d5589b0295f7bd119fee3c8f0fb64 [2022-04-20T10:16:26.498Z] [2022-04-20T10:16:26.498Z] Name Value [2022-04-20T10:16:26.498Z] ---- ----- [2022-04-20T10:16:26.498Z] ALLUSERSPROFILE C:\ProgramData [2022-04-20T10:16:26.498Z] amd64 true [2022-04-20T10:16:26.498Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-20T10:16:26.498Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-20T10:16:26.498Z] arm64 true [2022-04-20T10:16:26.498Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-20T10:16:26.498Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-20T10:16:26.498Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-20T10:16:26.498Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-20T10:16:26.498Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-20T10:16:26.498Z] BRANCH_NAME PR-43501 [2022-04-20T10:16:26.498Z] BUILD_DISPLAY_NAME #3 [2022-04-20T10:16:26.498Z] BUILD_ID 3 [2022-04-20T10:16:26.498Z] BUILD_NUMBER 3 [2022-04-20T10:16:26.498Z] BUILD_TAG jenkins-moby-PR-43501-3 [2022-04-20T10:16:26.498Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/ [2022-04-20T10:16:26.498Z] cgroup2 true [2022-04-20T10:16:26.498Z] CHANGE_AUTHOR thaJeztah [2022-04-20T10:16:26.498Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-20T10:16:26.498Z] CHANGE_BRANCH document_imagesummary [2022-04-20T10:16:26.498Z] CHANGE_FORK thaJeztah/docker [2022-04-20T10:16:26.498Z] CHANGE_ID 43501 [2022-04-20T10:16:26.498Z] CHANGE_TARGET master [2022-04-20T10:16:26.498Z] CHANGE_TITLE api: swagger: document ImageSummary fields [2022-04-20T10:16:26.498Z] CHANGE_URL https://github.com/moby/moby/pull/43501 [2022-04-20T10:16:26.498Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-20T10:16:26.498Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-20T10:16:26.498Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-20T10:16:26.498Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-20T10:16:26.498Z] COMPUTERNAME azwin-2-9bd570 [2022-04-20T10:16:26.498Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-20T10:16:26.498Z] ConfigSequenceNumber 0 [2022-04-20T10:16:26.498Z] dco true [2022-04-20T10:16:26.498Z] DOCKER_BUILDKIT 0 [2022-04-20T10:16:26.498Z] DOCKER_DUT_DEBUG 1 [2022-04-20T10:16:26.498Z] DOCKER_EXPERIMENTAL 1 [2022-04-20T10:16:26.498Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-20T10:16:26.498Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-20T10:16:26.498Z] EXECUTOR_NUMBER 0 [2022-04-20T10:16:26.498Z] FQDN azwin-2-9bd570.westus.cloudapp.azure.com [2022-04-20T10:16:26.498Z] GIT_BRANCH PR-43501 [2022-04-20T10:16:26.498Z] GIT_COMMIT 6fa577d597364255091911c788ba55453a51660b [2022-04-20T10:16:26.498Z] GIT_PREVIOUS_COMMIT 8ec511d341beb0cb6ac8f46a930283351ff49389 [2022-04-20T10:16:26.498Z] GIT_URL https://github.com/moby/moby.git [2022-04-20T10:16:26.498Z] HUDSON_COOKIE dbe3d71d-6ee5-492d-8949-a13c76c6d9a8 [2022-04-20T10:16:26.498Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-20T10:16:26.498Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-20T10:16:26.498Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-20T10:16:26.498Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-20T10:16:26.498Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-20T10:16:26.498Z] JENKINS_NODE_COOKIE b2bec243-c1c3-4915-88c3-1fd70b452e64 [2022-04-20T10:16:26.498Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-20T10:16:26.498Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-20T10:16:26.498Z] JOB_BASE_NAME PR-43501 [2022-04-20T10:16:26.498Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/display/redirect [2022-04-20T10:16:26.498Z] JOB_NAME moby/PR-43501 [2022-04-20T10:16:26.498Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/ [2022-04-20T10:16:26.498Z] library.jps.version master [2022-04-20T10:16:26.498Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-20T10:16:26.498Z] NODE_LABELS amd64 azure azwin-2-9bd570 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-04-20T10:16:26.498Z] NODE_NAME azwin-2-9bd570 [2022-04-20T10:16:26.498Z] NUMBER_OF_PROCESSORS 4 [2022-04-20T10:16:26.498Z] OS Windows_NT [2022-04-20T10:16:26.498Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-20T10:16:26.498Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-20T10:16:26.498Z] ppc64le false [2022-04-20T10:16:26.498Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-20T10:16:26.498Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-04-20T10:16:26.498Z] PROCESSOR_LEVEL 6 [2022-04-20T10:16:26.498Z] PROCESSOR_REVISION 4f01 [2022-04-20T10:16:26.498Z] ProgramData C:\ProgramData [2022-04-20T10:16:26.498Z] ProgramFiles C:\Program Files [2022-04-20T10:16:26.498Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-20T10:16:26.498Z] ProgramW6432 C:\Program Files [2022-04-20T10:16:26.498Z] PROMPT $P$G [2022-04-20T10:16:26.498Z] PSExecutionPolicyPreference Bypass [2022-04-20T10:16:26.498Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-20T10:16:26.498Z] PUBLIC C:\Users\Public [2022-04-20T10:16:26.498Z] rootless true [2022-04-20T10:16:26.498Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=artif... [2022-04-20T10:16:26.498Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=changes [2022-04-20T10:16:26.498Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect [2022-04-20T10:16:26.499Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43501/3/display/redirect?page=tests [2022-04-20T10:16:26.499Z] s390x false [2022-04-20T10:16:26.499Z] SKIP_VALIDATION_TESTS 1 [2022-04-20T10:16:26.499Z] SOURCES_DRIVE d [2022-04-20T10:16:26.499Z] SOURCES_SUBDIR gopath [2022-04-20T10:16:26.499Z] STAGE_NAME Run tests [2022-04-20T10:16:26.499Z] SystemDrive C: [2022-04-20T10:16:26.499Z] SystemRoot C:\Windows [2022-04-20T10:16:26.499Z] TEMP C:\Windows\TEMP [2022-04-20T10:16:26.499Z] TESTDEBUG 0 [2022-04-20T10:16:26.499Z] TESTRUN_DRIVE d [2022-04-20T10:16:26.499Z] TESTRUN_SUBDIR CI [2022-04-20T10:16:26.499Z] TIMEOUT 120m [2022-04-20T10:16:26.499Z] TMP C:\Windows\TEMP [2022-04-20T10:16:26.499Z] unit_validate true [2022-04-20T10:16:26.499Z] USERDOMAIN WORKGROUP [2022-04-20T10:16:26.499Z] USERNAME azwin-2-9bd570$ [2022-04-20T10:16:26.499Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-20T10:16:26.499Z] validate_force false [2022-04-20T10:16:26.499Z] windir C:\Windows [2022-04-20T10:16:26.499Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-20T10:16:26.499Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-04-20T10:16:26.499Z] windows2022 true [2022-04-20T10:16:26.499Z] windows2022containerd true [2022-04-20T10:16:26.499Z] windowsRS5 true [2022-04-20T10:16:26.499Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-20T10:16:26.499Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-20T10:16:26.499Z] [2022-04-20T10:16:26.499Z] [2022-04-20T10:16:26.499Z] [2022-04-20T10:16:26.613Z] #21 43.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-20T10:16:27.381Z] #22 0.856 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-20T10:16:27.381Z] #22 0.860 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-20T10:16:27.381Z] #22 0.864 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-20T10:16:27.381Z] #22 DONE 1.0s [2022-04-20T10:16:27.381Z] [2022-04-20T10:16:27.381Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-20T10:16:27.381Z] #23 sha256:befcb33ff2c19b714ddd5d2f790d55ad59013be981a88919123195ceffa7333a [2022-04-20T10:16:27.988Z] #21 DONE 45.0s [2022-04-20T10:16:27.988Z] [2022-04-20T10:16:27.988Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-04-20T10:16:27.988Z] #22 sha256:7bb7714b9e1cfe9480431e0255c8eb009e8d5589b0295f7bd119fee3c8f0fb64 [2022-04-20T10:16:28.725Z] INFO: Sources under d:\gopath\... [2022-04-20T10:16:28.725Z] INFO: Test run under d:\CI\... [2022-04-20T10:16:28.725Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-20T10:16:28.725Z] INFO: docker/docker repository was found [2022-04-20T10:16:28.725Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-04-20T10:16:28.816Z] #22 0.849 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-20T10:16:28.816Z] #22 0.853 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-20T10:16:28.816Z] #22 0.857 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-20T10:16:29.075Z] #22 DONE 1.0s [2022-04-20T10:16:29.075Z] [2022-04-20T10:16:29.075Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-20T10:16:29.075Z] #23 sha256:befcb33ff2c19b714ddd5d2f790d55ad59013be981a88919123195ceffa7333a [2022-04-20T10:16:29.197Z] ltsc2019: Pulling from windows/servercore [2022-04-20T10:16:29.197Z] 4612f6d0b889: Pulling fs layer [2022-04-20T10:16:29.197Z] ba8181afd426: Pulling fs layer [2022-04-20T10:16:33.493Z] --- PASS: TestBuildWithHugeFile (48.33s) [2022-04-20T10:16:33.493Z] === RUN TestBuildWCOWSandboxSize [2022-04-20T10:16:33.493Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:16:33.493Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:16:33.493Z] === RUN TestBuildWithEmptyDockerfile [2022-04-20T10:16:33.493Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:16:33.493Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:16:33.493Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:16:33.493Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:16:33.493Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:16:33.493Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:16:33.493Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:16:33.493Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:16:33.493Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:16:33.493Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-04-20T10:16:33.493Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-04-20T10:16:33.493Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-04-20T10:16:33.493Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-20T10:16:33.493Z] === RUN TestBuildPreserveOwnership [2022-04-20T10:16:33.493Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-20T10:16:33.493Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-20T10:16:33.493Z] --- PASS: TestBuildPreserveOwnership (3.54s) [2022-04-20T10:16:33.493Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.46s) [2022-04-20T10:16:33.493Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.07s) [2022-04-20T10:16:33.493Z] === RUN TestBuildPlatformInvalid [2022-04-20T10:16:33.493Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-04-20T10:16:33.493Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-20T10:16:33.493Z] Loaded image: busybox:latest [2022-04-20T10:16:33.493Z] Loaded image: busybox:glibc [2022-04-20T10:16:33.493Z] Loaded image: debian:bullseye-slim [2022-04-20T10:16:33.493Z] Loaded image: hello-world:latest [2022-04-20T10:16:33.493Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:16:37.338Z] #23 9.132 Collecting yamllint==1.26.1 [2022-04-20T10:16:37.596Z] #23 10.20 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-20T10:16:38.528Z] #23 11.36 Collecting pathspec>=0.5.3 [2022-04-20T10:16:38.785Z] #23 11.38 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-20T10:16:39.043Z] #23 11.76 Collecting pyyaml [2022-04-20T10:16:39.043Z] #23 11.77 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-04-20T10:16:39.043Z] #23 11.84 Building wheels for collected packages: yamllint [2022-04-20T10:16:39.043Z] #23 11.84 Building wheel for yamllint (setup.py): started [2022-04-20T10:16:39.046Z] #23 8.995 Collecting yamllint==1.26.1 [2022-04-20T10:16:39.046Z] #23 10.05 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/ipam 16.668s coverage: 85.3% of statements [2022-04-20T10:16:39.666Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-20T10:16:39.666Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-04-20T10:16:39.666Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/ipamutils 0.288s coverage: 74.0% of statements [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/iptables 0.170s coverage: 45.1% of statements [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-04-20T10:16:39.666Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2022-04-20T10:16:39.975Z] #23 12.81 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-20T10:16:39.982Z] #23 11.19 Collecting pathspec>=0.5.3 [2022-04-20T10:16:39.982Z] #23 11.20 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-20T10:16:40.059Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.52s) [2022-04-20T10:16:40.059Z] PASS [2022-04-20T10:16:40.059Z] [2022-04-20T10:16:40.059Z] === Skipped [2022-04-20T10:16:40.059Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-20T10:16:40.059Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:16:40.059Z] [2022-04-20T10:16:40.059Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:16:40.059Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:16:40.059Z] [2022-04-20T10:16:40.059Z] DONE 34 tests, 2 skipped in 84.300s [2022-04-20T10:16:40.059Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-20T10:16:40.059Z] INFO: Testing against a local daemon [2022-04-20T10:16:40.059Z] === RUN TestConfigInspect [2022-04-20T10:16:40.232Z] #23 12.81 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=9fea9286b8d56dc9ab8750e985ef29e307a187f5c52b10c0bb9c097a433a54b2 [2022-04-20T10:16:40.232Z] #23 12.81 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-20T10:16:40.232Z] #23 12.82 Successfully built yamllint [2022-04-20T10:16:40.232Z] #23 12.84 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-20T10:16:40.239Z] #23 11.54 Collecting pyyaml [2022-04-20T10:16:40.489Z] #23 13.19 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-20T10:16:40.497Z] #23 11.55 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-04-20T10:16:40.497Z] #23 11.62 Building wheels for collected packages: yamllint [2022-04-20T10:16:40.497Z] #23 11.62 Building wheel for yamllint (setup.py): started [2022-04-20T10:16:41.055Z] #23 DONE 13.7s [2022-04-20T10:16:41.055Z] [2022-04-20T10:16:41.055Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-20T10:16:41.055Z] #27 sha256:a6b8a3a3f1578cea48d0e4f523b3963c18a6902c01a3dd2a69f9004800a35463 [2022-04-20T10:16:41.313Z] #27 DONE 0.3s [2022-04-20T10:16:41.313Z] [2022-04-20T10:16:41.313Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:16:41.313Z] #60 sha256:0566e7172c785b00a7b0d00e1b2a12b1a643f41b9e16790baffc7baad79ca86c [2022-04-20T10:16:41.313Z] #60 ... [2022-04-20T10:16:41.313Z] [2022-04-20T10:16:41.313Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-20T10:16:41.313Z] #32 sha256:93e0f188e2ce990a07588627e4dad8d673d7908ec5f20b32201edd0b69f44d66 [2022-04-20T10:16:41.752Z] ba8181afd426: Verifying Checksum [2022-04-20T10:16:41.752Z] ba8181afd426: Download complete [2022-04-20T10:16:41.870Z] #23 12.63 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-20T10:16:41.870Z] #23 12.63 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5631ea41baacd97f5bb41817fbfa94267423932e496c3fc9010c980ccbd5565b [2022-04-20T10:16:41.870Z] #23 12.63 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-20T10:16:41.870Z] #23 12.64 Successfully built yamllint [2022-04-20T10:16:41.870Z] #23 12.67 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-20T10:16:41.877Z] #32 DONE 0.5s [2022-04-20T10:16:41.877Z] [2022-04-20T10:16:41.877Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-20T10:16:41.877Z] #35 sha256:57c6269762a39c113824ff5fa024528b91708499bab034165662a88b08e6b3b2 [2022-04-20T10:16:41.960Z] --- PASS: TestConfigInspect (2.11s) [2022-04-20T10:16:41.960Z] === RUN TestConfigList [2022-04-20T10:16:42.128Z] #23 13.05 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-20T10:16:42.142Z] #35 DONE 0.3s [2022-04-20T10:16:42.142Z] [2022-04-20T10:16:42.142Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:16:42.142Z] #56 sha256:92f2392b973cfaa262e6e97ae9f56c25f0153b46c03cd293f7bdafb8b342c317 [2022-04-20T10:16:42.142Z] #56 ... [2022-04-20T10:16:42.142Z] [2022-04-20T10:16:42.142Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-20T10:16:42.142Z] #37 sha256:cdbdb5cb93ae0bbebc6af22d60614e8e742c423b9a02e70b81d4d87fc4bbf471 [2022-04-20T10:16:42.142Z] #37 DONE 0.1s [2022-04-20T10:16:42.387Z] #23 DONE 13.6s [2022-04-20T10:16:42.387Z] [2022-04-20T10:16:42.387Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-20T10:16:42.387Z] #27 sha256:27e607d43e90dfc4a697442fee240baaa68c63dd454d22236011c7539e1ba613 [2022-04-20T10:16:42.399Z] [2022-04-20T10:16:42.399Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-20T10:16:42.399Z] #41 sha256:711cbede641cba4013784788da5d012cac17b7a9ed3ca469f407071721f75363 [2022-04-20T10:16:42.399Z] #41 DONE 0.1s [2022-04-20T10:16:42.399Z] [2022-04-20T10:16:42.399Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:16:42.399Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:16:42.645Z] #27 DONE 0.1s [2022-04-20T10:16:42.645Z] [2022-04-20T10:16:42.645Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-20T10:16:42.645Z] #32 sha256:62f7af0efadcaec317170d940d83a71c3c039647c8a10e6114cafa034af14d4e [2022-04-20T10:16:42.903Z] #32 DONE 0.3s [2022-04-20T10:16:42.903Z] [2022-04-20T10:16:42.903Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:16:42.903Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:16:43.161Z] #43 ... [2022-04-20T10:16:43.161Z] [2022-04-20T10:16:43.161Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-20T10:16:43.161Z] #35 sha256:863d82a7ccefe8b9eae94cef9696fe0e2e4aef209929ae262a42c37b26ffbe98 [2022-04-20T10:16:43.419Z] #35 DONE 0.4s [2022-04-20T10:16:43.419Z] [2022-04-20T10:16:43.419Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-20T10:16:43.419Z] #37 sha256:871f4d1de32192c824ed3cc7474b2f3d863a22b0a1348b63ffa0c5d10ab0b6bd [2022-04-20T10:16:43.419Z] #37 DONE 0.1s [2022-04-20T10:16:43.419Z] [2022-04-20T10:16:43.419Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:16:43.419Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:16:43.419Z] #43 ... [2022-04-20T10:16:43.419Z] [2022-04-20T10:16:43.419Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-20T10:16:43.419Z] #41 sha256:408234cd75f7a02e6746ebbb25dfc427649a380e9f30fe8a26760fc60ecb5ccc [2022-04-20T10:16:43.419Z] #41 DONE 0.0s [2022-04-20T10:16:43.677Z] [2022-04-20T10:16:43.677Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:16:43.677Z] #56 sha256:0d6f7a7e218b82784187793bfc24c1c239d3867402dd6d18087f5b03db7ac062 [2022-04-20T10:16:43.862Z] --- PASS: TestConfigList (2.10s) [2022-04-20T10:16:43.862Z] === RUN TestConfigsCreateAndDelete [2022-04-20T10:16:46.394Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2022-04-20T10:16:46.394Z] === RUN TestConfigsUpdate [2022-04-20T10:16:48.296Z] --- PASS: TestConfigsUpdate (2.07s) [2022-04-20T10:16:48.296Z] === RUN TestTemplatedConfig [2022-04-20T10:16:48.362Z] dccd9e4d14d3: Verifying Checksum [2022-04-20T10:16:48.362Z] dccd9e4d14d3: Download complete [2022-04-20T10:16:50.828Z] --- PASS: TestTemplatedConfig (2.62s) [2022-04-20T10:16:50.828Z] === RUN TestConfigCreateResolve [2022-04-20T10:16:51.523Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:16:51.523Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:16:51.523Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:16:51.523Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:16:51.523Z] [2022-04-20T10:16:51.523Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-04-20T10:16:51.523Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-04-20T10:16:51.523Z] Using test binary docker [2022-04-20T10:16:51.523Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-20T10:16:51.523Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-20T10:16:51.523Z] INFO: Waiting for daemon to start... [2022-04-20T10:16:51.523Z] Starting dockerd [2022-04-20T10:16:51.523Z] . [2022-04-20T10:16:51.523Z] INFO: Building docker-sdk-python3:5.0.3... [2022-04-20T10:16:52.757Z] --- PASS: TestConfigCreateResolve (2.15s) [2022-04-20T10:16:52.757Z] PASS [2022-04-20T10:16:52.757Z] [2022-04-20T10:16:52.757Z] DONE 6 tests in 13.194s [2022-04-20T10:16:52.757Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-20T10:16:52.757Z] INFO: Testing against a local daemon [2022-04-20T10:16:52.757Z] === RUN TestCheckpoint [2022-04-20T10:16:52.757Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:16:52.757Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON/commit [2022-04-20T10:16:52.757Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-20T10:16:52.757Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:16:52.757Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:16:52.757Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:16:52.757Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:16:52.757Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:16:52.757Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:16:52.757Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:16:53.016Z] === CONT TestContainerInvalidJSON/commit [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-20T10:16:53.016Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-20T10:16:53.016Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-20T10:16:53.016Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-20T10:16:53.016Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-20T10:16:53.016Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-20T10:16:53.016Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-20T10:16:53.016Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-20T10:16:53.016Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-20T10:16:53.016Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-20T10:16:53.016Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-04-20T10:16:53.016Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-20T10:16:53.016Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-04-20T10:16:53.016Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-20T10:16:53.016Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-04-20T10:16:53.016Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-20T10:16:53.016Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-04-20T10:16:53.016Z] === RUN TestCopyFromContainer [2022-04-20T10:16:54.393Z] === RUN TestCopyFromContainer// [2022-04-20T10:16:54.393Z] === RUN TestCopyFromContainer//bar/root [2022-04-20T10:16:54.393Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-20T10:16:54.393Z] === RUN TestCopyFromContainer/bar/quux [2022-04-20T10:16:54.393Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-20T10:16:54.393Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-20T10:16:54.651Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-20T10:16:54.652Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-20T10:16:54.652Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-20T10:16:54.652Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer (1.68s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-04-20T10:16:54.910Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-04-20T10:16:54.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-20T10:16:54.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:16:54.910Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:16:54.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:16:54.910Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:16:54.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:16:54.910Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:16:54.910Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:16:54.910Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:16:54.910Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:16:54.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-04-20T10:16:54.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-20T10:16:54.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-20T10:16:54.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-20T10:16:54.910Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-20T10:16:54.910Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-04-20T10:16:54.910Z] === RUN TestCreateWithInvalidEnv [2022-04-20T10:16:54.910Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-20T10:16:54.910Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-20T10:16:54.910Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-20T10:16:54.910Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-20T10:16:54.910Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-20T10:16:54.910Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-20T10:16:54.910Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-20T10:16:54.910Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-20T10:16:54.910Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-20T10:16:54.910Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-20T10:16:54.910Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-20T10:16:54.910Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-20T10:16:54.910Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-20T10:16:54.910Z] === RUN TestCreateTmpfsMountsTarget [2022-04-20T10:16:54.910Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-20T10:16:54.910Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-20T10:16:56.706Z] 4612f6d0b889: Verifying Checksum [2022-04-20T10:16:56.706Z] 4612f6d0b889: Download complete [2022-04-20T10:16:56.813Z] --- PASS: TestCreateWithCustomMaskedPaths (1.54s) [2022-04-20T10:16:56.813Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-20T10:16:58.188Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.60s) [2022-04-20T10:16:58.188Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-20T10:16:58.188Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:16:58.188Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:16:58.188Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:16:58.188Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:16:58.188Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:16:58.188Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:16:58.188Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:16:58.188Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:16:58.188Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:16:58.188Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:16:58.188Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:16:58.188Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:16:58.188Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:16:58.188Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:16:58.188Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:16:58.188Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-20T10:16:58.188Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-20T10:16:58.188Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-20T10:16:58.188Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-20T10:16:58.188Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-20T10:16:58.188Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-20T10:16:58.189Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-20T10:16:58.756Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-04-20T10:16:58.756Z] === RUN TestCreateDifferentPlatform [2022-04-20T10:16:58.756Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-20T10:16:58.756Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-20T10:16:58.756Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-20T10:16:58.756Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-20T10:16:58.756Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-20T10:16:58.756Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-20T10:16:58.756Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-04-20T10:16:58.756Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-20T10:16:58.756Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-04-20T10:16:58.756Z] === RUN TestContainerStartOnDaemonRestart [2022-04-20T10:16:58.756Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-20T10:16:58.756Z] === RUN TestDaemonRestartIpcMode [2022-04-20T10:16:58.756Z] === PAUSE TestDaemonRestartIpcMode [2022-04-20T10:16:58.756Z] === RUN TestDaemonHostGatewayIP [2022-04-20T10:16:58.756Z] === PAUSE TestDaemonHostGatewayIP [2022-04-20T10:16:58.756Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-20T10:16:58.756Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-20T10:16:58.756Z] === RUN TestContainerKillOnDaemonStart [2022-04-20T10:16:58.756Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-20T10:16:58.756Z] === RUN TestDiff [2022-04-20T10:16:59.323Z] --- PASS: TestDiff (0.56s) [2022-04-20T10:16:59.323Z] === RUN TestExecWithCloseStdin [2022-04-20T10:16:59.890Z] --- PASS: TestExecWithCloseStdin (0.63s) [2022-04-20T10:16:59.890Z] === RUN TestExec [2022-04-20T10:17:00.827Z] --- PASS: TestExec (0.68s) [2022-04-20T10:17:00.827Z] === RUN TestExecUser [2022-04-20T10:17:01.086Z] --- PASS: TestExecUser (0.61s) [2022-04-20T10:17:01.086Z] === RUN TestExportContainerAndImportImage [2022-04-20T10:17:01.763Z] #56 ... [2022-04-20T10:17:01.763Z] [2022-04-20T10:17:01.763Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-04-20T10:17:01.763Z] #43 sha256:ac345f1f0e6b8d57706a644ff02bcdedac9b3b6442e09cd8f928df14984e3e96 [2022-04-20T10:17:01.763Z] #43 187.0 + dpkg --print-architecture [2022-04-20T10:17:01.763Z] #43 187.0 + git checkout -q v2.1.0 [2022-04-20T10:17:02.024Z] #43 188.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-20T10:17:02.024Z] #43 188.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-20T10:17:02.025Z] --- PASS: TestExportContainerAndImportImage (0.72s) [2022-04-20T10:17:02.025Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-20T10:17:03.401Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-04-20T10:17:03.401Z] === RUN TestHealthCheckWorkdir [2022-04-20T10:17:03.875Z] 8f616e6e9eec: Pull complete [2022-04-20T10:17:03.967Z] --- PASS: TestHealthCheckWorkdir (0.81s) [2022-04-20T10:17:03.967Z] === RUN TestHealthKillContainer [2022-04-20T10:17:04.394Z] #43 189.0 + dpkg --print-architecture [2022-04-20T10:17:04.394Z] #43 189.0 + git checkout -q v2.1.0 [2022-04-20T10:17:04.394Z] #43 189.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-20T10:17:04.394Z] #43 189.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-20T10:17:09.440Z] 8f616e6e9eec: Verifying Checksum [2022-04-20T10:17:09.440Z] 8f616e6e9eec: Download complete [2022-04-20T10:17:13.936Z] --- PASS: TestHealthKillContainer (8.21s) [2022-04-20T10:17:13.936Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-20T10:17:13.936Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s) [2022-04-20T10:17:13.936Z] === RUN TestIpcModeNone [2022-04-20T10:17:13.936Z] --- PASS: TestIpcModeNone (0.60s) [2022-04-20T10:17:13.936Z] === RUN TestIpcModePrivate [2022-04-20T10:17:13.936Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-04-20T10:17:13.936Z] --- PASS: TestIpcModePrivate (0.62s) [2022-04-20T10:17:13.936Z] === RUN TestIpcModeShareable [2022-04-20T10:17:14.195Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-04-20T10:17:14.453Z] --- PASS: TestIpcModeShareable (0.60s) [2022-04-20T10:17:14.453Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-20T10:17:16.355Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.75s) [2022-04-20T10:17:16.355Z] === RUN TestAPIIpcModeHost [2022-04-20T10:17:16.614Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-04-20T10:17:16.614Z] === RUN TestDaemonIpcModeShareable [2022-04-20T10:17:17.990Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-04-20T10:17:17.990Z] --- PASS: TestDaemonIpcModeShareable (1.18s) [2022-04-20T10:17:17.990Z] === RUN TestDaemonIpcModePrivate [2022-04-20T10:17:18.926Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-04-20T10:17:19.184Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-04-20T10:17:19.184Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-20T10:17:20.119Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-04-20T10:17:20.378Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-04-20T10:17:20.378Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-20T10:17:21.315Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-04-20T10:17:21.579Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s) [2022-04-20T10:17:21.579Z] === RUN TestIpcModeOlderClient [2022-04-20T10:17:21.579Z] === PAUSE TestIpcModeOlderClient [2022-04-20T10:17:21.579Z] === RUN TestKillContainerInvalidSignal [2022-04-20T10:17:21.838Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-04-20T10:17:21.838Z] === RUN TestKillContainer [2022-04-20T10:17:21.838Z] === RUN TestKillContainer/no_signal [2022-04-20T10:17:22.405Z] === RUN TestKillContainer/non_killing_signal [2022-04-20T10:17:22.664Z] === RUN TestKillContainer/killing_signal [2022-04-20T10:17:23.232Z] --- PASS: TestKillContainer (1.25s) [2022-04-20T10:17:23.232Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-04-20T10:17:23.232Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-04-20T10:17:23.232Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-04-20T10:17:23.232Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-20T10:17:23.232Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-20T10:17:23.492Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-20T10:17:24.428Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.19s) [2022-04-20T10:17:24.429Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-04-20T10:17:24.429Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-04-20T10:17:24.429Z] === RUN TestKillStoppedContainer [2022-04-20T10:17:24.429Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-04-20T10:17:24.429Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-20T10:17:24.429Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-20T10:17:24.429Z] === RUN TestKillDifferentUserContainer [2022-04-20T10:17:24.996Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-04-20T10:17:24.996Z] === RUN TestInspectOomKilledTrue [2022-04-20T10:17:24.996Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:17:24.996Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-20T10:17:24.996Z] === RUN TestInspectOomKilledFalse [2022-04-20T10:17:24.996Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:17:24.996Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-20T10:17:24.996Z] === RUN TestLinksEtcHostsContentMatch [2022-04-20T10:17:25.255Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-04-20T10:17:25.255Z] === RUN TestLinksContainerNames [2022-04-20T10:17:26.190Z] --- PASS: TestLinksContainerNames (0.86s) [2022-04-20T10:17:26.190Z] === RUN TestLogsFollowTailEmpty [2022-04-20T10:17:26.322Z] #43 DONE 214.0s [2022-04-20T10:17:26.322Z] [2022-04-20T10:17:26.322Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:17:26.322Z] #60 sha256:0566e7172c785b00a7b0d00e1b2a12b1a643f41b9e16790baffc7baad79ca86c [2022-04-20T10:17:26.450Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-04-20T10:17:26.450Z] === RUN TestContainerNetworkMountsNoChown [2022-04-20T10:17:27.017Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/default [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/default [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/private [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/private [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rprivate [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/slave [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/slave [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rslave [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/shared [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/shared [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rshared [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/default [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rshared [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/shared [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rslave [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/slave [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rprivate [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/private [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-20T10:17:27.017Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:17:27.017Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:17:27.017Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:17:27.252Z] #60 ... [2022-04-20T10:17:27.252Z] [2022-04-20T10:17:27.252Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-20T10:17:27.252Z] #44 sha256:576f8504adc7bf675eee523a439e7c9e09ef7c63c300ecb74598a1e6b3d011bf [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-20T10:17:27.276Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-04-20T10:17:27.276Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-20T10:17:27.276Z] === RUN TestContainerBindMountNonRecursive [2022-04-20T10:17:27.509Z] #44 DONE 0.4s [2022-04-20T10:17:27.509Z] [2022-04-20T10:17:27.509Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-20T10:17:27.509Z] #48 sha256:e025578abaf3b5c06b6d2e00a40886ee1f83c6b36f49b865ca12543c5449eac1 [2022-04-20T10:17:27.509Z] #48 DONE 0.1s [2022-04-20T10:17:27.509Z] [2022-04-20T10:17:27.509Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-20T10:17:27.509Z] #50 sha256:3214cb9c932921ed414d71616504cc51a662dec83c50b2805eceb48b363ee153 [2022-04-20T10:17:27.509Z] #50 DONE 0.1s [2022-04-20T10:17:27.509Z] [2022-04-20T10:17:27.509Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:17:27.509Z] #56 sha256:92f2392b973cfaa262e6e97ae9f56c25f0153b46c03cd293f7bdafb8b342c317 [2022-04-20T10:17:28.652Z] --- PASS: TestContainerBindMountNonRecursive (1.37s) [2022-04-20T10:17:28.652Z] === RUN TestContainerVolumesMountedAsShared [2022-04-20T10:17:28.722Z] #43 DONE 212.0s [2022-04-20T10:17:28.722Z] [2022-04-20T10:17:28.722Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:17:28.722Z] #56 sha256:0d6f7a7e218b82784187793bfc24c1c239d3867402dd6d18087f5b03db7ac062 [2022-04-20T10:17:28.722Z] #56 ... [2022-04-20T10:17:28.722Z] [2022-04-20T10:17:28.722Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-20T10:17:28.722Z] #44 sha256:762a0973579a51680dbe966e9ddb28a62b25c3ade8b7a3666ef7faf63306ff02 [2022-04-20T10:17:28.722Z] #44 DONE 0.1s [2022-04-20T10:17:28.722Z] [2022-04-20T10:17:28.722Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-20T10:17:28.722Z] #48 sha256:a5a5c8d09c87f98658ea971ed70c2ca8f8435c794ff093eb796c1c610d704676 [2022-04-20T10:17:28.722Z] #48 DONE 0.0s [2022-04-20T10:17:28.722Z] [2022-04-20T10:17:28.722Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-20T10:17:28.722Z] #50 sha256:60cc542720e19cff9bd4dd69e895f01f5fe99f3c84fd43e49e43817e67379efa [2022-04-20T10:17:28.722Z] #50 DONE 0.1s [2022-04-20T10:17:28.722Z] [2022-04-20T10:17:28.722Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:17:28.722Z] #60 sha256:94c50c4d918f7575ef32c261eeae4eb9b6afe98fa7e27bf0a19c67fdd2dd0ea6 [2022-04-20T10:17:29.220Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-04-20T10:17:29.220Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-20T10:17:29.480Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-04-20T10:17:29.480Z] === RUN TestNetworkNat [2022-04-20T10:17:30.047Z] --- PASS: TestNetworkNat (0.44s) [2022-04-20T10:17:30.047Z] === RUN TestNetworkLocalhostTCPNat [2022-04-20T10:17:30.227Z] sha256:d36718d8b9b0281c38f8413d2df80e7a3633271ea8add77203b11399185c0f22 [2022-04-20T10:17:30.227Z] INFO: Starting docker-py tests... [2022-04-20T10:17:30.227Z] ============================= test session starts ============================== [2022-04-20T10:17:30.227Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-04-20T10:17:30.227Z] rootdir: /src, inifile: pytest.ini [2022-04-20T10:17:30.227Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-04-20T10:17:30.227Z] collected 395 items / 2 deselected / 393 selected [2022-04-20T10:17:30.227Z] [2022-04-20T10:17:30.306Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-04-20T10:17:30.306Z] === RUN TestNetworkLoopbackNat [2022-04-20T10:17:32.836Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-04-20T10:17:32.836Z] === RUN TestPause [2022-04-20T10:17:33.404Z] --- PASS: TestPause (0.45s) [2022-04-20T10:17:33.404Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-20T10:17:33.404Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:17:33.404Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:17:33.404Z] === RUN TestPauseStopPausedContainer [2022-04-20T10:17:33.972Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-04-20T10:17:33.972Z] === RUN TestPidHost [2022-04-20T10:17:34.909Z] --- PASS: TestPidHost (0.96s) [2022-04-20T10:17:34.909Z] === RUN TestPsFilter [2022-04-20T10:17:34.909Z] --- PASS: TestPsFilter (0.13s) [2022-04-20T10:17:34.909Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-20T10:17:35.476Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-04-20T10:17:35.476Z] === RUN TestRemoveContainerWithVolume [2022-04-20T10:17:35.736Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-04-20T10:17:35.736Z] === RUN TestRemoveContainerRunning [2022-04-20T10:17:36.303Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-04-20T10:17:36.303Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-20T10:17:36.562Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-04-20T10:17:36.562Z] === RUN TestRemoveInvalidContainer [2022-04-20T10:17:36.562Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-20T10:17:36.562Z] === RUN TestRenameLinkedContainer [2022-04-20T10:17:38.464Z] --- PASS: TestRenameLinkedContainer (1.74s) [2022-04-20T10:17:38.464Z] === RUN TestRenameStoppedContainer [2022-04-20T10:17:38.723Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-04-20T10:17:38.723Z] === RUN TestRenameRunningContainerAndReuse [2022-04-20T10:17:39.658Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-04-20T10:17:39.658Z] === RUN TestRenameInvalidName [2022-04-20T10:17:40.225Z] --- PASS: TestRenameInvalidName (0.43s) [2022-04-20T10:17:40.225Z] === RUN TestRenameAnonymousContainer [2022-04-20T10:17:41.622Z] --- PASS: TestRenameAnonymousContainer (1.59s) [2022-04-20T10:17:41.622Z] === RUN TestRenameContainerWithSameName [2022-04-20T10:17:42.199Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-04-20T10:17:42.199Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-20T10:17:43.144Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s) [2022-04-20T10:17:43.144Z] === RUN TestResize [2022-04-20T10:17:43.366Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-04-20T10:17:43.410Z] --- PASS: TestResize (0.44s) [2022-04-20T10:17:43.410Z] === RUN TestResizeWithInvalidSize [2022-04-20T10:17:43.977Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-04-20T10:17:43.977Z] === RUN TestResizeWhenContainerNotStarted [2022-04-20T10:17:44.139Z] tests/integration/api_client_test.py ..... [ 7%] [2022-04-20T10:17:44.236Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:17:44.236Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:17:44.236Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:17:44.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:17:44.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:17:44.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:17:44.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:17:44.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:17:44.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:17:44.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:17:44.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:17:44.237Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:17:44.237Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:17:45.643Z] tests/integration/api_config_test.py ...... [ 8%] [2022-04-20T10:17:46.141Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:17:47.517Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:17:48.453Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:17:48.453Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:17:49.830Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:17:49.830Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:17:54.017Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:17:54.017Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:17:55.920Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:17:57.298Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:17:57.557Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:17:58.936Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:17:59.503Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:18:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.21s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.50s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.59s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.09s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.06s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.73s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.97s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s) [2022-04-20T10:18:02.257Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-04-20T10:18:02.257Z] === RUN TestCgroupNamespacesRun [2022-04-20T10:18:03.632Z] --- PASS: TestCgroupNamespacesRun (1.21s) [2022-04-20T10:18:03.632Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-20T10:18:03.632Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-04-20T10:18:03.632Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-04-20T10:18:03.632Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-20T10:18:05.008Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-04-20T10:18:05.008Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-20T10:18:05.943Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-04-20T10:18:05.943Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-20T10:18:06.184Z] #56 145.8 + mkdir -p /build [2022-04-20T10:18:06.184Z] #56 145.8 + cp runc /build/runc [2022-04-20T10:18:06.184Z] #56 DONE 146.9s [2022-04-20T10:18:06.184Z] [2022-04-20T10:18:06.184Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:18:06.184Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:18:06.184Z] #51 250.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-20T10:18:06.184Z] #51 DONE 250.9s [2022-04-20T10:18:06.184Z] [2022-04-20T10:18:06.184Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:18:06.184Z] #60 sha256:0566e7172c785b00a7b0d00e1b2a12b1a643f41b9e16790baffc7baad79ca86c [2022-04-20T10:18:06.184Z] #60 ... [2022-04-20T10:18:06.184Z] [2022-04-20T10:18:06.184Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-20T10:18:06.184Z] #52 sha256:ae30f833310bda72a8a00659962b65bbc2de6f3715723055a9203fe45a240cb0 [2022-04-20T10:18:06.184Z] #52 DONE 0.8s [2022-04-20T10:18:06.184Z] [2022-04-20T10:18:06.184Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:18:06.184Z] #60 sha256:0566e7172c785b00a7b0d00e1b2a12b1a643f41b9e16790baffc7baad79ca86c [2022-04-20T10:18:06.184Z] #60 ... [2022-04-20T10:18:06.184Z] [2022-04-20T10:18:06.184Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-20T10:18:06.184Z] #54 sha256:b0e2c46d426de20ae5de20f09bd8d5ed02d651918a980b0cf4bc4abdd9daa1c4 [2022-04-20T10:18:06.184Z] #54 DONE 0.1s [2022-04-20T10:18:06.184Z] [2022-04-20T10:18:06.184Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-20T10:18:06.184Z] #57 sha256:551ea9f413d7794ec4436406c6962dbc0f393a347e0a288ea4e523992d173ef6 [2022-04-20T10:18:06.184Z] #57 DONE 0.3s [2022-04-20T10:18:06.184Z] [2022-04-20T10:18:06.184Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:18:06.184Z] #60 sha256:0566e7172c785b00a7b0d00e1b2a12b1a643f41b9e16790baffc7baad79ca86c [2022-04-20T10:18:07.319Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-04-20T10:18:07.319Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-20T10:18:07.498Z] #60 ... [2022-04-20T10:18:07.498Z] [2022-04-20T10:18:07.498Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-04-20T10:18:07.498Z] #56 sha256:0d6f7a7e218b82784187793bfc24c1c239d3867402dd6d18087f5b03db7ac062 [2022-04-20T10:18:07.498Z] #56 144.5 + mkdir -p /build [2022-04-20T10:18:07.498Z] #56 144.5 + cp runc /build/runc [2022-04-20T10:18:07.498Z] #56 DONE 145.6s [2022-04-20T10:18:07.498Z] [2022-04-20T10:18:07.498Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-20T10:18:07.498Z] #51 sha256:87fe4d72faff074fe91c61972ec8bb8d1cc5bb5e8b749d35733b4ae7552ab3e9 [2022-04-20T10:18:07.498Z] #51 249.1 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-20T10:18:07.498Z] #51 DONE 249.3s [2022-04-20T10:18:07.498Z] [2022-04-20T10:18:07.498Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:18:07.498Z] #60 sha256:94c50c4d918f7575ef32c261eeae4eb9b6afe98fa7e27bf0a19c67fdd2dd0ea6 [2022-04-20T10:18:07.498Z] #60 ... [2022-04-20T10:18:07.498Z] [2022-04-20T10:18:07.498Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-20T10:18:07.498Z] #52 sha256:4e6665ca287b586371daad4c5e9794ceee53642ea87b6ceff154fd78b5ae88f5 [2022-04-20T10:18:07.498Z] #52 DONE 0.6s [2022-04-20T10:18:07.498Z] [2022-04-20T10:18:07.498Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-20T10:18:07.498Z] #54 sha256:3d7eecaee728e2ce842eaf2853839de6dcc80f464a9339335be12b271479e9ef [2022-04-20T10:18:07.498Z] #54 DONE 0.1s [2022-04-20T10:18:07.498Z] [2022-04-20T10:18:07.498Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-20T10:18:07.498Z] #57 sha256:16660332069bc26624b2c76507d699a2802e585b87174da498f0ad91beaa8536 [2022-04-20T10:18:07.498Z] #57 DONE 0.3s [2022-04-20T10:18:07.498Z] [2022-04-20T10:18:07.498Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-04-20T10:18:07.498Z] #60 sha256:94c50c4d918f7575ef32c261eeae4eb9b6afe98fa7e27bf0a19c67fdd2dd0ea6 [2022-04-20T10:18:07.554Z] #60 226.6 + bin/containerd [2022-04-20T10:18:07.757Z] #60 224.3 + bin/containerd [2022-04-20T10:18:08.257Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-04-20T10:18:08.257Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-20T10:18:08.824Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-04-20T10:18:08.824Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-20T10:18:10.202Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s) [2022-04-20T10:18:10.202Z] === RUN TestNISDomainname [2022-04-20T10:18:10.770Z] --- PASS: TestNISDomainname (0.54s) [2022-04-20T10:18:10.770Z] === RUN TestHostnameDnsResolution [2022-04-20T10:18:11.337Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-04-20T10:18:11.337Z] === RUN TestUnprivilegedPortsAndPing [2022-04-20T10:18:11.905Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-04-20T10:18:11.905Z] === RUN TestPrivilegedHostDevices [2022-04-20T10:18:12.472Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-04-20T10:18:12.472Z] === RUN TestStats [2022-04-20T10:18:15.001Z] --- PASS: TestStats (2.51s) [2022-04-20T10:18:15.001Z] === RUN TestStopContainerWithTimeout [2022-04-20T10:18:15.001Z] === RUN TestStopContainerWithTimeout/0 [2022-04-20T10:18:15.001Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-20T10:18:15.001Z] === RUN TestStopContainerWithTimeout/1 [2022-04-20T10:18:15.001Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-20T10:18:15.001Z] === RUN TestStopContainerWithTimeout/3 [2022-04-20T10:18:15.001Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-20T10:18:15.001Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-20T10:18:15.001Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-20T10:18:15.001Z] === CONT TestStopContainerWithTimeout/0 [2022-04-20T10:18:15.001Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-20T10:18:15.258Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-04-20T10:18:15.569Z] === CONT TestStopContainerWithTimeout/3 [2022-04-20T10:18:18.101Z] === CONT TestStopContainerWithTimeout/1 [2022-04-20T10:18:19.037Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-20T10:18:19.037Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2022-04-20T10:18:19.037Z] --- PASS: TestStopContainerWithTimeout/-1 (2.74s) [2022-04-20T10:18:19.037Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-04-20T10:18:19.037Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-04-20T10:18:19.037Z] === RUN TestDeleteDevicemapper [2022-04-20T10:18:19.037Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:18:19.037Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-20T10:18:19.037Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-20T10:18:21.719Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.34s) [2022-04-20T10:18:21.719Z] === RUN TestUpdateMemory [2022-04-20T10:18:21.719Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:18:21.719Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-20T10:18:21.719Z] === RUN TestUpdateCPUQuota [2022-04-20T10:18:22.296Z] --- PASS: TestUpdateCPUQuota (0.88s) [2022-04-20T10:18:22.296Z] === RUN TestUpdatePidsLimit [2022-04-20T10:18:22.296Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-20T10:18:22.554Z] === RUN TestUpdatePidsLimit/no_change [2022-04-20T10:18:22.812Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-20T10:18:23.071Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-20T10:18:23.071Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-20T10:18:23.329Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-20T10:18:23.588Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit (2.00s) [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2022-04-20T10:18:24.523Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2022-04-20T10:18:24.523Z] === RUN TestUpdateRestartPolicy [2022-04-20T10:18:31.140Z] ok github.com/docker/docker/libnetwork/networkdb 104.597s coverage: 60.0% of statements [2022-04-20T10:18:31.140Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-20T10:18:31.140Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-04-20T10:18:31.140Z] ok github.com/docker/docker/libnetwork/osl 4.333s coverage: 39.7% of statements [2022-04-20T10:18:31.140Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-04-20T10:18:31.140Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-04-20T10:18:32.080Z] ok github.com/docker/docker/libnetwork/portmapper 0.286s coverage: 48.6% of statements [2022-04-20T10:18:32.080Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-04-20T10:18:32.080Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-20T10:18:32.340Z] ok github.com/docker/docker/libnetwork/types 0.004s coverage: 37.3% of statements [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === Skipped [2022-04-20T10:18:32.602Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-04-20T10:18:32.602Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-04-20T10:18:32.602Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-04-20T10:18:32.602Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-20T10:18:32.602Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-20T10:18:32.602Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-20T10:18:32.602Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-20T10:18:32.602Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-20T10:18:32.602Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-04-20T10:18:32.602Z] firewalld_test.go:14: firewalld is not running [2022-04-20T10:18:32.602Z] [2022-04-20T10:18:32.602Z] DONE 326 tests, 9 skipped in 203.440s Post stage [Pipeline] junit [2022-04-20T10:18:33.186Z] Recording test results [2022-04-20T10:18:33.308Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-20T10:18:33.670Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9de8618ce40dcf65115828ac97b99a8007b721df -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:9de8618ce40dcf65115828ac97b99a8007b721df hack/make.sh dynbinary test-integration [2022-04-20T10:18:34.238Z] [2022-04-20T10:18:34.238Z] Removing bundles/ [2022-04-20T10:18:34.238Z] [2022-04-20T10:18:34.238Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-20T10:18:34.238Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:18:34.238Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:18:36.725Z] --- PASS: TestUpdateRestartPolicy (11.07s) [2022-04-20T10:18:36.725Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-20T10:18:36.725Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-04-20T10:18:36.725Z] === RUN TestWaitNonBlocked [2022-04-20T10:18:36.725Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:18:36.725Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:18:36.725Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:18:36.725Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:18:36.725Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:18:36.725Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:18:36.725Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-20T10:18:36.725Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2022-04-20T10:18:36.725Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s) [2022-04-20T10:18:36.725Z] === RUN TestWaitBlocked [2022-04-20T10:18:36.725Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:18:36.725Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:18:36.725Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:18:36.725Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:18:36.725Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:18:36.725Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:18:37.293Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-20T10:18:37.293Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2022-04-20T10:18:37.293Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-04-20T10:18:37.293Z] === CONT TestContainerStartOnDaemonRestart [2022-04-20T10:18:37.293Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-20T10:18:39.831Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.25s) [2022-04-20T10:18:39.831Z] === CONT TestDaemonHostGatewayIP [2022-04-20T10:18:39.831Z] --- PASS: TestContainerStartOnDaemonRestart (2.30s) [2022-04-20T10:18:39.831Z] === CONT TestDaemonRestartIpcMode [2022-04-20T10:18:42.367Z] --- PASS: TestDaemonHostGatewayIP (2.65s) [2022-04-20T10:18:42.367Z] === CONT TestIpcModeOlderClient [2022-04-20T10:18:42.367Z] --- PASS: TestDaemonRestartIpcMode (2.64s) [2022-04-20T10:18:42.367Z] === CONT TestContainerKillOnDaemonStart [2022-04-20T10:18:42.367Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-04-20T10:18:45.350Z] dccd9e4d14d3: Pull complete [2022-04-20T10:18:45.350Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-20T10:18:45.350Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:18:45.350Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:18:45.350Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-04-20T10:18:45.350Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-04-20T10:18:45.350Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-04-20T10:18:45.350Z] INFO: Docker version of control daemon [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] Client: [2022-04-20T10:18:45.350Z] Version: 20.10.9 [2022-04-20T10:18:45.350Z] API version: 1.41 [2022-04-20T10:18:45.350Z] Go version: go1.16.8 [2022-04-20T10:18:45.350Z] Git commit: c2ea9bc [2022-04-20T10:18:45.350Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-20T10:18:45.350Z] OS/Arch: windows/amd64 [2022-04-20T10:18:45.350Z] Context: default [2022-04-20T10:18:45.350Z] Experimental: true [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] Server: Docker Engine - Community [2022-04-20T10:18:45.350Z] Engine: [2022-04-20T10:18:45.350Z] Version: 20.10.9 [2022-04-20T10:18:45.350Z] API version: 1.41 (minimum version 1.24) [2022-04-20T10:18:45.350Z] Go version: go1.16.8 [2022-04-20T10:18:45.350Z] Git commit: 79ea9d3 [2022-04-20T10:18:45.350Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-20T10:18:45.350Z] OS/Arch: windows/amd64 [2022-04-20T10:18:45.350Z] Experimental: true [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] INFO: Docker info of control daemon [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] Client: [2022-04-20T10:18:45.350Z] Context: default [2022-04-20T10:18:45.350Z] Debug Mode: false [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] Server: [2022-04-20T10:18:45.350Z] Containers: 0 [2022-04-20T10:18:45.350Z] Running: 0 [2022-04-20T10:18:45.350Z] Paused: 0 [2022-04-20T10:18:45.350Z] Stopped: 0 [2022-04-20T10:18:45.350Z] Images: 1 [2022-04-20T10:18:45.350Z] Server Version: 20.10.9 [2022-04-20T10:18:45.350Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-20T10:18:45.350Z] Windows: [2022-04-20T10:18:45.350Z] LCOW: [2022-04-20T10:18:45.350Z] Logging Driver: json-file [2022-04-20T10:18:45.350Z] Plugins: [2022-04-20T10:18:45.350Z] Volume: local [2022-04-20T10:18:45.350Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:18:45.350Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:18:45.350Z] Swarm: inactive [2022-04-20T10:18:45.350Z] Default Isolation: process [2022-04-20T10:18:45.350Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T10:18:45.350Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-20T10:18:45.350Z] OSType: windows [2022-04-20T10:18:45.350Z] Architecture: x86_64 [2022-04-20T10:18:45.350Z] CPUs: 4 [2022-04-20T10:18:45.350Z] Total Memory: 32GiB [2022-04-20T10:18:45.350Z] Name: azwin-2-acacd0 [2022-04-20T10:18:45.350Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-20T10:18:45.350Z] Docker Root Dir: D:\docker [2022-04-20T10:18:45.350Z] Debug Mode: false [2022-04-20T10:18:45.350Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:18:45.350Z] Labels: [2022-04-20T10:18:45.350Z] Experimental: true [2022-04-20T10:18:45.350Z] Insecure Registries: [2022-04-20T10:18:45.350Z] 10.0.0.4:5000 [2022-04-20T10:18:45.350Z] 127.0.0.0/8 [2022-04-20T10:18:45.350Z] Registry Mirrors: [2022-04-20T10:18:45.350Z] http://10.0.0.4:5000/ [2022-04-20T10:18:45.350Z] Live Restore Enabled: false [2022-04-20T10:18:45.350Z] Product License: Community Engine [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] INFO: Commit hash is 3d3e7647ae [2022-04-20T10:18:45.350Z] INFO: Nuke-Everything... [2022-04-20T10:18:45.350Z] INFO: Container count on control daemon to delete is 0 [2022-04-20T10:18:45.350Z] INFO: Nuking d:\CI [2022-04-20T10:18:45.350Z] INFO: Zapped successfully [2022-04-20T10:18:45.350Z] INFO: Location for testing is d:\CI\PR-43501\3 [2022-04-20T10:18:45.350Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] INFO: Building the image from Dockerfile.windows at 04/20/2022 10:18:37... [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] Sending build context to Docker daemon 66.31MB [2022-04-20T10:18:45.350Z] [2022-04-20T10:18:45.350Z] Step 1/11 : FROM microsoft/windowsservercore [2022-04-20T10:18:45.351Z] ---> aa8714eb8356 [2022-04-20T10:18:45.351Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-20T10:18:45.351Z] ---> Running in 76be522f0631 [2022-04-20T10:18:45.351Z] Removing intermediate container 76be522f0631 [2022-04-20T10:18:45.351Z] ---> c0ca843fa3d2 [2022-04-20T10:18:45.351Z] Step 3/11 : ARG GO_VERSION=1.18.1 [2022-04-20T10:18:45.351Z] ---> Running in 64be6e653fde [2022-04-20T10:18:45.351Z] Removing intermediate container 64be6e653fde [2022-04-20T10:18:45.351Z] ---> 60705566eba8 [2022-04-20T10:18:45.351Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-04-20T10:18:45.351Z] ---> Running in 43b923c3651e [2022-04-20T10:18:45.351Z] Removing intermediate container 43b923c3651e [2022-04-20T10:18:45.351Z] ---> cfdd940f3044 [2022-04-20T10:18:45.351Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-20T10:18:45.351Z] ---> Running in bd6ad885b0ad [2022-04-20T10:18:45.818Z] Removing intermediate container bd6ad885b0ad [2022-04-20T10:18:45.818Z] ---> 5447f745520d [2022-04-20T10:18:45.818Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-04-20T10:18:45.818Z] ---> Running in e481d6d5af05 [2022-04-20T10:18:46.292Z] Removing intermediate container e481d6d5af05 [2022-04-20T10:18:46.292Z] ---> 0c131767caff [2022-04-20T10:18:46.292Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-04-20T10:18:46.292Z] ---> Running in f81cafcdd0e3 [2022-04-20T10:18:50.648Z] 8f616e6e9eec: Pull complete [2022-04-20T10:18:51.115Z] [2022-04-20T10:18:51.115Z] SUCCESS: Specified value was saved. [2022-04-20T10:18:51.582Z] INFO: Downloading git... [2022-04-20T10:18:52.578Z] INFO: Downloading go... [2022-04-20T10:18:54.151Z] INFO: Downloading compiler 1 of 3... [2022-04-20T10:18:54.571Z] --- PASS: TestContainerKillOnDaemonStart (11.52s) [2022-04-20T10:18:54.571Z] PASS [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] === Skipped [2022-04-20T10:18:54.571Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-20T10:18:54.571Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-20T10:18:54.571Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-20T10:18:54.571Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:18:54.571Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-04-20T10:18:54.571Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-20T10:18:54.571Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-20T10:18:54.571Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:18:54.571Z] [2022-04-20T10:18:54.571Z] DONE 234 tests, 7 skipped in 120.779s [2022-04-20T10:18:54.571Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-20T10:18:54.571Z] === RUN TestConfigDaemonLibtrustID [2022-04-20T10:18:54.571Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-04-20T10:18:54.571Z] === RUN TestDaemonConfigValidation [2022-04-20T10:18:54.571Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:18:54.571Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:18:54.571Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-20T10:18:54.571Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-20T10:18:54.571Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-20T10:18:54.571Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-20T10:18:54.571Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-20T10:18:54.571Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-20T10:18:54.571Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-20T10:18:54.571Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-20T10:18:54.571Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:18:54.571Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-20T10:18:54.571Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-20T10:18:54.571Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-20T10:18:54.571Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-20T10:18:54.571Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-20T10:18:54.571Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-04-20T10:18:54.571Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-04-20T10:18:54.571Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-04-20T10:18:54.571Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-04-20T10:18:54.572Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-04-20T10:18:54.572Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-20T10:18:54.572Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-20T10:18:55.508Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-20T10:18:55.715Z] INFO: Downloading compiler 2 of 3... [2022-04-20T10:18:56.448Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-20T10:18:56.700Z] INFO: Downloading compiler 3 of 3... [2022-04-20T10:18:57.178Z] INFO: Extracting git... [2022-04-20T10:18:57.385Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-20T10:18:57.385Z] daemon_test.go:156: [df7274f76f59f] daemon is not started [2022-04-20T10:18:57.385Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-04-20T10:18:57.385Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-04-20T10:18:57.385Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s) [2022-04-20T10:18:57.385Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-04-20T10:18:57.385Z] === RUN TestDaemonProxy [2022-04-20T10:18:57.385Z] === RUN TestDaemonProxy/environment_variables [2022-04-20T10:18:59.286Z] === RUN TestDaemonProxy/command-line_options [2022-04-20T10:19:01.187Z] === RUN TestDaemonProxy/configuration_file [2022-04-20T10:19:03.090Z] === RUN TestDaemonProxy/conflicting_options [2022-04-20T10:19:03.090Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-20T10:19:03.658Z] --- PASS: TestDaemonProxy (6.22s) [2022-04-20T10:19:03.658Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-04-20T10:19:03.658Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-04-20T10:19:03.658Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-04-20T10:19:03.658Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-20T10:19:03.658Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-04-20T10:19:03.658Z] PASS [2022-04-20T10:19:03.658Z] [2022-04-20T10:19:03.658Z] DONE 17 tests in 10.086s [2022-04-20T10:19:03.658Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-20T10:19:03.742Z] #60 277.1 # github.com/containerd/containerd/cmd/containerd [2022-04-20T10:19:03.742Z] #60 277.1 /usr/bin/ld: /tmp/go-link-3214966490/000019.o: in function `New': [2022-04-20T10:19:03.742Z] #60 277.1 /tmp/tmp.6RuKI9l9HE/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-20T10:19:03.742Z] #60 277.2 + bin/containerd-stress [2022-04-20T10:19:03.742Z] #60 278.3 + bin/containerd-shim [2022-04-20T10:19:03.917Z] INFO: Testing against a local daemon [2022-04-20T10:19:03.917Z] === RUN TestCommitInheritsEnv [2022-04-20T10:19:03.978Z] #60 274.7 # github.com/containerd/containerd/cmd/containerd [2022-04-20T10:19:03.979Z] #60 274.7 /usr/bin/ld: /tmp/go-link-124539342/000019.o: in function `New': [2022-04-20T10:19:03.979Z] #60 274.7 /tmp/tmp.IWxfd5p754/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-20T10:19:03.979Z] #60 274.8 + bin/containerd-stress [2022-04-20T10:19:03.979Z] #60 275.9 + bin/containerd-shim [2022-04-20T10:19:04.177Z] --- PASS: TestCommitInheritsEnv (0.29s) [2022-04-20T10:19:04.177Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-20T10:19:04.177Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-20T10:19:04.177Z] === RUN TestImportWithCustomPlatform [2022-04-20T10:19:04.177Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-20T10:19:04.177Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-20T10:19:04.177Z] === RUN TestImportWithCustomPlatform// [2022-04-20T10:19:04.177Z] === RUN TestImportWithCustomPlatform/linux [2022-04-20T10:19:04.177Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-20T10:19:04.436Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-20T10:19:04.436Z] === RUN TestImportWithCustomPlatform/macos [2022-04-20T10:19:04.437Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-20T10:19:04.437Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-20T10:19:04.437Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-20T10:19:04.437Z] === RUN TestImagesFilterMultiReference [2022-04-20T10:19:04.437Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-04-20T10:19:04.437Z] === RUN TestImagePullPlatformInvalid [2022-04-20T10:19:04.437Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-04-20T10:19:04.437Z] === RUN TestRemoveImageOrphaning [2022-04-20T10:19:04.696Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-04-20T10:19:04.696Z] === RUN TestRemoveImageGarbageCollector [2022-04-20T10:19:05.263Z] time="2022-04-20T10:19:05Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-04-20T10:19:06.639Z] --- PASS: TestRemoveImageGarbageCollector (1.86s) [2022-04-20T10:19:06.639Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-20T10:19:06.639Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-04-20T10:19:06.639Z] === RUN TestTagInvalidReference [2022-04-20T10:19:06.639Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-20T10:19:06.639Z] === RUN TestTagValidPrefixedRepo [2022-04-20T10:19:06.639Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-04-20T10:19:06.639Z] === RUN TestTagExistedNameWithoutForce [2022-04-20T10:19:06.639Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-20T10:19:06.639Z] === RUN TestTagOfficialNames [2022-04-20T10:19:06.897Z] --- PASS: TestTagOfficialNames (0.05s) [2022-04-20T10:19:06.897Z] === RUN TestTagMatchesDigest [2022-04-20T10:19:06.897Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-04-20T10:19:06.897Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-20T10:19:08.666Z] 4612f6d0b889: Pull complete [2022-04-20T10:19:09.679Z] INFO: Expanding go... [2022-04-20T10:19:10.287Z] #60 289.5 + bin/containerd-shim-runc-v1 [2022-04-20T10:19:10.508Z] .........................xx.................... [ 29%] [2022-04-20T10:19:10.548Z] #60 287.0 + bin/containerd-shim-runc-v1 [2022-04-20T10:19:16.833Z] #60 295.8 + bin/containerd-shim-runc-v2 [2022-04-20T10:19:17.107Z] #60 293.2 + bin/containerd-shim-runc-v2 [2022-04-20T10:19:17.365Z] #60 294.0 + binaries [2022-04-20T10:19:17.365Z] #60 294.0 + install -D bin/containerd /build/containerd [2022-04-20T10:19:17.365Z] #60 294.1 + install -D bin/containerd-shim /build/containerd-shim [2022-04-20T10:19:17.365Z] #60 294.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-20T10:19:17.365Z] #60 294.1 + install -D bin/ctr /build/ctr [2022-04-20T10:19:17.395Z] #60 296.6 + binaries [2022-04-20T10:19:17.395Z] #60 296.6 + install -D bin/containerd /build/containerd [2022-04-20T10:19:17.395Z] #60 296.6 + install -D bin/containerd-shim /build/containerd-shim [2022-04-20T10:19:17.395Z] #60 296.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-20T10:19:17.395Z] #60 296.6 + install -D bin/ctr /build/ctr [2022-04-20T10:19:19.263Z] #60 DONE 295.9s [2022-04-20T10:19:19.911Z] #60 DONE 298.5s [2022-04-20T10:19:20.167Z] [2022-04-20T10:19:20.167Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-20T10:19:20.167Z] #61 sha256:7a04f7bfbef60b36a849a3c68a188e8d68c4e9e3b4d511448b2c6a66eee79f50 [2022-04-20T10:19:20.198Z] [2022-04-20T10:19:20.198Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-20T10:19:20.198Z] #61 sha256:9457b6de0461f70294600c4f8144ec00a99afe5f825b6f25b602567c1486811f [2022-04-20T10:19:20.765Z] #61 DONE 0.7s [2022-04-20T10:19:20.765Z] [2022-04-20T10:19:20.765Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-20T10:19:20.765Z] #66 sha256:7b745321625f445905d318bf20e1cd19091065f61915b55d7a30201804cd1d85 [2022-04-20T10:19:21.023Z] #66 DONE 0.2s [2022-04-20T10:19:21.023Z] [2022-04-20T10:19:21.023Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-20T10:19:21.023Z] #71 sha256:3912a15d175f00834892b4aaa7042b07b484e7ddecdd068b56da5b20bd017de9 [2022-04-20T10:19:21.093Z] #61 DONE 0.8s [2022-04-20T10:19:21.093Z] [2022-04-20T10:19:21.094Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-20T10:19:21.094Z] #66 sha256:6ae7a34864d9ab309be1f4fd2c1e9fc7edb47b53f9bd918e12759e715d63281c [2022-04-20T10:19:21.094Z] #66 DONE 0.2s [2022-04-20T10:19:21.349Z] [2022-04-20T10:19:21.349Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-20T10:19:21.349Z] #71 sha256:24d4b0c7720e563dae2b491ff01ca0bd59c1782255307e72361d885718e0f9a7 [2022-04-20T10:19:21.590Z] #71 DONE 0.8s [2022-04-20T10:19:21.849Z] [2022-04-20T10:19:21.849Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-20T10:19:21.849Z] #72 sha256:9ee4127e82f0dae13b94b6145ecdb9a7221e7df01b35dd183ca4ac78a4a8ae57 [2022-04-20T10:19:21.849Z] #72 DONE 0.0s [2022-04-20T10:19:21.849Z] [2022-04-20T10:19:21.849Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-20T10:19:21.849Z] #73 sha256:91667e7c0e4e3c72f80001372711e484dc921166238f1b0b957323477d0e060b [2022-04-20T10:19:21.910Z] #71 DONE 0.9s [2022-04-20T10:19:22.167Z] [2022-04-20T10:19:22.167Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-20T10:19:22.167Z] #72 sha256:4d68057da50b2cc65be6b1561ab22c4710018b4eddbe82306e0e196ca9361375 [2022-04-20T10:19:22.167Z] #72 DONE 0.0s [2022-04-20T10:19:22.167Z] [2022-04-20T10:19:22.167Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-20T10:19:22.167Z] #73 sha256:2ac84bc49ef679f130be0fcb9ae200fad2a4272979939dccf304c5d9c6dd7de9 [2022-04-20T10:19:22.417Z] #73 DONE 0.8s [2022-04-20T10:19:22.675Z] [2022-04-20T10:19:22.675Z] #74 exporting to image [2022-04-20T10:19:22.675Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-20T10:19:22.675Z] #74 exporting layers [2022-04-20T10:19:23.095Z] #73 DONE 0.8s [2022-04-20T10:19:23.095Z] [2022-04-20T10:19:23.095Z] #74 exporting to image [2022-04-20T10:19:23.095Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-20T10:19:23.095Z] #74 exporting layers [2022-04-20T10:19:27.830Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-04-20T10:19:29.238Z] #74 exporting layers 6.2s done [2022-04-20T10:19:29.238Z] #74 writing image sha256:2d81a919cfadc83c6eb7faaa8884894c7efdf85981aaa15fe79b8de55d910164 done [2022-04-20T10:19:29.238Z] #74 naming to docker.io/library/docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 done [2022-04-20T10:19:29.238Z] #74 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-04-20T10:19:29.579Z] + trap exit INT TERM [2022-04-20T10:19:29.579Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-04-20T10:19:29.579Z] + CONTAINER_NAME=docker-pr3 [2022-04-20T10:19:29.579Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43501/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 -e DOCKER_GRAPHDRIVER docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 hack/make.sh dynbinary [2022-04-20T10:19:29.633Z] #74 exporting layers 6.2s done [2022-04-20T10:19:29.633Z] #74 writing image sha256:00d767bf37aaddb964c167b5f318af325b7c449b5d4113173b77ab4e6bb74fc0 done [2022-04-20T10:19:29.633Z] #74 naming to docker.io/library/docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 done [2022-04-20T10:19:29.633Z] #74 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-20T10:19:29.983Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 -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:b816b3576e352a54820e3b84ca48a7f3fe166c59 hack/make.sh dynbinary test-integration [2022-04-20T10:19:30.951Z] [2022-04-20T10:19:31.210Z] Removing bundles/ [2022-04-20T10:19:31.210Z] [2022-04-20T10:19:31.210Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-20T10:19:31.210Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:19:31.210Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:19:31.351Z] [2022-04-20T10:19:31.351Z] Removing bundles/ [2022-04-20T10:19:31.351Z] [2022-04-20T10:19:31.351Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-20T10:19:31.351Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:19:31.351Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:19:35.284Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-04-20T10:19:39.784Z] INFO: Expanding compiler 1 of 3... [2022-04-20T10:19:39.784Z] INFO: Expanding compiler 2 of 3... [2022-04-20T10:19:40.997Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-04-20T10:19:42.737Z] INFO: Expanding compiler 3 of 3... [2022-04-20T10:19:43.205Z] INFO: Removing downloaded files... [2022-04-20T10:19:43.205Z] INFO: Downloading containerd [2022-04-20T10:19:58.364Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-04-20T10:20:07.750Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-04-20T10:20:09.248Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-04-20T10:20:10.711Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:20:10.711Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:20:10.711Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:20:10.711Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:20:10.711Z] [2022-04-20T10:20:10.711Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-20T10:20:10.711Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-20T10:20:10.711Z] HOSTNAME=5960ca0ca820 [2022-04-20T10:20:10.711Z] TESTDEBUG=0 [2022-04-20T10:20:10.711Z] DEST=bundles/test-integration [2022-04-20T10:20:10.711Z] PWD=/go/src/github.com/docker/docker [2022-04-20T10:20:10.711Z] DOCKER_GITCOMMIT=9de8618ce40dcf65115828ac97b99a8007b721df [2022-04-20T10:20:10.711Z] container=docker [2022-04-20T10:20:10.711Z] HOME=/root [2022-04-20T10:20:10.711Z] GOLANG_VERSION=1.18.1 [2022-04-20T10:20:10.711Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-20T10:20:10.711Z] VALIDATE_BRANCH=master [2022-04-20T10:20:10.711Z] TERM=xterm [2022-04-20T10:20:10.711Z] DOCKER_PKG=github.com/docker/docker [2022-04-20T10:20:10.711Z] SHLVL=1 [2022-04-20T10:20:10.711Z] TIMEOUT=120m [2022-04-20T10:20:10.711Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-20T10:20:10.711Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-20T10:20:10.711Z] GO111MODULE=off [2022-04-20T10:20:10.711Z] DOCKER_EXPERIMENTAL=1 [2022-04-20T10:20:10.711Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-20T10:20:10.711Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-20T10:20:10.711Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-20T10:20:10.711Z] GOPATH=/go [2022-04-20T10:20:10.711Z] PKG_CONFIG=pkg-config [2022-04-20T10:20:10.711Z] _=/usr/bin/env [2022-04-20T10:20:10.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-20T10:20:12.794Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-04-20T10:20:28.485Z] ............................ [ 66%] [2022-04-20T10:20:42.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-20T10:20:42.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-20T10:20:43.337Z] --- PASS: TestImportExtremelyLargeImageWorks (92.31s) [2022-04-20T10:20:43.337Z] PASS [2022-04-20T10:20:43.337Z] [2022-04-20T10:20:43.337Z] DONE 22 tests in 95.376s [2022-04-20T10:20:43.337Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-20T10:20:43.337Z] INFO: Testing against a local daemon [2022-04-20T10:20:43.337Z] === RUN TestNetworkCreateDelete [2022-04-20T10:20:43.337Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-04-20T10:20:43.337Z] === RUN TestDockerNetworkDeletePreferID [2022-04-20T10:20:43.337Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-04-20T10:20:43.337Z] === RUN TestDaemonDNSFallback [2022-04-20T10:20:43.818Z] [2022-04-20T10:20:43.818Z] Name Version Source Summary [2022-04-20T10:20:43.818Z] ---- ------- ------ ------- [2022-04-20T10:20:43.818Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-20T10:20:43.818Z] [2022-04-20T10:20:43.818Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-20T10:20:43.818Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-20T10:20:43.818Z] PSChildName : containerd [2022-04-20T10:20:43.818Z] PSDrive : C [2022-04-20T10:20:43.818Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-20T10:20:43.818Z] PSIsContainer : True [2022-04-20T10:20:43.818Z] Name : containerd [2022-04-20T10:20:43.818Z] FullName : C:\containerd [2022-04-20T10:20:43.818Z] Parent : [2022-04-20T10:20:43.818Z] Exists : True [2022-04-20T10:20:43.818Z] Root : C:\ [2022-04-20T10:20:43.818Z] Extension : [2022-04-20T10:20:43.818Z] CreationTime : 4/20/2022 10:20:42 AM [2022-04-20T10:20:43.818Z] CreationTimeUtc : 4/20/2022 10:20:42 AM [2022-04-20T10:20:43.818Z] LastAccessTime : 4/20/2022 10:20:42 AM [2022-04-20T10:20:43.818Z] LastAccessTimeUtc : 4/20/2022 10:20:42 AM [2022-04-20T10:20:43.818Z] LastWriteTime : 4/20/2022 10:20:42 AM [2022-04-20T10:20:43.818Z] LastWriteTimeUtc : 4/20/2022 10:20:42 AM [2022-04-20T10:20:43.818Z] Attributes : Directory [2022-04-20T10:20:43.818Z] Mode : d----- [2022-04-20T10:20:43.818Z] BaseName : containerd [2022-04-20T10:20:43.818Z] Target : {} [2022-04-20T10:20:43.818Z] LinkType : [2022-04-20T10:20:43.818Z] [2022-04-20T10:20:43.818Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-20T10:20:43.818Z] INFO: Configuring git core.autocrlf... [2022-04-20T10:20:43.818Z] [2022-04-20T10:20:43.818Z] [2022-04-20T10:20:45.869Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-04-20T10:20:45.869Z] === RUN TestInspectNetwork [2022-04-20T10:20:47.075Z] dccd9e4d14d3: Pull complete [2022-04-20T10:20:47.075Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-20T10:20:47.075Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:20:47.075Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:20:47.075Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-04-20T10:20:47.075Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-04-20T10:20:47.075Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-04-20T10:20:47.075Z] INFO: Docker version of control daemon [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] Client: [2022-04-20T10:20:47.075Z] Version: 20.10.9 [2022-04-20T10:20:47.075Z] API version: 1.41 [2022-04-20T10:20:47.075Z] Go version: go1.16.8 [2022-04-20T10:20:47.075Z] Git commit: c2ea9bc [2022-04-20T10:20:47.075Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-20T10:20:47.075Z] OS/Arch: windows/amd64 [2022-04-20T10:20:47.075Z] Context: default [2022-04-20T10:20:47.075Z] Experimental: true [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] Server: Docker Engine - Community [2022-04-20T10:20:47.075Z] Engine: [2022-04-20T10:20:47.075Z] Version: 20.10.9 [2022-04-20T10:20:47.075Z] API version: 1.41 (minimum version 1.24) [2022-04-20T10:20:47.075Z] Go version: go1.16.8 [2022-04-20T10:20:47.075Z] Git commit: 79ea9d3 [2022-04-20T10:20:47.075Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-20T10:20:47.075Z] OS/Arch: windows/amd64 [2022-04-20T10:20:47.075Z] Experimental: true [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] INFO: Docker info of control daemon [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] Client: [2022-04-20T10:20:47.075Z] Context: default [2022-04-20T10:20:47.075Z] Debug Mode: false [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] Server: [2022-04-20T10:20:47.075Z] Containers: 0 [2022-04-20T10:20:47.075Z] Running: 0 [2022-04-20T10:20:47.075Z] Paused: 0 [2022-04-20T10:20:47.075Z] Stopped: 0 [2022-04-20T10:20:47.075Z] Images: 1 [2022-04-20T10:20:47.075Z] Server Version: 20.10.9 [2022-04-20T10:20:47.075Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-20T10:20:47.075Z] Windows: [2022-04-20T10:20:47.075Z] LCOW: [2022-04-20T10:20:47.075Z] Logging Driver: json-file [2022-04-20T10:20:47.075Z] Plugins: [2022-04-20T10:20:47.075Z] Volume: local [2022-04-20T10:20:47.075Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:20:47.075Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:20:47.075Z] Swarm: inactive [2022-04-20T10:20:47.075Z] Default Isolation: process [2022-04-20T10:20:47.075Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T10:20:47.075Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-20T10:20:47.075Z] OSType: windows [2022-04-20T10:20:47.075Z] Architecture: x86_64 [2022-04-20T10:20:47.075Z] CPUs: 4 [2022-04-20T10:20:47.075Z] Total Memory: 32GiB [2022-04-20T10:20:47.075Z] Name: azwin-2-b9c300 [2022-04-20T10:20:47.075Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-20T10:20:47.075Z] Docker Root Dir: D:\docker [2022-04-20T10:20:47.075Z] Debug Mode: false [2022-04-20T10:20:47.075Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:20:47.075Z] Labels: [2022-04-20T10:20:47.075Z] Experimental: true [2022-04-20T10:20:47.075Z] Insecure Registries: [2022-04-20T10:20:47.075Z] 10.0.0.4:5000 [2022-04-20T10:20:47.075Z] 127.0.0.0/8 [2022-04-20T10:20:47.075Z] Registry Mirrors: [2022-04-20T10:20:47.075Z] http://10.0.0.4:5000/ [2022-04-20T10:20:47.075Z] Live Restore Enabled: false [2022-04-20T10:20:47.075Z] Product License: Community Engine [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] INFO: Commit hash is 95c8fa20bb [2022-04-20T10:20:47.075Z] INFO: Nuke-Everything... [2022-04-20T10:20:47.075Z] INFO: Container count on control daemon to delete is 0 [2022-04-20T10:20:47.075Z] INFO: Nuking d:\CI [2022-04-20T10:20:47.075Z] INFO: Zapped successfully [2022-04-20T10:20:47.075Z] INFO: Location for testing is d:\CI\PR-43501\3 [2022-04-20T10:20:47.075Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] INFO: Building the image from Dockerfile.windows at 04/20/2022 10:20:34... [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] Sending build context to Docker daemon 66.31MB [2022-04-20T10:20:47.075Z] [2022-04-20T10:20:47.075Z] Step 1/11 : FROM microsoft/windowsservercore [2022-04-20T10:20:47.075Z] ---> aa8714eb8356 [2022-04-20T10:20:47.075Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-20T10:20:47.075Z] ---> Running in 237f76ab3966 [2022-04-20T10:20:47.075Z] Removing intermediate container 237f76ab3966 [2022-04-20T10:20:47.075Z] ---> 4c0ec77db23b [2022-04-20T10:20:47.075Z] Step 3/11 : ARG GO_VERSION=1.18.1 [2022-04-20T10:20:47.075Z] ---> Running in 1bbc1401d7aa [2022-04-20T10:20:47.075Z] Removing intermediate container 1bbc1401d7aa [2022-04-20T10:20:47.075Z] ---> 2eb40e230706 [2022-04-20T10:20:47.075Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-04-20T10:20:47.075Z] ---> Running in 0c11efc73e65 [2022-04-20T10:20:47.075Z] Removing intermediate container 0c11efc73e65 [2022-04-20T10:20:47.075Z] ---> 554e4f6bffd4 [2022-04-20T10:20:47.075Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-20T10:20:47.075Z] ---> Running in 00eae54e4a30 [2022-04-20T10:20:47.075Z] Removing intermediate container 00eae54e4a30 [2022-04-20T10:20:47.075Z] ---> 7a6fedacc370 [2022-04-20T10:20:47.075Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-04-20T10:20:47.075Z] ---> Running in 56aa0d739a79 [2022-04-20T10:20:47.075Z] Removing intermediate container 56aa0d739a79 [2022-04-20T10:20:47.075Z] ---> 2c87f8e0c651 [2022-04-20T10:20:47.075Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-04-20T10:20:47.075Z] ---> Running in e46c19bf4733 [2022-04-20T10:20:49.154Z] === RUN TestInspectNetwork/full_network_id [2022-04-20T10:20:49.154Z] === RUN TestInspectNetwork/partial_network_id [2022-04-20T10:20:49.154Z] === RUN TestInspectNetwork/network_name [2022-04-20T10:20:49.154Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-20T10:20:49.998Z] [2022-04-20T10:20:49.998Z] SUCCESS: Specified value was saved. [2022-04-20T10:20:50.455Z] INFO: Downloading git... [2022-04-20T10:20:51.998Z] INFO: Downloading go... [2022-04-20T10:20:53.338Z] --- PASS: TestInspectNetwork (7.10s) [2022-04-20T10:20:53.338Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-20T10:20:53.338Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-20T10:20:53.338Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-20T10:20:53.338Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-20T10:20:53.338Z] === RUN TestRunContainerWithBridgeNone [2022-04-20T10:20:53.538Z] INFO: Downloading compiler 1 of 3... [2022-04-20T10:20:53.996Z] INFO: Downloading compiler 2 of 3... [2022-04-20T10:20:53.996Z] INFO: Downloading compiler 3 of 3... [2022-04-20T10:20:53.996Z] INFO: Extracting git... [2022-04-20T10:20:54.739Z] --- PASS: TestRunContainerWithBridgeNone (1.60s) [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-20T10:20:54.739Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:20:54.739Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:20:54.739Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:20:54.739Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-20T10:20:54.739Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-20T10:20:54.739Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-20T10:20:54.739Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-20T10:20:54.739Z] === RUN TestNetworkList [2022-04-20T10:20:54.739Z] === RUN TestNetworkList//networks [2022-04-20T10:20:54.739Z] === PAUSE TestNetworkList//networks [2022-04-20T10:20:54.739Z] === RUN TestNetworkList//networks/ [2022-04-20T10:20:54.739Z] === PAUSE TestNetworkList//networks/ [2022-04-20T10:20:54.739Z] === CONT TestNetworkList//networks [2022-04-20T10:20:54.739Z] === CONT TestNetworkList//networks/ [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkList (0.01s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-20T10:20:54.739Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-20T10:20:54.739Z] === RUN TestHostIPv4BridgeLabel [2022-04-20T10:20:55.310Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-04-20T10:20:55.310Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-20T10:20:56.246Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-04-20T10:20:56.246Z] === RUN TestDaemonDefaultNetworkPools [2022-04-20T10:20:56.814Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2022-04-20T10:20:56.814Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-20T10:20:58.190Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-04-20T10:20:58.190Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-20T10:20:59.566Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-04-20T10:20:59.566Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-20T10:20:59.825Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-04-20T10:20:59.825Z] === RUN TestServiceWithPredefinedNetwork [2022-04-20T10:21:00.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-20T10:21:02.356Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s) [2022-04-20T10:21:02.356Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-20T10:21:02.356Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:21:02.356Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:21:02.356Z] === RUN TestServiceWithDataPathPortInit [2022-04-20T10:21:07.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-20T10:21:08.787Z] INFO: Expanding go... [2022-04-20T10:21:08.950Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-04-20T10:21:15.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-20T10:21:15.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-20T10:21:16.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-20T10:21:17.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-20T10:21:17.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-20T10:21:17.230Z] --- PASS: TestServiceWithDataPathPortInit (13.75s) [2022-04-20T10:21:17.230Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-20T10:21:18.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-20T10:21:18.606Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:sedysmcinc3mkaxnzlekj6ieu Created:2022-04-20 10:21:17.104804404 +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[f202803df8a048723aa7a675f574120b61ac8813b3ce487062c41c7f24703e28:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.et2ubrwtdhdl82z0426ywzhnd EndpointID:8ef2d4dbe0af537ea70dc263b00342a30e30b883cec3ae050b878089732ced73 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:44c836ef29e4c211915512472a070444e9ab4bff766332145d8d1fd9b6d52537 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:b519b0850cc7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.et2ubrwtdhdl82z0426ywzhnd EndpointID:8ef2d4dbe0af537ea70dc263b00342a30e30b883cec3ae050b878089732ced73 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-20T10:21:19.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-20T10:21:20.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-20T10:21:21.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-20T10:21:22.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-20T10:21:22.793Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-04-20T10:21:22.794Z] PASS [2022-04-20T10:21:22.794Z] [2022-04-20T10:21:22.794Z] === Skipped [2022-04-20T10:21:22.794Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:21:22.794Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:21:22.794Z] [2022-04-20T10:21:22.794Z] DONE 38 tests, 1 skipped in 43.695s [2022-04-20T10:21:22.794Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:21:22.794Z] INFO: Testing against a local daemon [2022-04-20T10:21:22.794Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-20T10:21:22.794Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:21:22.794Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:21:22.794Z] === RUN TestDockerNetworkIpvlan [2022-04-20T10:21:22.794Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:21:22.794Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:21:22.794Z] PASS [2022-04-20T10:21:22.794Z] [2022-04-20T10:21:22.794Z] === Skipped [2022-04-20T10:21:22.794Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:21:22.794Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:21:22.794Z] [2022-04-20T10:21:22.794Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:21:22.794Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:21:22.794Z] [2022-04-20T10:21:22.794Z] DONE 2 tests, 2 skipped in 0.022s [2022-04-20T10:21:22.794Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:21:22.794Z] INFO: Testing against a local daemon [2022-04-20T10:21:22.794Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-20T10:21:23.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-20T10:21:23.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-20T10:21:24.076Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-04-20T10:21:24.169Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-04-20T10:21:24.169Z] === RUN TestDockerNetworkMacvlan [2022-04-20T10:21:24.735Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-20T10:21:25.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-20T10:21:25.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-20T10:21:25.670Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-20T10:21:25.976Z] tests/integration/client_test.py ..... [ 75%] [2022-04-20T10:21:25.976Z] tests/integration/context_api_test.py ... [ 76%] [2022-04-20T10:21:26.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-20T10:21:26.236Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-20T10:21:26.542Z] tests/integration/errors_test.py . [ 76%] [2022-04-20T10:21:26.786Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-20T10:21:26.786Z] Using test binary docker [2022-04-20T10:21:27.045Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-20T10:21:27.045Z] +++ /etc/init.d/apparmor start [2022-04-20T10:21:27.045Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-20T10:21:27.045Z] INFO: Waiting for daemon to start... [2022-04-20T10:21:27.045Z] Starting dockerd [2022-04-20T10:21:27.045Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-04-20T10:21:28.140Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-20T10:21:28.958Z] . [2022-04-20T10:21:28.958Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-20T10:21:28.958Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-20T10:21:28.958Z] Error: No such image: emptyfs [2022-04-20T10:21:28.958Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-20T10:21:28.958Z] ++++ docker load [2022-04-20T10:21:29.220Z] Running integration-test (iteration 1) [2022-04-20T10:21:29.220Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-04-20T10:21:29.220Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:21:29.220Z] ++ set -e [2022-04-20T10:21:29.220Z] ++ '[' -n 0 ']' [2022-04-20T10:21:29.220Z] ++ set -x [2022-04-20T10:21:29.221Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:21:29.480Z] Loaded image: busybox:latest [2022-04-20T10:21:29.480Z] Loaded image: busybox:glibc [2022-04-20T10:21:30.060Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-20T10:21:30.420Z] Loaded image: debian:bullseye-slim [2022-04-20T10:21:30.680Z] Loaded image: hello-world:latest [2022-04-20T10:21:30.680Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:21:30.680Z] INFO: Testing against a local daemon [2022-04-20T10:21:30.680Z] === RUN TestCgroupNamespacesBuild [2022-04-20T10:21:32.060Z] --- PASS: TestCgroupNamespacesBuild (1.12s) [2022-04-20T10:21:32.060Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-20T10:21:32.999Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.18s) [2022-04-20T10:21:32.999Z] === RUN TestBuildWithSession [2022-04-20T10:21:32.999Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:21:32.999Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-20T10:21:32.999Z] === RUN TestBuildSquashParent [2022-04-20T10:21:33.351Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-20T10:21:33.609Z] --- PASS: TestDockerNetworkMacvlan (9.54s) [2022-04-20T10:21:33.609Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-04-20T10:21:33.609Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-04-20T10:21:33.609Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s) [2022-04-20T10:21:33.609Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.86s) [2022-04-20T10:21:33.609Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.03s) [2022-04-20T10:21:33.609Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2022-04-20T10:21:33.609Z] PASS [2022-04-20T10:21:33.609Z] [2022-04-20T10:21:33.609Z] DONE 8 tests in 10.791s [2022-04-20T10:21:33.609Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-20T10:21:33.609Z] testing: warning: no tests to run [2022-04-20T10:21:33.609Z] PASS [2022-04-20T10:21:33.609Z] [2022-04-20T10:21:33.609Z] DONE 0 tests in 0.008s [2022-04-20T10:21:33.609Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-20T10:21:33.609Z] INFO: Testing against a local daemon [2022-04-20T10:21:33.609Z] === RUN TestAuthZPluginAllowRequest [2022-04-20T10:21:34.985Z] --- PASS: TestAuthZPluginAllowRequest (1.17s) [2022-04-20T10:21:34.985Z] === RUN TestAuthZPluginTLS [2022-04-20T10:21:35.551Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-04-20T10:21:35.551Z] === RUN TestAuthZPluginDenyRequest [2022-04-20T10:21:35.868Z] ba8181afd426: Pull complete [2022-04-20T10:21:35.868Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-04-20T10:21:35.868Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:21:35.868Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:21:35.868Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-04-20T10:21:35.868Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-04-20T10:21:36.117Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-04-20T10:21:36.117Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-20T10:21:36.290Z] --- PASS: TestBuildSquashParent (3.32s) [2022-04-20T10:21:36.290Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-20T10:21:36.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:21:36.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:21:36.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:21:36.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:21:36.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:21:36.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:21:36.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:21:36.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:21:36.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:21:36.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:21:36.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:21:36.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:21:36.290Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:21:36.290Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:21:36.338Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2803' [2022-04-20T10:21:36.338Z] INFO: Docker version of control daemon [2022-04-20T10:21:36.338Z] [2022-04-20T10:21:36.338Z] Client: [2022-04-20T10:21:36.338Z] Version: 20.10.9 [2022-04-20T10:21:36.338Z] API version: 1.41 [2022-04-20T10:21:36.338Z] Go version: go1.16.8 [2022-04-20T10:21:36.338Z] Git commit: c2ea9bc [2022-04-20T10:21:36.338Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-20T10:21:36.338Z] OS/Arch: windows/amd64 [2022-04-20T10:21:36.338Z] Context: default [2022-04-20T10:21:36.338Z] Experimental: true [2022-04-20T10:21:36.338Z] [2022-04-20T10:21:36.338Z] Server: Docker Engine - Community [2022-04-20T10:21:36.338Z] Engine: [2022-04-20T10:21:36.338Z] Version: 20.10.9 [2022-04-20T10:21:36.338Z] API version: 1.41 (minimum version 1.24) [2022-04-20T10:21:36.338Z] Go version: go1.16.8 [2022-04-20T10:21:36.338Z] Git commit: 79ea9d3 [2022-04-20T10:21:36.338Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-20T10:21:36.338Z] OS/Arch: windows/amd64 [2022-04-20T10:21:36.338Z] Experimental: true [2022-04-20T10:21:36.338Z] [2022-04-20T10:21:36.338Z] INFO: Docker info of control daemon [2022-04-20T10:21:36.338Z] [2022-04-20T10:21:36.376Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-20T10:21:36.376Z] === RUN TestAuthZPluginDenyResponse [2022-04-20T10:21:36.942Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-04-20T10:21:36.942Z] === RUN TestAuthZPluginAllowEventStream [2022-04-20T10:21:37.330Z] Client: [2022-04-20T10:21:37.330Z] Context: default [2022-04-20T10:21:37.330Z] Debug Mode: false [2022-04-20T10:21:37.330Z] Plugins: [2022-04-20T10:21:37.330Z] app: Docker Application (Docker Inc., v0.8.0) [2022-04-20T10:21:37.330Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-04-20T10:21:37.330Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-04-20T10:21:37.330Z] [2022-04-20T10:21:37.330Z] Server: [2022-04-20T10:21:37.330Z] Containers: 0 [2022-04-20T10:21:37.330Z] Running: 0 [2022-04-20T10:21:37.330Z] Paused: 0 [2022-04-20T10:21:37.330Z] Stopped: 0 [2022-04-20T10:21:37.330Z] Images: 1 [2022-04-20T10:21:37.330Z] Server Version: 20.10.9 [2022-04-20T10:21:37.330Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-20T10:21:37.330Z] Windows: [2022-04-20T10:21:37.330Z] LCOW: [2022-04-20T10:21:37.330Z] Logging Driver: json-file [2022-04-20T10:21:37.330Z] Plugins: [2022-04-20T10:21:37.330Z] Volume: local [2022-04-20T10:21:37.330Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:21:37.330Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:21:37.330Z] Swarm: inactive [2022-04-20T10:21:37.330Z] Default Isolation: process [2022-04-20T10:21:37.330Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-20T10:21:37.330Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-04-20T10:21:37.330Z] OSType: windows [2022-04-20T10:21:37.330Z] Architecture: x86_64 [2022-04-20T10:21:37.330Z] CPUs: 4 [2022-04-20T10:21:37.330Z] Total Memory: 32GiB [2022-04-20T10:21:37.330Z] Name: azwin-2-9bd570 [2022-04-20T10:21:37.330Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-04-20T10:21:37.330Z] Docker Root Dir: D:\docker [2022-04-20T10:21:37.330Z] Debug Mode: false [2022-04-20T10:21:37.330Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:21:37.330Z] Labels: [2022-04-20T10:21:37.330Z] Experimental: true [2022-04-20T10:21:37.330Z] Insecure Registries: [2022-04-20T10:21:37.330Z] 10.0.0.4:5000 [2022-04-20T10:21:37.330Z] 127.0.0.0/8 [2022-04-20T10:21:37.330Z] Registry Mirrors: [2022-04-20T10:21:37.330Z] http://10.0.0.4:5000/ [2022-04-20T10:21:37.330Z] Live Restore Enabled: false [2022-04-20T10:21:37.330Z] Product License: Community Engine [2022-04-20T10:21:37.330Z] [2022-04-20T10:21:37.330Z] [2022-04-20T10:21:37.330Z] INFO: Commit hash is 6fa577d597 [2022-04-20T10:21:37.669Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:21:37.669Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:21:37.679Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:21:37.679Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:21:37.679Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:21:37.679Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:21:37.679Z] [2022-04-20T10:21:37.679Z] + TEST_INTEGRATION_DEST=2 [2022-04-20T10:21:37.679Z] + CONTAINER_NAME=docker-pr3-2 [2022-04-20T10:21:37.679Z] + TEST_SKIP_INTEGRATION=1 [2022-04-20T10:21:37.679Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-04-20T10:21:37.679Z] + run_tests [2022-04-20T10:21:37.679Z] + c=0 [2022-04-20T10:21:37.679Z] + '[' -n 0 ']' [2022-04-20T10:21:37.679Z] + rm= [2022-04-20T10:21:37.679Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43501/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43501/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 hack/make.sh '' test-integration [2022-04-20T10:21:37.679Z] ++ jobs -p [2022-04-20T10:21:37.679Z] + TEST_INTEGRATION_DEST=3 [2022-04-20T10:21:37.679Z] + CONTAINER_NAME=docker-pr3-3 [2022-04-20T10:21:37.679Z] + TEST_SKIP_INTEGRATION=1 [2022-04-20T10:21:37.679Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-04-20T10:21:37.679Z] + run_tests [2022-04-20T10:21:37.679Z] + '[' -n 0 ']' [2022-04-20T10:21:37.679Z] + rm= [2022-04-20T10:21:37.679Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43501/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43501/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 hack/make.sh '' test-integration [2022-04-20T10:21:37.679Z] + TEST_INTEGRATION_DEST=1 [2022-04-20T10:21:37.679Z] + CONTAINER_NAME=docker-pr3-1 [2022-04-20T10:21:37.679Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-04-20T10:21:37.679Z] + run_tests test-integration-flaky [2022-04-20T10:21:37.679Z] + '[' -n 0 ']' [2022-04-20T10:21:37.679Z] + rm= [2022-04-20T10:21:37.679Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43501/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43501/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b816b3576e352a54820e3b84ca48a7f3fe166c59 hack/make.sh test-integration-flaky test-integration [2022-04-20T10:21:37.679Z] + for job in $(jobs -p) [2022-04-20T10:21:37.679Z] + wait 1253 [2022-04-20T10:21:37.679Z] [2022-04-20T10:21:37.679Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-20T10:21:37.679Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-20T10:21:37.679Z] HOSTNAME=4c7598f11e38 [2022-04-20T10:21:37.679Z] TEST_SKIP_INTEGRATION=1 [2022-04-20T10:21:37.679Z] TESTDEBUG=0 [2022-04-20T10:21:37.679Z] DEST=bundles/test-integration [2022-04-20T10:21:37.679Z] PWD=/go/src/github.com/docker/docker [2022-04-20T10:21:37.679Z] KEEPBUNDLE=1 [2022-04-20T10:21:37.679Z] DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 [2022-04-20T10:21:37.679Z] container=docker [2022-04-20T10:21:37.679Z] HOME=/root [2022-04-20T10:21:37.679Z] GOLANG_VERSION=1.18.1 [2022-04-20T10:21:37.679Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-20T10:21:37.679Z] VALIDATE_BRANCH=master [2022-04-20T10:21:37.679Z] TERM=xterm [2022-04-20T10:21:37.679Z] DOCKER_PKG=github.com/docker/docker [2022-04-20T10:21:37.679Z] SHLVL=1 [2022-04-20T10:21:37.679Z] TIMEOUT=120m [2022-04-20T10:21:37.679Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-20T10:21:37.679Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-20T10:21:37.679Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-04-20T10:21:37.679Z] GO111MODULE=off [2022-04-20T10:21:37.679Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-20T10:21:37.679Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-20T10:21:37.679Z] GOPATH=/go [2022-04-20T10:21:37.680Z] PKG_CONFIG=pkg-config [2022-04-20T10:21:37.680Z] _=/usr/bin/env [2022-04-20T10:21:37.680Z] Building test suite binary ./integration-cli/test.main [2022-04-20T10:21:37.680Z] [2022-04-20T10:21:37.680Z] [2022-04-20T10:21:37.680Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-04-20T10:21:37.680Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-20T10:21:37.680Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-20T10:21:37.680Z] HOSTNAME=4865241bfa90 [2022-04-20T10:21:37.680Z] TEST_SKIP_INTEGRATION=1 [2022-04-20T10:21:37.680Z] TESTDEBUG=0 [2022-04-20T10:21:37.680Z] DEST=bundles/test-integration [2022-04-20T10:21:37.680Z] PWD=/go/src/github.com/docker/docker [2022-04-20T10:21:37.680Z] KEEPBUNDLE=1 [2022-04-20T10:21:37.680Z] DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 [2022-04-20T10:21:37.680Z] container=docker [2022-04-20T10:21:37.680Z] HOME=/root [2022-04-20T10:21:37.680Z] GOLANG_VERSION=1.18.1 [2022-04-20T10:21:37.680Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-20T10:21:37.680Z] VALIDATE_BRANCH=master [2022-04-20T10:21:37.680Z] TERM=xterm [2022-04-20T10:21:37.680Z] DOCKER_PKG=github.com/docker/docker [2022-04-20T10:21:37.680Z] SHLVL=1 [2022-04-20T10:21:37.680Z] TIMEOUT=120m [2022-04-20T10:21:37.680Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-20T10:21:37.680Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-20T10:21:37.680Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-04-20T10:21:37.680Z] GO111MODULE=off [2022-04-20T10:21:37.680Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-20T10:21:37.680Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-20T10:21:37.680Z] GOPATH=/go [2022-04-20T10:21:37.680Z] PKG_CONFIG=pkg-config [2022-04-20T10:21:37.680Z] _=/usr/bin/env [2022-04-20T10:21:37.680Z] Building test suite binary ./integration-cli/test.main [2022-04-20T10:21:37.680Z] No new tests added to integration. [2022-04-20T10:21:37.680Z] [2022-04-20T10:21:37.680Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-20T10:21:37.680Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-20T10:21:37.680Z] HOSTNAME=3b37572aef67 [2022-04-20T10:21:37.680Z] TESTDEBUG=0 [2022-04-20T10:21:37.680Z] DEST=bundles/test-integration [2022-04-20T10:21:37.680Z] PWD=/go/src/github.com/docker/docker [2022-04-20T10:21:37.680Z] KEEPBUNDLE=1 [2022-04-20T10:21:37.680Z] DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 [2022-04-20T10:21:37.680Z] container=docker [2022-04-20T10:21:37.680Z] HOME=/root [2022-04-20T10:21:37.680Z] GOLANG_VERSION=1.18.1 [2022-04-20T10:21:37.680Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-20T10:21:37.680Z] VALIDATE_BRANCH=master [2022-04-20T10:21:37.680Z] TERM=xterm [2022-04-20T10:21:37.680Z] DOCKER_PKG=github.com/docker/docker [2022-04-20T10:21:37.680Z] SHLVL=1 [2022-04-20T10:21:37.680Z] TIMEOUT=120m [2022-04-20T10:21:37.680Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-20T10:21:37.680Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-20T10:21:37.680Z] GO111MODULE=off [2022-04-20T10:21:37.680Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-20T10:21:37.680Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-20T10:21:37.680Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-20T10:21:37.680Z] GOPATH=/go [2022-04-20T10:21:37.680Z] PKG_CONFIG=pkg-config [2022-04-20T10:21:37.680Z] _=/usr/bin/env [2022-04-20T10:21:37.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-20T10:21:37.756Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-20T10:21:37.757Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:21:37.757Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:21:37.757Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-20T10:21:37.757Z] [2022-04-20T10:21:37.757Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-20T10:21:37.757Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-20T10:21:37.757Z] HOSTNAME=5e9f432b8fe3 [2022-04-20T10:21:37.757Z] DEST=bundles/test-integration [2022-04-20T10:21:37.757Z] PWD=/go/src/github.com/docker/docker [2022-04-20T10:21:37.757Z] DOCKER_ROOTLESS=1 [2022-04-20T10:21:37.757Z] DOCKER_GITCOMMIT=b816b3576e352a54820e3b84ca48a7f3fe166c59 [2022-04-20T10:21:37.757Z] container=docker [2022-04-20T10:21:37.757Z] HOME=/root [2022-04-20T10:21:37.757Z] GOLANG_VERSION=1.18.1 [2022-04-20T10:21:37.757Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-20T10:21:37.757Z] VALIDATE_BRANCH=master [2022-04-20T10:21:37.757Z] TERM=xterm [2022-04-20T10:21:37.757Z] DOCKER_PKG=github.com/docker/docker [2022-04-20T10:21:37.757Z] SHLVL=1 [2022-04-20T10:21:37.757Z] TIMEOUT=120m [2022-04-20T10:21:37.757Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-20T10:21:37.757Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-20T10:21:37.757Z] GO111MODULE=off [2022-04-20T10:21:37.757Z] DOCKER_EXPERIMENTAL=1 [2022-04-20T10:21:37.757Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-20T10:21:37.757Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-20T10:21:37.757Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-20T10:21:37.757Z] GOPATH=/go [2022-04-20T10:21:37.757Z] PKG_CONFIG=pkg-config [2022-04-20T10:21:37.757Z] _=/usr/bin/env [2022-04-20T10:21:37.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-20T10:21:37.799Z] INFO: Nuke-Everything... [2022-04-20T10:21:37.799Z] INFO: Container count on control daemon to delete is 0 [2022-04-20T10:21:38.317Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s) [2022-04-20T10:21:38.317Z] === RUN TestAuthZPluginErrorResponse [2022-04-20T10:21:38.607Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:21:38.607Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:21:38.786Z] INFO: Nuking d:\CI [2022-04-20T10:21:38.786Z] INFO: Zapped successfully [2022-04-20T10:21:38.786Z] INFO: Location for testing is d:\CI\PR-43501\3 [2022-04-20T10:21:38.786Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-20T10:21:38.786Z] [2022-04-20T10:21:38.786Z] [2022-04-20T10:21:38.786Z] INFO: Building the image from Dockerfile.windows at 04/20/2022 10:21:38... [2022-04-20T10:21:38.786Z] [2022-04-20T10:21:38.884Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-04-20T10:21:38.884Z] === RUN TestAuthZPluginErrorRequest [2022-04-20T10:21:39.143Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-04-20T10:21:39.143Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-20T10:21:39.710Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-04-20T10:21:39.710Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-20T10:21:39.986Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-20T10:21:39.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.20s) [2022-04-20T10:21:39.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.26s) [2022-04-20T10:21:39.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.08s) [2022-04-20T10:21:39.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.14s) [2022-04-20T10:21:39.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.12s) [2022-04-20T10:21:39.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.18s) [2022-04-20T10:21:39.986Z] === RUN TestBuildMultiStageCopy [2022-04-20T10:21:39.986Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-20T10:21:40.924Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-20T10:21:41.086Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s) [2022-04-20T10:21:41.086Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-20T10:21:41.184Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-20T10:21:41.444Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-20T10:21:41.704Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-20T10:21:41.964Z] --- PASS: TestBuildMultiStageCopy (2.09s) [2022-04-20T10:21:41.964Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.20s) [2022-04-20T10:21:41.964Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-04-20T10:21:41.964Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-04-20T10:21:41.964Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-04-20T10:21:41.964Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s) [2022-04-20T10:21:41.964Z] === RUN TestBuildMultiStageParentConfig [2022-04-20T10:21:42.533Z] --- PASS: TestBuildMultiStageParentConfig (0.58s) [2022-04-20T10:21:42.533Z] === RUN TestBuildLabelWithTargets [2022-04-20T10:21:42.990Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s) [2022-04-20T10:21:42.990Z] === RUN TestAuthZPluginHeader [2022-04-20T10:21:43.249Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-04-20T10:21:43.249Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-20T10:21:43.472Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2022-04-20T10:21:43.472Z] === RUN TestBuildWithEmptyLayers [2022-04-20T10:21:43.732Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-04-20T10:21:43.732Z] === RUN TestBuildMultiStageOnBuild [2022-04-20T10:21:44.440Z] INFO: Expanding compiler 1 of 3... [2022-04-20T10:21:44.440Z] INFO: Expanding compiler 2 of 3... [2022-04-20T10:21:45.112Z] --- PASS: TestBuildMultiStageOnBuild (1.28s) [2022-04-20T10:21:45.112Z] === RUN TestBuildUncleanTarFilenames [2022-04-20T10:21:45.680Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2022-04-20T10:21:45.680Z] === RUN TestBuildMultiStageLayerLeak [2022-04-20T10:21:46.118Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-04-20T10:21:46.630Z] INFO: Expanding compiler 3 of 3... [2022-04-20T10:21:47.059Z] --- PASS: TestBuildMultiStageLayerLeak (1.36s) [2022-04-20T10:21:47.059Z] === RUN TestBuildWithHugeFile [2022-04-20T10:21:47.436Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.94s) [2022-04-20T10:21:47.436Z] === RUN TestAuthZPluginV2Disable [2022-04-20T10:21:47.473Z] Sending build context to Docker daemon 66.31MB [2022-04-20T10:21:47.473Z] [2022-04-20T10:21:47.473Z] Step 1/11 : FROM microsoft/windowsservercore [2022-04-20T10:21:47.473Z] ---> e8870c5c3ab2 [2022-04-20T10:21:47.473Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-20T10:21:47.473Z] ---> Running in c6896fad4bde [2022-04-20T10:21:47.473Z] Removing intermediate container c6896fad4bde [2022-04-20T10:21:47.473Z] ---> 5f113ba6b208 [2022-04-20T10:21:47.473Z] Step 3/11 : ARG GO_VERSION=1.18.1 [2022-04-20T10:21:47.473Z] ---> Running in 101a608c3779 [2022-04-20T10:21:47.606Z] INFO: Removing downloaded files... [2022-04-20T10:21:47.606Z] INFO: Downloading containerd [2022-04-20T10:21:47.946Z] Removing intermediate container 101a608c3779 [2022-04-20T10:21:47.946Z] ---> ca583fecb631 [2022-04-20T10:21:47.946Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-04-20T10:21:47.946Z] ---> Running in a06c4191a97b [2022-04-20T10:21:48.937Z] Removing intermediate container a06c4191a97b [2022-04-20T10:21:48.937Z] ---> 7017c830138f [2022-04-20T10:21:48.937Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-20T10:21:48.937Z] ---> Running in 7967fa31b884 [2022-04-20T10:21:48.937Z] Removing intermediate container 7967fa31b884 [2022-04-20T10:21:48.937Z] ---> d46ab56207d0 [2022-04-20T10:21:48.937Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-04-20T10:21:48.937Z] ---> Running in c8557aa68d76 [2022-04-20T10:21:49.411Z] Removing intermediate container c8557aa68d76 [2022-04-20T10:21:49.411Z] ---> e002216dfa42 [2022-04-20T10:21:49.411Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-04-20T10:21:49.411Z] ---> Running in 59ff945b135a [2022-04-20T10:21:50.717Z] --- PASS: TestAuthZPluginV2Disable (3.41s) [2022-04-20T10:21:50.717Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-20T10:21:54.002Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.32s) [2022-04-20T10:21:54.002Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-20T10:21:56.132Z] Removing intermediate container f81cafcdd0e3 [2022-04-20T10:21:56.132Z] ---> 0457b7c4759b [2022-04-20T10:21:56.132Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-04-20T10:21:56.132Z] ---> Running in c5844b00c820 [2022-04-20T10:21:56.615Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-20T10:21:56.615Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-20T10:21:57.085Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-20T10:21:57.085Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-20T10:21:57.085Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-20T10:21:57.085Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-20T10:21:57.085Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-20T10:21:57.085Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-20T10:21:57.085Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-20T10:21:57.553Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-20T10:21:57.553Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-20T10:21:57.553Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-20T10:21:57.553Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-20T10:21:57.553Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-20T10:21:58.545Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-20T10:21:58.545Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-20T10:22:02.702Z] ......... [ 85%] [2022-04-20T10:22:06.219Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.06s) [2022-04-20T10:22:06.219Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-20T10:22:07.513Z] tests/integration/models_images_test.py ............... [ 89%] [2022-04-20T10:22:09.009Z] tests/integration/models_networks_test.py .... [ 90%] [2022-04-20T10:22:10.667Z] [2022-04-20T10:22:10.667Z] SUCCESS: Specified value was saved. [2022-04-20T10:22:10.667Z] INFO: Downloading git... [2022-04-20T10:22:12.895Z] INFO: Downloading go... [2022-04-20T10:22:14.398Z] tests/integration/models_nodes_test.py . [ 90%] [2022-04-20T10:22:15.118Z] INFO: Downloading compiler 1 of 3... [2022-04-20T10:22:15.118Z] INFO: Downloading compiler 2 of 3... [2022-04-20T10:22:15.118Z] INFO: Downloading compiler 3 of 3... [2022-04-20T10:22:15.118Z] INFO: Extracting git... [2022-04-20T10:22:15.773Z] tests/integration/models_resources_test.py . [ 91%] [2022-04-20T10:22:16.369Z] Removing intermediate container c5844b00c820 [2022-04-20T10:22:16.369Z] ---> 4b6a4df88b80 [2022-04-20T10:22:16.369Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-04-20T10:22:16.369Z] ---> Running in ceb1c842045d [2022-04-20T10:22:16.369Z] Removing intermediate container ceb1c842045d [2022-04-20T10:22:16.369Z] ---> 283d5b326931 [2022-04-20T10:22:16.369Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-20T10:22:16.369Z] ---> Running in 69749ee23ae6 [2022-04-20T10:22:16.369Z] Removing intermediate container 69749ee23ae6 [2022-04-20T10:22:16.369Z] ---> 66ba65c8a868 [2022-04-20T10:22:16.369Z] Step 11/11 : COPY . . [2022-04-20T10:22:21.552Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-04-20T10:22:24.319Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-04-20T10:22:24.319Z] PASS [2022-04-20T10:22:24.319Z] [2022-04-20T10:22:24.319Z] DONE 17 tests in 48.983s [2022-04-20T10:22:24.319Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-20T10:22:24.319Z] INFO: Testing against a local daemon [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:22:24.319Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:22:24.319Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-20T10:22:24.319Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-20T10:22:24.319Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:22:24.319Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-20T10:22:24.319Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-20T10:22:24.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-20T10:22:24.319Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-20T10:22:24.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-20T10:22:24.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-20T10:22:24.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-20T10:22:24.320Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-20T10:22:24.320Z] === RUN TestPluginInstall [2022-04-20T10:22:24.320Z] === RUN TestPluginInstall/no_auth [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f530c7642d73f26b293950c49d06ff6ca514588aef7438edab9a2ba1290b3f2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f530c7642d73f26b293950c49d06ff6ca514588aef7438edab9a2ba1290b3f2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:22:24.320Z] === RUN TestPluginInstall/with_htpasswd [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f530c7642d73f26b293950c49d06ff6ca514588aef7438edab9a2ba1290b3f2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:22:24.320Z] time="2022-04-20T10:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f530c7642d73f26b293950c49d06ff6ca514588aef7438edab9a2ba1290b3f2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:22:24.320Z] === RUN TestPluginInstall/with_insecure [2022-04-20T10:22:24.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-20T10:22:24.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-20T10:22:24.825Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-04-20T10:22:24.825Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-04-20T10:22:25.255Z] time="2022-04-20T10:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:22:25.255Z] time="2022-04-20T10:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c54fb2987c6a4390be0cbe58ca7c9cb15ad8353ae14a70c3c792fd897fdcbe59" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:22:25.255Z] time="2022-04-20T10:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:22:25.255Z] time="2022-04-20T10:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c54fb2987c6a4390be0cbe58ca7c9cb15ad8353ae14a70c3c792fd897fdcbe59" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:22:25.514Z] plugin_test.go:195: [de36de0597136] daemon is not started [2022-04-20T10:22:25.514Z] --- PASS: TestPluginInstall (2.72s) [2022-04-20T10:22:25.514Z] --- PASS: TestPluginInstall/no_auth (1.03s) [2022-04-20T10:22:25.514Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-04-20T10:22:25.514Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-04-20T10:22:25.514Z] === RUN TestPluginsWithRuntimes [2022-04-20T10:22:25.806Z] --- PASS: TestBuildWithHugeFile (34.66s) [2022-04-20T10:22:25.806Z] === RUN TestBuildWCOWSandboxSize [2022-04-20T10:22:25.806Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:22:25.806Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:22:25.806Z] === RUN TestBuildWithEmptyDockerfile [2022-04-20T10:22:25.806Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:22:25.806Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:22:25.806Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:22:25.806Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:22:25.806Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:22:25.806Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:22:25.806Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:22:25.806Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:22:25.806Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:22:25.806Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-04-20T10:22:25.806Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-04-20T10:22:25.806Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-04-20T10:22:25.806Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-20T10:22:25.806Z] === RUN TestBuildPreserveOwnership [2022-04-20T10:22:25.806Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-20T10:22:25.806Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-20T10:22:25.806Z] --- PASS: TestBuildPreserveOwnership (2.80s) [2022-04-20T10:22:25.806Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.88s) [2022-04-20T10:22:25.806Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.91s) [2022-04-20T10:22:25.806Z] === RUN TestBuildPlatformInvalid [2022-04-20T10:22:25.806Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-04-20T10:22:25.806Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-20T10:22:25.806Z] Loaded image: busybox:latest [2022-04-20T10:22:25.806Z] Loaded image: busybox:glibc [2022-04-20T10:22:26.746Z] Loaded image: debian:bullseye-slim [2022-04-20T10:22:26.746Z] Loaded image: hello-world:latest [2022-04-20T10:22:26.746Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:22:26.891Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-20T10:22:27.826Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-20T10:22:28.487Z] tests/integration/regression_test.py ...... [ 98%] [2022-04-20T10:22:28.746Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-04-20T10:22:28.746Z] tests/integration/credentials/utils_test.py . [100%] [2022-04-20T10:22:28.746Z] [2022-04-20T10:22:28.746Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-04-20T10:22:28.746Z] =========================== short test summary info ============================ [2022-04-20T10:22:28.746Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-04-20T10:22:28.746Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-04-20T10:22:28.746Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-04-20T10:22:28.746Z] Not supported on most drivers [2022-04-20T10:22:28.746Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-04-20T10:22:28.746Z] Output of docker top depends on host distro, and is not formalized. [2022-04-20T10:22:28.746Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-04-20T10:22:28.746Z] Output of docker top depends on host distro, and is not formalized. [2022-04-20T10:22:28.746Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-04-20T10:22:28.746Z] Can fail if eth0 has multiple IP addresses [2022-04-20T10:22:28.746Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-04-20T10:22:28.746Z] This doesn't seem to be taken into account by the engine [2022-04-20T10:22:28.746Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-04-20T10:22:28.746Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-04-20T10:22:28.746Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 302.84 seconds == [2022-04-20T10:22:28.763Z] --- PASS: TestPluginsWithRuntimes (3.29s) [2022-04-20T10:22:28.763Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-04-20T10:22:28.763Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-04-20T10:22:28.763Z] === RUN TestPluginBackCompatMediaTypes [2022-04-20T10:22:29.004Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-04-20T10:22:29.331Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-04-20T10:22:29.331Z] PASS [2022-04-20T10:22:29.331Z] [2022-04-20T10:22:29.331Z] DONE 24 tests in 6.632s [2022-04-20T10:22:29.331Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-20T10:22:29.331Z] INFO: Testing against a local daemon [2022-04-20T10:22:29.331Z] === RUN TestExternalGraphDriver [2022-04-20T10:22:29.331Z] === RUN TestExternalGraphDriver/json [2022-04-20T10:22:30.113Z] [2022-04-20T10:22:30.113Z] Name Version Source Summary [2022-04-20T10:22:30.113Z] ---- ------- ------ ------- [2022-04-20T10:22:30.113Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-20T10:22:30.113Z] [2022-04-20T10:22:30.113Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-20T10:22:30.113Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-20T10:22:30.113Z] PSChildName : containerd [2022-04-20T10:22:30.113Z] PSDrive : C [2022-04-20T10:22:30.113Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-20T10:22:30.113Z] PSIsContainer : True [2022-04-20T10:22:30.113Z] Name : containerd [2022-04-20T10:22:30.113Z] FullName : C:\containerd [2022-04-20T10:22:30.113Z] Parent : [2022-04-20T10:22:30.113Z] Exists : True [2022-04-20T10:22:30.113Z] Root : C:\ [2022-04-20T10:22:30.113Z] Extension : [2022-04-20T10:22:30.113Z] CreationTime : 4/20/2022 10:22:29 AM [2022-04-20T10:22:30.113Z] CreationTimeUtc : 4/20/2022 10:22:29 AM [2022-04-20T10:22:30.113Z] LastAccessTime : 4/20/2022 10:22:29 AM [2022-04-20T10:22:30.113Z] LastAccessTimeUtc : 4/20/2022 10:22:29 AM [2022-04-20T10:22:30.113Z] LastWriteTime : 4/20/2022 10:22:29 AM [2022-04-20T10:22:30.113Z] LastWriteTimeUtc : 4/20/2022 10:22:29 AM [2022-04-20T10:22:30.113Z] Attributes : Directory [2022-04-20T10:22:30.113Z] Mode : d----- [2022-04-20T10:22:30.113Z] BaseName : containerd [2022-04-20T10:22:30.113Z] Target : {} [2022-04-20T10:22:30.113Z] LinkType : [2022-04-20T10:22:30.113Z] [2022-04-20T10:22:31.234Z] === RUN TestExternalGraphDriver/spec [2022-04-20T10:22:31.643Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-20T10:22:31.643Z] INFO: Configuring git core.autocrlf... [2022-04-20T10:22:31.643Z] [2022-04-20T10:22:31.643Z] [2022-04-20T10:22:32.959Z] INFO: Expanding go... [2022-04-20T10:22:33.137Z] === RUN TestExternalGraphDriver/pull [2022-04-20T10:22:34.512Z] --- PASS: TestExternalGraphDriver (5.08s) [2022-04-20T10:22:34.512Z] --- PASS: TestExternalGraphDriver/json (1.68s) [2022-04-20T10:22:34.512Z] --- PASS: TestExternalGraphDriver/spec (1.68s) [2022-04-20T10:22:34.512Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2022-04-20T10:22:34.512Z] === RUN TestGraphdriverPluginV2 [2022-04-20T10:22:34.871Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.22s) [2022-04-20T10:22:34.871Z] PASS [2022-04-20T10:22:34.871Z] [2022-04-20T10:22:34.871Z] === Skipped [2022-04-20T10:22:34.871Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-04-20T10:22:34.871Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:22:34.871Z] [2022-04-20T10:22:34.871Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:22:34.871Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:22:34.871Z] [2022-04-20T10:22:34.871Z] DONE 34 tests, 2 skipped in 64.809s [2022-04-20T10:22:34.871Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-04-20T10:22:34.871Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:22:34.871Z] ++ set -e [2022-04-20T10:22:34.871Z] ++ '[' -n 0 ']' [2022-04-20T10:22:34.871Z] ++ set -x [2022-04-20T10:22:34.872Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:22:34.872Z] INFO: Testing against a local daemon [2022-04-20T10:22:34.872Z] === RUN TestConfigInspect [2022-04-20T10:22:36.250Z] --- PASS: TestConfigInspect (2.16s) [2022-04-20T10:22:36.250Z] === RUN TestConfigList [2022-04-20T10:22:38.698Z] --- PASS: TestGraphdriverPluginV2 (3.84s) [2022-04-20T10:22:38.698Z] PASS [2022-04-20T10:22:38.698Z] [2022-04-20T10:22:38.698Z] DONE 5 tests in 8.978s [2022-04-20T10:22:38.698Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-20T10:22:38.698Z] INFO: Testing against a local daemon [2022-04-20T10:22:38.698Z] === RUN TestContinueAfterPluginCrash [2022-04-20T10:22:38.698Z] === PAUSE TestContinueAfterPluginCrash [2022-04-20T10:22:38.698Z] === RUN TestReadPluginNoRead [2022-04-20T10:22:38.698Z] === PAUSE TestReadPluginNoRead [2022-04-20T10:22:38.698Z] === RUN TestDaemonStartWithLogOpt [2022-04-20T10:22:38.698Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-20T10:22:38.698Z] === CONT TestContinueAfterPluginCrash [2022-04-20T10:22:38.698Z] === CONT TestDaemonStartWithLogOpt [2022-04-20T10:22:38.789Z] --- PASS: TestConfigList (2.12s) [2022-04-20T10:22:38.789Z] === RUN TestConfigsCreateAndDelete [2022-04-20T10:22:40.696Z] --- PASS: TestConfigsCreateAndDelete (2.23s) [2022-04-20T10:22:40.696Z] === RUN TestConfigsUpdate [2022-04-20T10:22:41.196Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-20T10:22:41.196Z] [2022-04-20T10:22:41.196Z] Unloading profiles will leave already running processes permanently [2022-04-20T10:22:41.196Z] unconfined, which can lead to unexpected situations. [2022-04-20T10:22:41.196Z] [2022-04-20T10:22:41.196Z] To set a process to complain mode, use the command line tool [2022-04-20T10:22:41.196Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-20T10:22:41.196Z] Post stage [Pipeline] junit [2022-04-20T10:22:41.208Z] Recording test results [2022-04-20T10:22:41.329Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-04-20T10:22:41.603Z] + echo Ensuring container killed. [2022-04-20T10:22:41.603Z] Ensuring container killed. [2022-04-20T10:22:41.603Z] + docker rm -vf docker-pr3 [2022-04-20T10:22:41.603Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-04-20T10:22:41.648Z] ---> 23b51b7d91df [2022-04-20T10:22:41.881Z] + echo Chowning /workspace to jenkins user [2022-04-20T10:22:41.881Z] Chowning /workspace to jenkins user [2022-04-20T10:22:41.881Z] + id -u [2022-04-20T10:22:41.881Z] + id -g [2022-04-20T10:22:41.881Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43501:/workspace busybox chown -R 1000:1000 /workspace [2022-04-20T10:22:41.988Z] --- PASS: TestDaemonStartWithLogOpt (3.50s) [2022-04-20T10:22:41.988Z] === CONT TestReadPluginNoRead [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-20T10:22:42.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-20T10:22:42.603Z] --- PASS: TestConfigsUpdate (2.11s) [2022-04-20T10:22:42.603Z] === RUN TestTemplatedConfig [2022-04-20T10:22:42.739Z] + bundleName=docker-py [2022-04-20T10:22:42.739Z] + echo Creating docker-py-bundles.tar.gz [2022-04-20T10:22:42.739Z] Creating docker-py-bundles.tar.gz [2022-04-20T10:22:42.739Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-04-20T10:22:42.751Z] Archiving artifacts [2022-04-20T10:22:43.013Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-04-20T10:22:43.280Z] Successfully built 23b51b7d91df [2022-04-20T10:22:43.280Z] Successfully tagged docker:latest [2022-04-20T10:22:43.280Z] INFO: Image build ended at 04/20/2022 10:22:42. Duration:00:04:04.7249838 [2022-04-20T10:22:43.280Z] [2022-04-20T10:22:43.280Z] [2022-04-20T10:22:43.280Z] INFO: Building the test binaries at 04/20/2022 10:22:42... [2022-04-20T10:22:43.368Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=0bcdfd6509af3af461190eca74a72c4faa8aaa19 -e DOCKER_GRAPHDRIVER docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 hack/make.sh binary [2022-04-20T10:22:43.626Z] [2022-04-20T10:22:43.626Z] Removing bundles/ [2022-04-20T10:22:43.626Z] [2022-04-20T10:22:43.626Z] ---> Making bundle: binary (in bundles/binary) [2022-04-20T10:22:43.626Z] Building: bundles/binary-daemon/dockerd-dev [2022-04-20T10:22:43.626Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:22:44.519Z] === RUN TestReadPluginNoRead/default [2022-04-20T10:22:45.140Z] --- PASS: TestTemplatedConfig (1.94s) [2022-04-20T10:22:45.140Z] === RUN TestConfigCreateResolve [2022-04-20T10:22:45.455Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-20T10:22:46.400Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-20T10:22:46.663Z] --- PASS: TestContinueAfterPluginCrash (8.37s) [2022-04-20T10:22:47.046Z] --- PASS: TestConfigCreateResolve (2.12s) [2022-04-20T10:22:47.046Z] PASS [2022-04-20T10:22:47.046Z] [2022-04-20T10:22:47.047Z] DONE 6 tests in 12.763s [2022-04-20T10:22:47.047Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-04-20T10:22:47.047Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:22:47.047Z] ++ set -e [2022-04-20T10:22:47.047Z] ++ '[' -n 0 ']' [2022-04-20T10:22:47.047Z] ++ set -x [2022-04-20T10:22:47.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:22:47.047Z] INFO: Testing against a local daemon [2022-04-20T10:22:47.047Z] === RUN TestCheckpoint [2022-04-20T10:22:47.047Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:22:47.047Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/commit [2022-04-20T10:22:47.047Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-20T10:22:47.047Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:22:47.047Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:22:47.047Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:22:47.047Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:22:47.047Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:22:47.047Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:22:47.047Z] === CONT TestContainerInvalidJSON/commit [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-20T10:22:47.047Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-20T10:22:47.047Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-20T10:22:47.047Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-20T10:22:47.047Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-20T10:22:47.047Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-20T10:22:47.047Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-20T10:22:47.047Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-04-20T10:22:47.047Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-20T10:22:47.047Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-20T10:22:47.047Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-04-20T10:22:47.047Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-20T10:22:47.047Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-04-20T10:22:47.047Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-20T10:22:47.047Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-04-20T10:22:47.047Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-20T10:22:47.047Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-04-20T10:22:47.047Z] === RUN TestCopyFromContainer [2022-04-20T10:22:47.075Z] INFO: make.ps1 starting at 04/20/2022 10:22:46 [2022-04-20T10:22:47.075Z] INFO: Git commit (3d3e7647ae) assumed from DOCKER_GITCOMMIT environment variable [2022-04-20T10:22:47.075Z] INFO: Invoking autogen... [2022-04-20T10:22:47.543Z] INFO: Building daemon... [2022-04-20T10:22:47.611Z] === CONT TestReadPluginNoRead [2022-04-20T10:22:47.611Z] read_test.go:92: [df02822b66413] daemon is not started [2022-04-20T10:22:47.611Z] --- PASS: TestReadPluginNoRead (5.85s) [2022-04-20T10:22:47.611Z] --- PASS: TestReadPluginNoRead/default (1.20s) [2022-04-20T10:22:47.611Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.19s) [2022-04-20T10:22:47.611Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s) [2022-04-20T10:22:47.611Z] PASS [2022-04-20T10:22:47.611Z] [2022-04-20T10:22:47.611Z] DONE 6 tests in 9.380s [2022-04-20T10:22:47.611Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-04-20T10:22:47.611Z] testing: warning: no tests to run [2022-04-20T10:22:47.611Z] PASS [2022-04-20T10:22:47.611Z] [2022-04-20T10:22:47.611Z] DONE 0 tests in 0.007s [2022-04-20T10:22:47.611Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-20T10:22:47.869Z] INFO: Testing against a local daemon [2022-04-20T10:22:47.869Z] === RUN TestPluginWithDevMounts [2022-04-20T10:22:47.869Z] === PAUSE TestPluginWithDevMounts [2022-04-20T10:22:47.869Z] === CONT TestPluginWithDevMounts [2022-04-20T10:22:47.986Z] === RUN TestCopyFromContainer// [2022-04-20T10:22:47.986Z] === RUN TestCopyFromContainer//bar/root [2022-04-20T10:22:48.245Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-20T10:22:48.245Z] === RUN TestCopyFromContainer/bar/quux [2022-04-20T10:22:48.245Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-20T10:22:48.245Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-20T10:22:48.505Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-20T10:22:48.505Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-20T10:22:48.505Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-20T10:22:48.505Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-20T10:22:48.505Z] --- PASS: TestCopyFromContainer (1.47s) [2022-04-20T10:22:48.505Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-04-20T10:22:48.505Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-04-20T10:22:48.505Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-04-20T10:22:48.505Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-04-20T10:22:48.505Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-04-20T10:22:48.767Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-04-20T10:22:48.767Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-04-20T10:22:48.767Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-04-20T10:22:48.767Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-04-20T10:22:48.767Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-04-20T10:22:48.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-20T10:22:48.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:22:48.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:22:48.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:22:48.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:22:48.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:22:48.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:22:48.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:22:48.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:22:48.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:22:48.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-20T10:22:48.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-20T10:22:48.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-20T10:22:48.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-20T10:22:48.767Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-20T10:22:48.767Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-04-20T10:22:48.767Z] === RUN TestCreateWithInvalidEnv [2022-04-20T10:22:48.767Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-20T10:22:48.767Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-20T10:22:48.767Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-20T10:22:48.767Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-20T10:22:48.767Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-20T10:22:48.767Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-20T10:22:48.767Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-20T10:22:48.767Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-20T10:22:48.767Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-20T10:22:48.767Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-20T10:22:48.767Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-20T10:22:48.767Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-20T10:22:48.767Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-20T10:22:48.767Z] === RUN TestCreateTmpfsMountsTarget [2022-04-20T10:22:48.767Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-20T10:22:48.767Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-20T10:22:49.247Z] --- PASS: TestPluginWithDevMounts (1.62s) [2022-04-20T10:22:49.506Z] PASS [2022-04-20T10:22:49.506Z] [2022-04-20T10:22:49.506Z] DONE 1 tests in 1.646s [2022-04-20T10:22:49.506Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-20T10:22:49.506Z] INFO: Testing against a local daemon [2022-04-20T10:22:49.506Z] === RUN TestSecretInspect [2022-04-20T10:22:50.151Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-04-20T10:22:50.152Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-20T10:22:51.090Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-04-20T10:22:51.090Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-20T10:22:51.090Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:22:51.090Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:22:51.090Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:22:51.090Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:22:51.090Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:22:51.090Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:22:51.090Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:22:51.090Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:22:51.090Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:22:51.090Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:22:51.090Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:22:51.090Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:22:51.090Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:22:51.090Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:22:51.090Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:22:51.090Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-20T10:22:51.090Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-20T10:22:51.090Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-20T10:22:51.090Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-20T10:22:51.090Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-20T10:22:51.090Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-20T10:22:51.091Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-20T10:22:51.660Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-04-20T10:22:51.660Z] === RUN TestCreateDifferentPlatform [2022-04-20T10:22:51.660Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-20T10:22:51.660Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-20T10:22:51.660Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-04-20T10:22:51.660Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-04-20T10:22:51.660Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-20T10:22:51.660Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-20T10:22:51.660Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-04-20T10:22:51.660Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-20T10:22:51.660Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-20T10:22:51.660Z] === RUN TestContainerStartOnDaemonRestart [2022-04-20T10:22:51.660Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-20T10:22:51.660Z] === RUN TestDaemonRestartIpcMode [2022-04-20T10:22:51.660Z] === PAUSE TestDaemonRestartIpcMode [2022-04-20T10:22:51.660Z] === RUN TestDaemonHostGatewayIP [2022-04-20T10:22:51.660Z] === PAUSE TestDaemonHostGatewayIP [2022-04-20T10:22:51.660Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-20T10:22:51.660Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-20T10:22:51.660Z] === RUN TestContainerKillOnDaemonStart [2022-04-20T10:22:51.660Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-20T10:22:51.660Z] === RUN TestDiff [2022-04-20T10:22:52.039Z] --- PASS: TestSecretInspect (2.17s) [2022-04-20T10:22:52.039Z] === RUN TestSecretList [2022-04-20T10:22:52.228Z] --- PASS: TestDiff (0.43s) [2022-04-20T10:22:52.228Z] === RUN TestExecWithCloseStdin [2022-04-20T10:22:52.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-20T10:22:52.487Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-04-20T10:22:52.487Z] === RUN TestExec [2022-04-20T10:22:53.056Z] --- PASS: TestExec (0.46s) [2022-04-20T10:22:53.056Z] === RUN TestExecUser [2022-04-20T10:22:53.315Z] --- PASS: TestExecUser (0.42s) [2022-04-20T10:22:53.315Z] === RUN TestExportContainerAndImportImage [2022-04-20T10:22:53.883Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-04-20T10:22:53.883Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-20T10:22:53.940Z] --- PASS: TestSecretList (2.13s) [2022-04-20T10:22:53.940Z] === RUN TestSecretsCreateAndDelete [2022-04-20T10:22:55.263Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-04-20T10:22:55.263Z] === RUN TestHealthCheckWorkdir [2022-04-20T10:22:55.831Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-04-20T10:22:55.831Z] === RUN TestHealthKillContainer [2022-04-20T10:22:55.847Z] --- PASS: TestSecretsCreateAndDelete (2.13s) [2022-04-20T10:22:55.847Z] === RUN TestSecretsUpdate [2022-04-20T10:22:58.377Z] --- PASS: TestSecretsUpdate (2.15s) [2022-04-20T10:22:58.377Z] === RUN TestTemplatedSecret [2022-04-20T10:23:00.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-20T10:23:00.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-20T10:23:00.909Z] --- PASS: TestTemplatedSecret (2.60s) [2022-04-20T10:23:00.909Z] === RUN TestSecretCreateResolve [2022-04-20T10:23:01.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-20T10:23:02.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-20T10:23:02.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-20T10:23:02.815Z] --- PASS: TestSecretCreateResolve (2.13s) [2022-04-20T10:23:02.815Z] PASS [2022-04-20T10:23:02.815Z] [2022-04-20T10:23:02.815Z] DONE 6 tests in 13.334s [2022-04-20T10:23:02.815Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-20T10:23:02.815Z] INFO: Testing against a local daemon [2022-04-20T10:23:02.815Z] === RUN TestServiceCreateInit [2022-04-20T10:23:02.815Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-20T10:23:03.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-20T10:23:03.954Z] --- PASS: TestHealthKillContainer (7.88s) [2022-04-20T10:23:03.954Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-20T10:23:03.954Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2022-04-20T10:23:03.954Z] === RUN TestIpcModeNone [2022-04-20T10:23:04.523Z] --- PASS: TestIpcModeNone (0.46s) [2022-04-20T10:23:04.523Z] === RUN TestIpcModePrivate [2022-04-20T10:23:04.783Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-04-20T10:23:05.042Z] --- PASS: TestIpcModePrivate (0.47s) [2022-04-20T10:23:05.042Z] === RUN TestIpcModeShareable [2022-04-20T10:23:05.301Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-04-20T10:23:05.560Z] --- PASS: TestIpcModeShareable (0.51s) [2022-04-20T10:23:05.560Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-20T10:23:05.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-20T10:23:06.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-20T10:23:06.940Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.44s) [2022-04-20T10:23:06.940Z] === RUN TestAPIIpcModeHost [2022-04-20T10:23:07.004Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-20T10:23:07.199Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-04-20T10:23:07.199Z] === RUN TestDaemonIpcModeShareable [2022-04-20T10:23:07.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-20T10:23:07.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-20T10:23:08.138Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-04-20T10:23:08.397Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-04-20T10:23:08.397Z] === RUN TestDaemonIpcModePrivate [2022-04-20T10:23:08.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-20T10:23:08.842Z] INFO: Expanding compiler 1 of 3... [2022-04-20T10:23:08.842Z] INFO: Expanding compiler 2 of 3... [2022-04-20T10:23:09.334Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-04-20T10:23:09.593Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-04-20T10:23:09.593Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-20T10:23:09.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-20T10:23:10.288Z] --- PASS: TestServiceCreateInit (7.55s) [2022-04-20T10:23:10.288Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.88s) [2022-04-20T10:23:10.288Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s) [2022-04-20T10:23:10.288Z] === RUN TestCreateServiceMultipleTimes [2022-04-20T10:23:10.531Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-04-20T10:23:10.531Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s) [2022-04-20T10:23:10.531Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-20T10:23:10.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-20T10:23:11.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-20T10:23:11.808Z] INFO: Expanding compiler 3 of 3... [2022-04-20T10:23:11.912Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-04-20T10:23:11.912Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2022-04-20T10:23:11.912Z] === RUN TestIpcModeOlderClient [2022-04-20T10:23:11.912Z] === PAUSE TestIpcModeOlderClient [2022-04-20T10:23:11.912Z] === RUN TestKillContainerInvalidSignal [2022-04-20T10:23:12.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-20T10:23:12.172Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-04-20T10:23:12.172Z] === RUN TestKillContainer [2022-04-20T10:23:12.172Z] === RUN TestKillContainer/no_signal [2022-04-20T10:23:12.749Z] === RUN TestKillContainer/non_killing_signal [2022-04-20T10:23:12.749Z] === RUN TestKillContainer/killing_signal [2022-04-20T10:23:12.802Z] INFO: Removing downloaded files... [2022-04-20T10:23:12.802Z] INFO: Downloading containerd [2022-04-20T10:23:13.097Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-20T10:23:13.097Z] Using test binary docker [2022-04-20T10:23:13.097Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-20T10:23:13.097Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-20T10:23:13.097Z] INFO: Waiting for daemon to start... [2022-04-20T10:23:13.097Z] Starting dockerd [2022-04-20T10:23:13.698Z] --- PASS: TestKillContainer (1.26s) [2022-04-20T10:23:13.698Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-04-20T10:23:13.698Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-04-20T10:23:13.698Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2022-04-20T10:23:13.698Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-20T10:23:13.698Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-20T10:23:13.958Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-20T10:23:14.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s) [2022-04-20T10:23:14.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2022-04-20T10:23:14.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-04-20T10:23:14.527Z] === RUN TestKillStoppedContainer [2022-04-20T10:23:14.527Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-04-20T10:23:14.527Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-20T10:23:14.527Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-20T10:23:14.527Z] === RUN TestKillDifferentUserContainer [2022-04-20T10:23:14.787Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-04-20T10:23:14.787Z] === RUN TestInspectOomKilledTrue [2022-04-20T10:23:15.356Z] --- PASS: TestInspectOomKilledTrue (0.48s) [2022-04-20T10:23:15.356Z] === RUN TestInspectOomKilledFalse [2022-04-20T10:23:15.617Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-04-20T10:23:15.617Z] === RUN TestLinksEtcHostsContentMatch [2022-04-20T10:23:16.185Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-04-20T10:23:16.185Z] === RUN TestLinksContainerNames [2022-04-20T10:23:16.362Z] . [2022-04-20T10:23:16.362Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-20T10:23:16.362Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-20T10:23:16.362Z] Error: No such image: emptyfs [2022-04-20T10:23:16.618Z] Running integration-test (iteration 1) [2022-04-20T10:23:16.618Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-20T10:23:16.754Z] --- PASS: TestLinksContainerNames (0.81s) [2022-04-20T10:23:16.754Z] === RUN TestLogsFollowTailEmpty [2022-04-20T10:23:16.874Z] Loaded image: busybox:latest [2022-04-20T10:23:17.131Z] Loaded image: busybox:glibc [2022-04-20T10:23:17.324Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-04-20T10:23:17.324Z] === RUN TestContainerNetworkMountsNoChown [2022-04-20T10:23:17.583Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/default [2022-04-20T10:23:17.583Z] === PAUSE TestMountDaemonRoot/default [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/private [2022-04-20T10:23:17.583Z] === PAUSE TestMountDaemonRoot/private [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/rprivate [2022-04-20T10:23:17.583Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/slave [2022-04-20T10:23:17.583Z] === PAUSE TestMountDaemonRoot/slave [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/rslave [2022-04-20T10:23:17.583Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/shared [2022-04-20T10:23:17.583Z] === PAUSE TestMountDaemonRoot/shared [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/rshared [2022-04-20T10:23:17.583Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-20T10:23:17.583Z] === CONT TestMountDaemonRoot/default [2022-04-20T10:23:17.583Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/rslave [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/rshared [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/shared [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/rprivate [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/slave [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/private [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-20T10:23:17.584Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:23:17.584Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:23:17.584Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-20T10:23:17.843Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-20T10:23:18.103Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-04-20T10:23:18.103Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-20T10:23:18.103Z] === RUN TestContainerBindMountNonRecursive [2022-04-20T10:23:18.497Z] Loaded image: debian:bullseye-slim [2022-04-20T10:23:18.497Z] Loaded image: hello-world:latest [2022-04-20T10:23:18.497Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:23:18.497Z] INFO: Testing against a local daemon [2022-04-20T10:23:18.497Z] === RUN TestCgroupNamespacesBuild [2022-04-20T10:23:19.483Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-04-20T10:23:19.483Z] === RUN TestContainerVolumesMountedAsShared [2022-04-20T10:23:19.743Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s) [2022-04-20T10:23:19.743Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-20T10:23:19.864Z] --- PASS: TestCgroupNamespacesBuild (1.19s) [2022-04-20T10:23:19.864Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-20T10:23:20.002Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-04-20T10:23:20.002Z] === RUN TestNetworkNat [2022-04-20T10:23:20.571Z] --- PASS: TestNetworkNat (0.45s) [2022-04-20T10:23:20.571Z] === RUN TestNetworkLocalhostTCPNat [2022-04-20T10:23:21.140Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-04-20T10:23:21.140Z] === RUN TestNetworkLoopbackNat [2022-04-20T10:23:21.231Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s) [2022-04-20T10:23:21.231Z] === RUN TestBuildWithSession [2022-04-20T10:23:21.231Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:23:21.231Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-20T10:23:21.231Z] === RUN TestBuildSquashParent [2022-04-20T10:23:22.368Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-04-20T10:23:22.369Z] Copying nested executables into bundles/binary-daemon [2022-04-20T10:23:22.369Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-04-20T10:23:22.369Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:23:22.369Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-04-20T10:23:22.369Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-04-20T10:23:22.695Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=0bcdfd6509af3af461190eca74a72c4faa8aaa19 -e DOCKER_GRAPHDRIVER docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 hack/make.sh cross [2022-04-20T10:23:22.955Z] [2022-04-20T10:23:22.955Z] Removing bundles/ [2022-04-20T10:23:22.955Z] [2022-04-20T10:23:22.955Z] ---> Making bundle: cross (in bundles/cross) [2022-04-20T10:23:22.955Z] Cross building: bundles/cross/linux/amd64 [2022-04-20T10:23:22.955Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-04-20T10:23:22.955Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-04-20T10:23:23.676Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-04-20T10:23:23.676Z] === RUN TestPause [2022-04-20T10:23:23.936Z] --- PASS: TestPause (0.42s) [2022-04-20T10:23:23.936Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-20T10:23:23.936Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:23:23.936Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:23:23.936Z] === RUN TestPauseStopPausedContainer [2022-04-20T10:23:24.505Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-04-20T10:23:24.505Z] === RUN TestPidHost [2022-04-20T10:23:25.445Z] --- PASS: TestPidHost (0.93s) [2022-04-20T10:23:25.445Z] === RUN TestPsFilter [2022-04-20T10:23:25.445Z] --- PASS: TestPsFilter (0.11s) [2022-04-20T10:23:25.445Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-20T10:23:26.014Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-04-20T10:23:26.014Z] === RUN TestRemoveContainerWithVolume [2022-04-20T10:23:26.274Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-04-20T10:23:26.274Z] === RUN TestRemoveContainerRunning [2022-04-20T10:23:26.844Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-04-20T10:23:26.844Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-20T10:23:27.103Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-04-20T10:23:27.103Z] === RUN TestRemoveInvalidContainer [2022-04-20T10:23:27.103Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-20T10:23:27.103Z] === RUN TestRenameLinkedContainer [2022-04-20T10:23:28.394Z] --- PASS: TestCreateServiceMultipleTimes (15.43s) [2022-04-20T10:23:28.394Z] === RUN TestCreateServiceConflict [2022-04-20T10:23:28.394Z] --- PASS: TestCreateServiceConflict (2.14s) [2022-04-20T10:23:28.394Z] === RUN TestCreateServiceMaxReplicas [2022-04-20T10:23:29.097Z] --- PASS: TestRenameLinkedContainer (1.69s) [2022-04-20T10:23:29.097Z] === RUN TestRenameStoppedContainer [2022-04-20T10:23:29.097Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-04-20T10:23:29.097Z] === RUN TestRenameRunningContainerAndReuse [2022-04-20T10:23:29.318Z] --- PASS: TestBuildSquashParent (7.30s) [2022-04-20T10:23:29.318Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-20T10:23:29.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:23:29.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:23:29.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:23:29.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:23:29.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:23:29.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:23:29.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:23:29.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:23:29.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:23:29.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:23:29.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:23:29.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:23:29.318Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:23:29.318Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:23:30.036Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-04-20T10:23:30.036Z] === RUN TestRenameInvalidName [2022-04-20T10:23:30.604Z] --- PASS: TestRenameInvalidName (0.43s) [2022-04-20T10:23:30.604Z] === RUN TestRenameAnonymousContainer [2022-04-20T10:23:30.943Z] --- PASS: TestCreateServiceMaxReplicas (2.89s) [2022-04-20T10:23:30.943Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-20T10:23:31.206Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:23:31.206Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:23:31.985Z] --- PASS: TestRenameAnonymousContainer (1.59s) [2022-04-20T10:23:31.985Z] === RUN TestRenameContainerWithSameName [2022-04-20T10:23:32.571Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-04-20T10:23:32.571Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-20T10:23:33.098Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:23:33.098Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:23:33.509Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s) [2022-04-20T10:23:33.509Z] === RUN TestResize [2022-04-20T10:23:33.769Z] --- PASS: TestResize (0.40s) [2022-04-20T10:23:33.769Z] === RUN TestResizeWithInvalidSize [2022-04-20T10:23:34.338Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-04-20T10:23:34.338Z] === RUN TestResizeWhenContainerNotStarted [2022-04-20T10:23:34.598Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-04-20T10:23:34.598Z] === RUN TestDaemonRestartKillContainers [2022-04-20T10:23:34.598Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:23:34.598Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:23:34.598Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:23:34.598Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:23:34.598Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:23:34.598Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:23:34.598Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:23:34.599Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:23:34.599Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:23:34.599Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:23:34.599Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:23:34.988Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-20T10:23:34.988Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.54s) [2022-04-20T10:23:34.988Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.58s) [2022-04-20T10:23:34.988Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.87s) [2022-04-20T10:23:34.988Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.98s) [2022-04-20T10:23:34.988Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.08s) [2022-04-20T10:23:34.988Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.06s) [2022-04-20T10:23:34.988Z] === RUN TestBuildMultiStageCopy [2022-04-20T10:23:34.988Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-20T10:23:36.507Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:23:37.886Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:23:38.258Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-20T10:23:38.823Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:23:38.823Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:23:39.185Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-20T10:23:40.113Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-20T10:23:40.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:23:40.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:23:41.042Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-20T10:23:42.408Z] --- PASS: TestBuildMultiStageCopy (7.29s) [2022-04-20T10:23:42.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.30s) [2022-04-20T10:23:42.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.99s) [2022-04-20T10:23:42.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-04-20T10:23:42.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-04-20T10:23:42.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-04-20T10:23:42.408Z] === RUN TestBuildMultiStageParentConfig [2022-04-20T10:23:43.493Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:23:43.493Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:23:45.401Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:23:45.817Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.09s) [2022-04-20T10:23:45.817Z] === RUN TestCreateServiceSecretFileMode [2022-04-20T10:23:47.310Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:23:47.310Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:23:47.655Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-04-20T10:23:47.655Z] === RUN TestBuildLabelWithTargets [2022-04-20T10:23:48.690Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:23:48.949Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:23:50.860Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.77s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.33s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.35s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.94s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.60s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.87s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.75s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.88s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.71s) [2022-04-20T10:23:52.239Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.59s) [2022-04-20T10:23:52.239Z] === RUN TestCgroupNamespacesRun [2022-04-20T10:23:53.179Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-04-20T10:23:53.179Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-20T10:23:54.558Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-04-20T10:23:54.558Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-20T10:23:55.497Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-04-20T10:23:55.497Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-20T10:23:55.805Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-04-20T10:23:55.805Z] === RUN TestBuildWithEmptyLayers [2022-04-20T10:23:55.959Z] [2022-04-20T10:23:55.959Z] Name Version Source Summary [2022-04-20T10:23:55.959Z] ---- ------- ------ ------- [2022-04-20T10:23:55.959Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-20T10:23:55.959Z] [2022-04-20T10:23:55.959Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-20T10:23:55.959Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-20T10:23:55.959Z] PSChildName : containerd [2022-04-20T10:23:55.959Z] PSDrive : C [2022-04-20T10:23:55.959Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-20T10:23:55.959Z] PSIsContainer : True [2022-04-20T10:23:55.959Z] Name : containerd [2022-04-20T10:23:55.959Z] FullName : C:\containerd [2022-04-20T10:23:55.959Z] Parent : [2022-04-20T10:23:55.959Z] Exists : True [2022-04-20T10:23:55.959Z] Root : C:\ [2022-04-20T10:23:55.959Z] Extension : [2022-04-20T10:23:55.959Z] CreationTime : 4/20/2022 10:23:54 AM [2022-04-20T10:23:55.959Z] CreationTimeUtc : 4/20/2022 10:23:54 AM [2022-04-20T10:23:55.959Z] LastAccessTime : 4/20/2022 10:23:54 AM [2022-04-20T10:23:55.959Z] LastAccessTimeUtc : 4/20/2022 10:23:54 AM [2022-04-20T10:23:55.959Z] LastWriteTime : 4/20/2022 10:23:54 AM [2022-04-20T10:23:55.959Z] LastWriteTimeUtc : 4/20/2022 10:23:54 AM [2022-04-20T10:23:55.959Z] Attributes : Directory [2022-04-20T10:23:55.959Z] Mode : d----- [2022-04-20T10:23:55.959Z] BaseName : containerd [2022-04-20T10:23:55.959Z] Target : {} [2022-04-20T10:23:55.959Z] LinkType : [2022-04-20T10:23:55.959Z] [2022-04-20T10:23:56.430Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-20T10:23:56.430Z] INFO: Configuring git core.autocrlf... [2022-04-20T10:23:56.430Z] [2022-04-20T10:23:56.430Z] [2022-04-20T10:23:56.468Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-04-20T10:23:56.468Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-20T10:23:57.700Z] Removing intermediate container e46c19bf4733 [2022-04-20T10:23:57.700Z] ---> 589f02268261 [2022-04-20T10:23:57.700Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-04-20T10:23:57.700Z] ---> Running in 9d4d3e573e0c [2022-04-20T10:23:57.700Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-20T10:23:57.700Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-20T10:23:57.700Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-20T10:23:57.700Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-20T10:23:57.700Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-20T10:23:57.700Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-20T10:23:57.700Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-20T10:23:57.700Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-20T10:23:57.700Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-20T10:23:57.700Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-20T10:23:57.700Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-20T10:23:57.700Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-20T10:23:57.700Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-20T10:23:57.700Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-20T10:23:57.700Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-20T10:23:57.700Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-20T10:23:57.849Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-04-20T10:23:57.849Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-20T10:23:58.018Z] --- PASS: TestCreateServiceSecretFileMode (12.53s) [2022-04-20T10:23:58.018Z] === RUN TestCreateServiceConfigFileMode [2022-04-20T10:23:58.326Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-04-20T10:23:58.326Z] === RUN TestBuildMultiStageOnBuild [2022-04-20T10:23:58.789Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-04-20T10:23:58.789Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-20T10:23:59.728Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-04-20T10:23:59.728Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-20T10:24:00.665Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-04-20T10:24:00.665Z] === RUN TestNISDomainname [2022-04-20T10:24:01.237Z] --- PASS: TestNISDomainname (0.51s) [2022-04-20T10:24:01.237Z] === RUN TestHostnameDnsResolution [2022-04-20T10:24:01.677Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-04-20T10:24:01.677Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-04-20T10:24:01.677Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-04-20T10:24:01.677Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-04-20T10:24:01.677Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-04-20T10:24:01.677Z] Cross building: bundles/cross/windows/amd64 [2022-04-20T10:24:01.677Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-04-20T10:24:01.677Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-04-20T10:24:01.811Z] --- PASS: TestHostnameDnsResolution (0.73s) [2022-04-20T10:24:01.811Z] === RUN TestUnprivilegedPortsAndPing [2022-04-20T10:24:02.380Z] --- PASS: TestUnprivilegedPortsAndPing (0.60s) [2022-04-20T10:24:02.380Z] === RUN TestPrivilegedHostDevices [2022-04-20T10:24:02.949Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2022-04-20T10:24:02.949Z] === RUN TestStats [2022-04-20T10:24:03.570Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-04-20T10:24:03.570Z] === RUN TestBuildUncleanTarFilenames [2022-04-20T10:24:03.826Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-04-20T10:24:03.826Z] === RUN TestBuildMultiStageLayerLeak [2022-04-20T10:24:05.484Z] --- PASS: TestStats (2.45s) [2022-04-20T10:24:05.484Z] === RUN TestStopContainerWithTimeout [2022-04-20T10:24:05.484Z] === RUN TestStopContainerWithTimeout/0 [2022-04-20T10:24:05.484Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-20T10:24:05.484Z] === RUN TestStopContainerWithTimeout/1 [2022-04-20T10:24:05.484Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-20T10:24:05.484Z] === RUN TestStopContainerWithTimeout/3 [2022-04-20T10:24:05.484Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-20T10:24:05.484Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-20T10:24:05.484Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-20T10:24:05.484Z] === CONT TestStopContainerWithTimeout/0 [2022-04-20T10:24:05.484Z] === CONT TestStopContainerWithTimeout/3 [2022-04-20T10:24:06.422Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-20T10:24:08.328Z] === CONT TestStopContainerWithTimeout/1 [2022-04-20T10:24:09.069Z] --- PASS: TestBuildMultiStageLayerLeak (4.41s) [2022-04-20T10:24:09.069Z] === RUN TestBuildWithHugeFile [2022-04-20T10:24:09.707Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-20T10:24:09.707Z] --- PASS: TestStopContainerWithTimeout/0 (0.74s) [2022-04-20T10:24:09.707Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2022-04-20T10:24:09.707Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-04-20T10:24:09.707Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-04-20T10:24:09.707Z] === RUN TestDeleteDevicemapper [2022-04-20T10:24:09.707Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:24:09.707Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-20T10:24:09.707Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-20T10:24:10.219Z] --- PASS: TestCreateServiceConfigFileMode (12.49s) [2022-04-20T10:24:10.219Z] === RUN TestCreateServiceSysctls [2022-04-20T10:24:11.089Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s) [2022-04-20T10:24:11.089Z] === RUN TestUpdateMemory [2022-04-20T10:24:11.658Z] --- PASS: TestUpdateMemory (0.52s) [2022-04-20T10:24:11.658Z] === RUN TestUpdateCPUQuota [2022-04-20T10:24:12.120Z] --- PASS: TestCreateServiceSysctls (3.10s) [2022-04-20T10:24:12.120Z] === RUN TestCreateServiceCapabilities [2022-04-20T10:24:12.596Z] --- PASS: TestUpdateCPUQuota (0.76s) [2022-04-20T10:24:12.596Z] === RUN TestUpdatePidsLimit [2022-04-20T10:24:12.596Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-20T10:24:12.596Z] === RUN TestUpdatePidsLimit/no_change [2022-04-20T10:24:12.856Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-20T10:24:12.856Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-20T10:24:13.115Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-20T10:24:13.375Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-20T10:24:13.634Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-20T10:24:13.832Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-20T10:24:13.832Z] [2022-04-20T10:24:13.832Z] ________ ____ __. [2022-04-20T10:24:13.832Z] \_____ \ | |/ _| [2022-04-20T10:24:13.832Z] / | \| < [2022-04-20T10:24:13.832Z] / | \ | \ [2022-04-20T10:24:13.832Z] \_______ /____|__ \ [2022-04-20T10:24:13.832Z] \/ \/ [2022-04-20T10:24:13.832Z] [2022-04-20T10:24:13.832Z] INFO: make.ps1 ended at 04/20/2022 10:24:10 [2022-04-20T10:24:13.832Z] INFO: Binaries build ended at 04/20/2022 10:24:11. Duration:00:01:28.8453073 [2022-04-20T10:24:13.832Z] INFO: Copying the built daemon binary to d:\CI\PR-43501\3\binary\dockerd-3d3e7647ae.exe... [2022-04-20T10:24:13.832Z] INFO: Copying the built client binary to d:\CI\PR-43501\3\binary\docker-3d3e7647ae.exe... [2022-04-20T10:24:13.832Z] INFO: Copying dockerversion from the container... [2022-04-20T10:24:13.832Z] INFO: Copying the golang package from the container to d:\CI\PR-43501\3\installer\go.zip... [2022-04-20T10:24:13.832Z] INFO: Extracting go.zip to d:\CI\PR-43501\3\go [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit (1.84s) [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-04-20T10:24:14.204Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-04-20T10:24:14.204Z] === RUN TestUpdateRestartPolicy [2022-04-20T10:24:14.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-20T10:24:14.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-20T10:24:14.650Z] --- PASS: TestCreateServiceCapabilities (2.47s) [2022-04-20T10:24:14.650Z] === RUN TestInspect [2022-04-20T10:24:17.181Z] --- PASS: TestInspect (2.74s) [2022-04-20T10:24:17.181Z] === RUN TestCreateJob [2022-04-20T10:24:18.800Z] Removing intermediate container 9d4d3e573e0c [2022-04-20T10:24:18.800Z] ---> 9827bccebd3c [2022-04-20T10:24:18.800Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-04-20T10:24:18.800Z] ---> Running in b43da8e5eb79 [2022-04-20T10:24:18.800Z] Removing intermediate container b43da8e5eb79 [2022-04-20T10:24:18.800Z] ---> 9579f17bb228 [2022-04-20T10:24:18.800Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-20T10:24:18.800Z] ---> Running in c11afeb6797f [2022-04-20T10:24:19.259Z] Removing intermediate container c11afeb6797f [2022-04-20T10:24:19.259Z] ---> ea783e6f20b2 [2022-04-20T10:24:19.259Z] Step 11/11 : COPY . . [2022-04-20T10:24:20.467Z] --- PASS: TestCreateJob (2.98s) [2022-04-20T10:24:20.467Z] === RUN TestReplicatedJob [2022-04-20T10:24:25.754Z] --- PASS: TestReplicatedJob (5.10s) [2022-04-20T10:24:25.754Z] === RUN TestUpdateReplicatedJob [2022-04-20T10:24:26.447Z] --- PASS: TestUpdateRestartPolicy (10.83s) [2022-04-20T10:24:26.447Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-20T10:24:26.447Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-04-20T10:24:26.447Z] === RUN TestWaitNonBlocked [2022-04-20T10:24:26.447Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:24:26.447Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:24:26.447Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:24:26.447Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:24:26.447Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:24:26.447Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:24:26.447Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-20T10:24:26.447Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s) [2022-04-20T10:24:26.447Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.79s) [2022-04-20T10:24:26.447Z] === RUN TestWaitBlocked [2022-04-20T10:24:26.447Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:24:26.447Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:24:26.447Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:24:26.447Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:24:26.447Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:24:26.447Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:24:27.017Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-20T10:24:27.017Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2022-04-20T10:24:27.017Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-04-20T10:24:27.017Z] === CONT TestContainerStartOnDaemonRestart [2022-04-20T10:24:27.017Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-20T10:24:28.233Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-04-20T10:24:28.798Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-04-20T10:24:28.798Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-04-20T10:24:28.928Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.02s) [2022-04-20T10:24:28.928Z] === CONT TestIpcModeOlderClient [2022-04-20T10:24:29.038Z] --- PASS: TestUpdateReplicatedJob (3.22s) [2022-04-20T10:24:29.038Z] === RUN TestServiceListWithStatuses [2022-04-20T10:24:29.038Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:24:29.038Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-20T10:24:29.038Z] === RUN TestDockerNetworkConnectAlias [2022-04-20T10:24:29.056Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-04-20T10:24:29.056Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-04-20T10:24:29.056Z] remote: Enumerating objects: 23, done. [2022-04-20T10:24:29.056Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-04-20T10:24:29.056Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-04-20T10:24:29.056Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-04-20T10:24:29.056Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-04-20T10:24:29.056Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-04-20T10:24:29.188Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-04-20T10:24:29.188Z] === CONT TestContainerKillOnDaemonStart [2022-04-20T10:24:29.188Z] --- PASS: TestContainerStartOnDaemonRestart (2.14s) [2022-04-20T10:24:29.188Z] === CONT TestDaemonHostGatewayIP [2022-04-20T10:24:29.313Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-04-20T10:24:31.730Z] --- PASS: TestDaemonHostGatewayIP (2.46s) [2022-04-20T10:24:31.730Z] === CONT TestDaemonRestartIpcMode [2022-04-20T10:24:33.229Z] --- PASS: TestDockerNetworkConnectAlias (4.21s) [2022-04-20T10:24:33.229Z] === RUN TestDockerNetworkReConnect [2022-04-20T10:24:34.269Z] --- PASS: TestDaemonRestartIpcMode (2.28s) [2022-04-20T10:24:34.576Z] Cross building: bundles/cross/linux/ppc64le [2022-04-20T10:24:34.576Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-04-20T10:24:34.576Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-04-20T10:24:36.514Z] --- PASS: TestDockerNetworkReConnect (3.39s) [2022-04-20T10:24:36.514Z] === RUN TestServicePlugin [2022-04-20T10:24:39.800Z] plugin_test.go:61: [d3dd6bba21fb8] joining swarm manager [d8b36c3939258]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:24:40.841Z] --- PASS: TestContainerKillOnDaemonStart (11.62s) [2022-04-20T10:24:40.841Z] PASS [2022-04-20T10:24:40.841Z] [2022-04-20T10:24:40.841Z] === Skipped [2022-04-20T10:24:40.841Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-04-20T10:24:40.841Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:24:40.841Z] [2022-04-20T10:24:40.841Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:24:40.841Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:24:40.841Z] [2022-04-20T10:24:40.841Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-20T10:24:40.841Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:24:40.841Z] [2022-04-20T10:24:40.841Z] DONE 234 tests, 3 skipped in 113.922s [2022-04-20T10:24:40.841Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-20T10:24:40.841Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:24:40.841Z] ++ set -e [2022-04-20T10:24:40.841Z] ++ '[' -n 0 ']' [2022-04-20T10:24:40.841Z] ++ set -x [2022-04-20T10:24:40.841Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:24:40.841Z] === RUN TestConfigDaemonLibtrustID [2022-04-20T10:24:41.175Z] plugin_test.go:64: [dbe7e6409bdb0] joining swarm manager [d8b36c3939258]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:24:41.411Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-04-20T10:24:41.411Z] === RUN TestDaemonConfigValidation [2022-04-20T10:24:41.411Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:24:41.411Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:24:41.411Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-20T10:24:41.411Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-20T10:24:41.411Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-20T10:24:41.411Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-20T10:24:41.411Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-20T10:24:41.411Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-20T10:24:41.411Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-20T10:24:41.411Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-20T10:24:41.411Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:24:41.411Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-20T10:24:41.411Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-20T10:24:41.411Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-20T10:24:41.411Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-20T10:24:41.672Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-20T10:24:41.672Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-04-20T10:24:41.672Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-04-20T10:24:41.672Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-04-20T10:24:41.672Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-04-20T10:24:41.672Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-04-20T10:24:41.672Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-20T10:24:41.672Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-20T10:24:42.611Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-20T10:24:43.552Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-20T10:24:43.934Z] INFO: Extraction ended at 04/20/2022 10:24:40. Duration:00:00:26.4994245 [2022-04-20T10:24:43.934Z] INFO: Updating the golang and path environment variables [2022-04-20T10:24:43.934Z] INFO: GOPATH=d:\gopath [2022-04-20T10:24:43.934Z] INFO: go version go1.18.1 windows/amd64 [2022-04-20T10:24:43.934Z] INFO: Running the daemon under test in debug mode [2022-04-20T10:24:43.934Z] INFO: Starting a daemon under test... [2022-04-20T10:24:43.935Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43501\3\daemon --pidfile d:\CI\PR-43501\3\docker.pid -D [2022-04-20T10:24:43.935Z] INFO: Process started successfully. [2022-04-20T10:24:43.935Z] INFO: Start tailing logs of the daemon under tests [2022-04-20T10:24:43.935Z] INFO: Waiting for the daemon under test to start... [2022-04-20T10:24:44.934Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-20T10:24:44.934Z] daemon_test.go:156: [d6381c27bf133] daemon is not started [2022-04-20T10:24:44.934Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-04-20T10:24:44.934Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-04-20T10:24:44.934Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-04-20T10:24:44.934Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-04-20T10:24:44.934Z] === RUN TestDaemonProxy [2022-04-20T10:24:44.934Z] === RUN TestDaemonProxy/environment_variables [2022-04-20T10:24:46.842Z] === RUN TestDaemonProxy/command-line_options [2022-04-20T10:24:48.222Z] === RUN TestDaemonProxy/configuration_file [2022-04-20T10:24:50.130Z] === RUN TestDaemonProxy/conflicting_options [2022-04-20T10:24:50.390Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-20T10:24:50.970Z] --- PASS: TestDaemonProxy (6.26s) [2022-04-20T10:24:50.970Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-04-20T10:24:50.970Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-04-20T10:24:50.970Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-04-20T10:24:50.970Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-20T10:24:50.970Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-04-20T10:24:50.970Z] PASS [2022-04-20T10:24:50.970Z] [2022-04-20T10:24:50.970Z] DONE 17 tests in 10.240s [2022-04-20T10:24:50.970Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-04-20T10:24:50.970Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:24:50.970Z] ++ set -e [2022-04-20T10:24:50.970Z] ++ '[' -n 0 ']' [2022-04-20T10:24:50.970Z] ++ set -x [2022-04-20T10:24:50.970Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:24:51.251Z] INFO: Testing against a local daemon [2022-04-20T10:24:51.251Z] === RUN TestCommitInheritsEnv [2022-04-20T10:24:51.514Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-04-20T10:24:51.514Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-20T10:24:51.514Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-04-20T10:24:51.514Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:24:51.514Z] === RUN TestImportWithCustomPlatform [2022-04-20T10:24:51.514Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-20T10:24:51.514Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-20T10:24:51.514Z] === RUN TestImportWithCustomPlatform// [2022-04-20T10:24:51.514Z] === RUN TestImportWithCustomPlatform/linux [2022-04-20T10:24:51.514Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-20T10:24:51.514Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-20T10:24:51.773Z] === RUN TestImportWithCustomPlatform/macos [2022-04-20T10:24:51.773Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-20T10:24:51.773Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-20T10:24:51.773Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-20T10:24:51.773Z] === RUN TestImagesFilterMultiReference [2022-04-20T10:24:51.773Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-04-20T10:24:51.773Z] === RUN TestImagePullPlatformInvalid [2022-04-20T10:24:51.773Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-04-20T10:24:51.773Z] === RUN TestRemoveImageOrphaning [2022-04-20T10:24:52.033Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-04-20T10:24:52.033Z] === RUN TestRemoveImageGarbageCollector [2022-04-20T10:24:52.033Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:24:52.033Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-04-20T10:24:52.033Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-20T10:24:52.033Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-04-20T10:24:52.033Z] === RUN TestTagInvalidReference [2022-04-20T10:24:52.033Z] --- PASS: TestTagInvalidReference (0.02s) [2022-04-20T10:24:52.033Z] === RUN TestTagValidPrefixedRepo [2022-04-20T10:24:52.293Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-04-20T10:24:52.293Z] === RUN TestTagExistedNameWithoutForce [2022-04-20T10:24:52.293Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-20T10:24:52.293Z] === RUN TestTagOfficialNames [2022-04-20T10:24:52.293Z] --- PASS: TestTagOfficialNames (0.05s) [2022-04-20T10:24:52.293Z] === RUN TestTagMatchesDigest [2022-04-20T10:24:52.293Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-20T10:24:52.293Z] PASS [2022-04-20T10:24:52.293Z] [2022-04-20T10:24:52.293Z] === Skipped [2022-04-20T10:24:52.293Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:24:52.293Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-04-20T10:24:52.293Z] [2022-04-20T10:24:52.293Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-04-20T10:24:52.293Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:24:52.293Z] [2022-04-20T10:24:52.293Z] DONE 22 tests, 2 skipped in 1.272s [2022-04-20T10:24:52.293Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-04-20T10:24:52.293Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:24:52.293Z] ++ set -e [2022-04-20T10:24:52.293Z] ++ '[' -n 0 ']' [2022-04-20T10:24:52.293Z] ++ set -x [2022-04-20T10:24:52.293Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:24:52.293Z] INFO: Testing against a local daemon [2022-04-20T10:24:52.293Z] === RUN TestNetworkCreateDelete [2022-04-20T10:24:52.554Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-04-20T10:24:52.554Z] === RUN TestDockerNetworkDeletePreferID [2022-04-20T10:24:52.814Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-04-20T10:24:52.814Z] === RUN TestDaemonDNSFallback [2022-04-20T10:24:55.006Z] ---> 6ee820c2cc5a [2022-04-20T10:24:55.006Z] Successfully built 6ee820c2cc5a [2022-04-20T10:24:55.006Z] Successfully tagged docker:latest [2022-04-20T10:24:55.006Z] INFO: Image build ended at 04/20/2022 10:24:52. Duration:00:04:17.7934653 [2022-04-20T10:24:55.006Z] [2022-04-20T10:24:55.006Z] [2022-04-20T10:24:55.006Z] INFO: Building the test binaries at 04/20/2022 10:24:52... [2022-04-20T10:24:57.248Z] INFO: make.ps1 starting at 04/20/2022 10:24:56 [2022-04-20T10:24:57.248Z] INFO: Git commit (95c8fa20bb) assumed from DOCKER_GITCOMMIT environment variable [2022-04-20T10:24:57.248Z] INFO: Invoking autogen... [2022-04-20T10:24:57.708Z] INFO: Building daemon... [2022-04-20T10:24:59.388Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-04-20T10:24:59.389Z] === RUN TestInspectNetwork [2022-04-20T10:25:01.748Z] ...INFO: Daemon under test started and replied! [2022-04-20T10:25:01.748Z] INFO: Docker version of the daemon under test [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] Client: [2022-04-20T10:25:01.748Z] Version: 17.06.2-ce [2022-04-20T10:25:01.748Z] API version: 1.30 [2022-04-20T10:25:01.748Z] Go version: go1.8.3 [2022-04-20T10:25:01.748Z] Git commit: cec0b72 [2022-04-20T10:25:01.748Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-20T10:25:01.748Z] OS/Arch: windows/amd64 [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] Server: [2022-04-20T10:25:01.748Z] Version: 0.0.0-dev [2022-04-20T10:25:01.748Z] API version: 1.42 (minimum version 1.24) [2022-04-20T10:25:01.748Z] Go version: go1.18.1 [2022-04-20T10:25:01.748Z] Git commit: 3d3e7647ae [2022-04-20T10:25:01.748Z] Built: 04/20/2022 10:22:46 [2022-04-20T10:25:01.748Z] OS/Arch: windows/amd64 [2022-04-20T10:25:01.748Z] Experimental: false [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] INFO: Docker info of the daemon under test [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] Containers: 0 [2022-04-20T10:25:01.748Z] Running: 0 [2022-04-20T10:25:01.748Z] Paused: 0 [2022-04-20T10:25:01.748Z] Stopped: 0 [2022-04-20T10:25:01.748Z] Images: 0 [2022-04-20T10:25:01.748Z] Server Version: 0.0.0-dev [2022-04-20T10:25:01.748Z] Storage Driver: windowsfilter [2022-04-20T10:25:01.748Z] Windows: [2022-04-20T10:25:01.748Z] Logging Driver: json-file [2022-04-20T10:25:01.748Z] Plugins: [2022-04-20T10:25:01.748Z] Volume: local [2022-04-20T10:25:01.748Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:25:01.748Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:25:01.748Z] Swarm: inactive [2022-04-20T10:25:01.748Z] Default Isolation: process [2022-04-20T10:25:01.748Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T10:25:01.748Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-20T10:25:01.748Z] OSType: windows [2022-04-20T10:25:01.748Z] Architecture: x86_64 [2022-04-20T10:25:01.748Z] CPUs: 4 [2022-04-20T10:25:01.748Z] Total Memory: 32GiB [2022-04-20T10:25:01.748Z] Name: azwin-2-acacd0 [2022-04-20T10:25:01.748Z] ID: 2ZUI:JMC6:JOEI:CILH:YZ5J:HX66:2LWU:BOVU:G4BJ:YBLB:43X5:HC6M [2022-04-20T10:25:01.748Z] Docker Root Dir: D:\CI\PR-43501\3\daemon [2022-04-20T10:25:01.748Z] Debug Mode (client): false [2022-04-20T10:25:01.748Z] Debug Mode (server): true [2022-04-20T10:25:01.748Z] File Descriptors: -1 [2022-04-20T10:25:01.748Z] Goroutines: 16 [2022-04-20T10:25:01.748Z] System Time: 2022-04-20T10:24:59.9726044Z [2022-04-20T10:25:01.748Z] EventsListeners: 0 [2022-04-20T10:25:01.748Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:25:01.748Z] Labels: [2022-04-20T10:25:01.748Z] Experimental: false [2022-04-20T10:25:01.748Z] Insecure Registries: [2022-04-20T10:25:01.748Z] 127.0.0.0/8 [2022-04-20T10:25:01.748Z] Live Restore Enabled: false [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] INFO: Docker images of the daemon under test [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-20T10:25:01.748Z] [2022-04-20T10:25:01.748Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-20T10:25:01.748Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-04-20T10:25:01.748Z] ltsc2022: Pulling from windows/servercore [2022-04-20T10:25:01.748Z] 8f616e6e9eec: Pulling fs layer [2022-04-20T10:25:01.748Z] dccd9e4d14d3: Pulling fs layer [2022-04-20T10:25:01.926Z] === RUN TestInspectNetwork/full_network_id [2022-04-20T10:25:01.926Z] === RUN TestInspectNetwork/partial_network_id [2022-04-20T10:25:01.926Z] === RUN TestInspectNetwork/network_name [2022-04-20T10:25:01.926Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-20T10:25:05.242Z] --- PASS: TestBuildWithHugeFile (52.34s) [2022-04-20T10:25:05.242Z] === RUN TestBuildWCOWSandboxSize [2022-04-20T10:25:05.242Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:25:05.242Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:25:05.242Z] === RUN TestBuildWithEmptyDockerfile [2022-04-20T10:25:05.242Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:25:05.242Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:25:05.242Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:25:05.242Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:25:05.242Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:25:05.242Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:25:05.242Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:25:05.242Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:25:05.242Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:25:05.242Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-04-20T10:25:05.242Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-04-20T10:25:05.242Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-04-20T10:25:05.242Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-20T10:25:05.242Z] === RUN TestBuildPreserveOwnership [2022-04-20T10:25:05.242Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-20T10:25:07.133Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-20T10:25:07.204Z] --- PASS: TestInspectNetwork (7.07s) [2022-04-20T10:25:07.204Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-20T10:25:07.204Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-20T10:25:07.204Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-20T10:25:07.204Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-20T10:25:07.204Z] === RUN TestRunContainerWithBridgeNone [2022-04-20T10:25:07.717Z] --- PASS: TestServicePlugin (30.05s) [2022-04-20T10:25:07.717Z] === RUN TestServiceUpdateLabel [2022-04-20T10:25:07.773Z] --- PASS: TestRunContainerWithBridgeNone (1.48s) [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-20T10:25:07.773Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:25:07.773Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:25:07.773Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:25:07.773Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-20T10:25:07.773Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-20T10:25:07.773Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-20T10:25:07.773Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-20T10:25:07.773Z] === RUN TestNetworkList [2022-04-20T10:25:07.773Z] === RUN TestNetworkList//networks [2022-04-20T10:25:07.773Z] === PAUSE TestNetworkList//networks [2022-04-20T10:25:07.773Z] === RUN TestNetworkList//networks/ [2022-04-20T10:25:07.773Z] === PAUSE TestNetworkList//networks/ [2022-04-20T10:25:07.773Z] === CONT TestNetworkList//networks [2022-04-20T10:25:07.773Z] === CONT TestNetworkList//networks/ [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkList (0.01s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-20T10:25:07.773Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-20T10:25:07.773Z] === RUN TestHostIPv4BridgeLabel [2022-04-20T10:25:08.283Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-04-20T10:25:08.283Z] === RUN TestServiceUpdateSecrets [2022-04-20T10:25:08.342Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-04-20T10:25:08.342Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-20T10:25:09.279Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-04-20T10:25:09.279Z] === RUN TestDaemonDefaultNetworkPools [2022-04-20T10:25:10.217Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-04-20T10:25:10.217Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-20T10:25:11.155Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-04-20T10:25:11.155Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-20T10:25:11.299Z] --- PASS: TestBuildPreserveOwnership (10.39s) [2022-04-20T10:25:11.299Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.37s) [2022-04-20T10:25:11.299Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-04-20T10:25:11.299Z] === RUN TestBuildPlatformInvalid [2022-04-20T10:25:11.299Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-04-20T10:25:11.299Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-20T10:25:11.299Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-04-20T10:25:11.299Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-04-20T10:25:11.299Z] PASS [2022-04-20T10:25:11.299Z] [2022-04-20T10:25:11.299Z] === Skipped [2022-04-20T10:25:11.299Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-20T10:25:11.299Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:25:11.299Z] [2022-04-20T10:25:11.299Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:25:11.299Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:25:11.299Z] [2022-04-20T10:25:11.299Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-04-20T10:25:11.299Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-04-20T10:25:11.299Z] [2022-04-20T10:25:11.299Z] DONE 34 tests, 3 skipped in 114.653s [2022-04-20T10:25:11.299Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-20T10:25:11.299Z] INFO: Testing against a local daemon [2022-04-20T10:25:11.299Z] === RUN TestConfigInspect [2022-04-20T10:25:11.299Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.299Z] --- SKIP: TestConfigInspect (0.02s) [2022-04-20T10:25:11.299Z] === RUN TestConfigList [2022-04-20T10:25:11.299Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] --- SKIP: TestConfigList (0.02s) [2022-04-20T10:25:11.555Z] === RUN TestConfigsCreateAndDelete [2022-04-20T10:25:11.555Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-04-20T10:25:11.555Z] === RUN TestConfigsUpdate [2022-04-20T10:25:11.555Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-04-20T10:25:11.555Z] === RUN TestTemplatedConfig [2022-04-20T10:25:11.555Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-20T10:25:11.555Z] === RUN TestConfigCreateResolve [2022-04-20T10:25:11.555Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-04-20T10:25:11.555Z] PASS [2022-04-20T10:25:11.555Z] [2022-04-20T10:25:11.555Z] === Skipped [2022-04-20T10:25:11.555Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-04-20T10:25:11.555Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] [2022-04-20T10:25:11.555Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-04-20T10:25:11.555Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] [2022-04-20T10:25:11.555Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-04-20T10:25:11.555Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] [2022-04-20T10:25:11.555Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-04-20T10:25:11.555Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] [2022-04-20T10:25:11.555Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-04-20T10:25:11.555Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] [2022-04-20T10:25:11.555Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-04-20T10:25:11.555Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:25:11.555Z] [2022-04-20T10:25:11.555Z] DONE 6 tests, 6 skipped in 0.170s [2022-04-20T10:25:11.555Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-20T10:25:11.555Z] INFO: Testing against a local daemon [2022-04-20T10:25:11.555Z] === RUN TestCheckpoint [2022-04-20T10:25:11.555Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:25:11.555Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/commit [2022-04-20T10:25:11.555Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-20T10:25:11.555Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:25:11.555Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:25:11.555Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:25:11.555Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:25:11.555Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:25:11.555Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:25:11.555Z] === CONT TestContainerInvalidJSON/commit [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-20T10:25:11.555Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-20T10:25:11.555Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-20T10:25:11.555Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-20T10:25:11.555Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-20T10:25:11.555Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-20T10:25:11.555Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-20T10:25:11.555Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-20T10:25:11.555Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-20T10:25:11.556Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-04-20T10:25:11.556Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-20T10:25:11.556Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-20T10:25:11.556Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-20T10:25:11.556Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-20T10:25:11.556Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-20T10:25:11.812Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-04-20T10:25:11.812Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-20T10:25:11.812Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-04-20T10:25:11.812Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-20T10:25:11.812Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-04-20T10:25:11.812Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-20T10:25:11.812Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-04-20T10:25:11.812Z] === RUN TestCopyFromContainer [2022-04-20T10:25:12.534Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-04-20T10:25:12.534Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-20T10:25:13.103Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-04-20T10:25:13.103Z] === RUN TestServiceWithPredefinedNetwork [2022-04-20T10:25:13.300Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-04-20T10:25:13.300Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-04-20T10:25:13.300Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-04-20T10:25:13.300Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-04-20T10:25:13.300Z] Cross building: bundles/cross/linux/s390x [2022-04-20T10:25:13.300Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-04-20T10:25:13.300Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-04-20T10:25:15.077Z] === RUN TestCopyFromContainer// [2022-04-20T10:25:15.334Z] === RUN TestCopyFromContainer//bar/root [2022-04-20T10:25:15.334Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-20T10:25:15.334Z] === RUN TestCopyFromContainer/bar/quux [2022-04-20T10:25:15.334Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-20T10:25:15.334Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-20T10:25:15.590Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-20T10:25:15.590Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-20T10:25:15.590Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-20T10:25:15.590Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-20T10:25:15.640Z] --- PASS: TestServiceWithPredefinedNetwork (2.14s) [2022-04-20T10:25:15.640Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-20T10:25:15.640Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:25:15.640Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:25:15.640Z] === RUN TestServiceWithDataPathPortInit [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer (3.85s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-04-20T10:25:15.847Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-04-20T10:25:15.847Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-20T10:25:15.847Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:25:15.847Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:25:15.847Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:25:15.847Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:25:15.847Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:25:15.847Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:25:15.847Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:25:15.847Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:25:15.847Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:25:15.847Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-20T10:25:15.847Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-20T10:25:15.847Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-20T10:25:15.848Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-20T10:25:15.848Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-20T10:25:15.848Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-04-20T10:25:15.848Z] === RUN TestCreateWithInvalidEnv [2022-04-20T10:25:15.848Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-20T10:25:15.848Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-20T10:25:15.848Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-20T10:25:15.848Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-20T10:25:15.848Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-20T10:25:15.848Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-20T10:25:15.848Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-20T10:25:15.848Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-20T10:25:15.848Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-20T10:25:15.848Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-20T10:25:15.848Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-20T10:25:15.848Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-20T10:25:15.848Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-20T10:25:15.848Z] === RUN TestCreateTmpfsMountsTarget [2022-04-20T10:25:15.848Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-20T10:25:15.848Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-20T10:25:17.213Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2022-04-20T10:25:17.213Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-20T10:25:18.142Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-04-20T10:25:18.142Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-20T10:25:18.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:25:18.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:25:18.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:25:18.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:25:18.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:25:18.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:25:18.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:25:18.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:25:18.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:25:18.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:25:18.142Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:25:18.142Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:25:18.142Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:25:18.142Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:25:18.142Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:25:18.142Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-20T10:25:18.142Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-04-20T10:25:18.142Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-04-20T10:25:18.142Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-04-20T10:25:18.142Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-04-20T10:25:18.142Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-04-20T10:25:18.142Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-20T10:25:18.703Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-04-20T10:25:18.703Z] === RUN TestCreateDifferentPlatform [2022-04-20T10:25:18.703Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-20T10:25:18.703Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-20T10:25:18.703Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-20T10:25:18.703Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-20T10:25:18.703Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-20T10:25:18.703Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-20T10:25:18.703Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-04-20T10:25:18.704Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-20T10:25:18.704Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-04-20T10:25:18.704Z] === RUN TestContainerStartOnDaemonRestart [2022-04-20T10:25:18.704Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-04-20T10:25:18.704Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-04-20T10:25:18.704Z] === RUN TestDaemonRestartIpcMode [2022-04-20T10:25:18.704Z] === PAUSE TestDaemonRestartIpcMode [2022-04-20T10:25:18.704Z] === RUN TestDaemonHostGatewayIP [2022-04-20T10:25:18.704Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:25:18.704Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-04-20T10:25:18.704Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-20T10:25:18.704Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-20T10:25:18.704Z] === RUN TestContainerKillOnDaemonStart [2022-04-20T10:25:18.704Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-04-20T10:25:18.704Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:25:18.704Z] === RUN TestDiff [2022-04-20T10:25:19.266Z] --- PASS: TestDiff (0.37s) [2022-04-20T10:25:19.266Z] === RUN TestExecWithCloseStdin [2022-04-20T10:25:19.523Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-04-20T10:25:19.523Z] === RUN TestExec [2022-04-20T10:25:19.570Z] dccd9e4d14d3: Verifying Checksum [2022-04-20T10:25:19.570Z] dccd9e4d14d3: Download complete [2022-04-20T10:25:20.085Z] --- PASS: TestExec (0.47s) [2022-04-20T10:25:20.085Z] === RUN TestExecUser [2022-04-20T10:25:20.647Z] --- PASS: TestExecUser (0.48s) [2022-04-20T10:25:20.647Z] === RUN TestExportContainerAndImportImage [2022-04-20T10:25:21.209Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-04-20T10:25:21.209Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-20T10:25:22.518Z] 8f616e6e9eec: Verifying Checksum [2022-04-20T10:25:22.518Z] 8f616e6e9eec: Download complete [2022-04-20T10:25:22.576Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-04-20T10:25:22.576Z] === RUN TestHealthCheckWorkdir [2022-04-20T10:25:22.832Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-04-20T10:25:22.832Z] === RUN TestHealthKillContainer [2022-04-20T10:25:23.175Z] --- PASS: TestServiceUpdateSecrets (14.49s) [2022-04-20T10:25:23.175Z] === RUN TestServiceUpdateConfigs [2022-04-20T10:25:30.540Z] --- PASS: TestServiceWithDataPathPortInit (13.64s) [2022-04-20T10:25:30.540Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-20T10:25:30.921Z] --- PASS: TestHealthKillContainer (7.88s) [2022-04-20T10:25:30.921Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-20T10:25:30.921Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:25:30.921Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:25:30.921Z] === RUN TestIpcModeNone [2022-04-20T10:25:31.177Z] --- PASS: TestIpcModeNone (0.47s) [2022-04-20T10:25:31.177Z] === RUN TestIpcModePrivate [2022-04-20T10:25:31.477Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xh9aup15zljeh8czwyictvx3j Created:2022-04-20 10:25:30.161303033 +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[a73a19fb871e63db02ebec6f894376c175384a97cdb0aeb6f0a911bf5f887211:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xooi2v4bj1gn7nygx1vgq6b2q EndpointID:232c739b49219b3331b4f079ce705ccef6afa4ff75408eb064e142b9b644cc97 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7cd4a939cbd13b3e779c69b56fc8288121dd91645e3709d73e3f0045dc499842 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:2fb8cecb813c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xooi2v4bj1gn7nygx1vgq6b2q EndpointID:232c739b49219b3331b4f079ce705ccef6afa4ff75408eb064e142b9b644cc97 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-20T10:25:31.740Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-04-20T10:25:31.740Z] --- PASS: TestIpcModePrivate (0.61s) [2022-04-20T10:25:31.740Z] === RUN TestIpcModeShareable [2022-04-20T10:25:31.740Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:25:31.740Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-04-20T10:25:31.740Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-20T10:25:33.629Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.39s) [2022-04-20T10:25:33.629Z] === RUN TestAPIIpcModeHost [2022-04-20T10:25:33.629Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:25:33.629Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-04-20T10:25:33.629Z] === RUN TestDaemonIpcModeShareable [2022-04-20T10:25:33.629Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:25:33.629Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-04-20T10:25:33.629Z] === RUN TestDaemonIpcModePrivate [2022-04-20T10:25:34.192Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-04-20T10:25:34.448Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-04-20T10:25:34.448Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-20T10:25:34.448Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:25:34.448Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-04-20T10:25:34.448Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-20T10:25:34.448Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:25:34.448Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-04-20T10:25:34.448Z] === RUN TestIpcModeOlderClient [2022-04-20T10:25:34.448Z] === PAUSE TestIpcModeOlderClient [2022-04-20T10:25:34.448Z] === RUN TestKillContainerInvalidSignal [2022-04-20T10:25:35.010Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-04-20T10:25:35.010Z] === RUN TestKillContainer [2022-04-20T10:25:35.010Z] === RUN TestKillContainer/no_signal [2022-04-20T10:25:35.266Z] === RUN TestKillContainer/non_killing_signal [2022-04-20T10:25:35.521Z] === RUN TestKillContainer/killing_signal [2022-04-20T10:25:35.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-20T10:25:35.671Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.85s) [2022-04-20T10:25:35.671Z] PASS [2022-04-20T10:25:35.671Z] [2022-04-20T10:25:35.671Z] === Skipped [2022-04-20T10:25:35.671Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:25:35.671Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:25:35.671Z] [2022-04-20T10:25:35.671Z] DONE 38 tests, 1 skipped in 43.375s [2022-04-20T10:25:35.671Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:25:35.671Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:35.671Z] ++ set -e [2022-04-20T10:25:35.671Z] ++ '[' -n 0 ']' [2022-04-20T10:25:35.671Z] ++ set -x [2022-04-20T10:25:35.671Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:35.671Z] INFO: Testing against a local daemon [2022-04-20T10:25:35.671Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-20T10:25:35.671Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:25:35.671Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:25:35.671Z] === RUN TestDockerNetworkIpvlan [2022-04-20T10:25:35.671Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:25:35.671Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:25:35.671Z] PASS [2022-04-20T10:25:35.671Z] [2022-04-20T10:25:35.671Z] === Skipped [2022-04-20T10:25:35.671Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:25:35.671Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:25:35.671Z] [2022-04-20T10:25:35.671Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:25:35.671Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:25:35.671Z] [2022-04-20T10:25:35.671Z] DONE 2 tests, 2 skipped in 0.094s [2022-04-20T10:25:35.671Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:25:35.671Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:35.671Z] ++ set -e [2022-04-20T10:25:35.671Z] ++ '[' -n 0 ']' [2022-04-20T10:25:35.671Z] ++ set -x [2022-04-20T10:25:35.671Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:35.930Z] INFO: Testing against a local daemon [2022-04-20T10:25:35.930Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-20T10:25:36.084Z] --- PASS: TestKillContainer (1.20s) [2022-04-20T10:25:36.084Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-04-20T10:25:36.084Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-04-20T10:25:36.084Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-04-20T10:25:36.084Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-20T10:25:36.084Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-20T10:25:36.340Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-20T10:25:36.901Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2022-04-20T10:25:36.901Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-04-20T10:25:36.901Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-04-20T10:25:36.901Z] === RUN TestKillStoppedContainer [2022-04-20T10:25:36.901Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-04-20T10:25:36.901Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-20T10:25:36.901Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-20T10:25:36.901Z] === RUN TestKillDifferentUserContainer [2022-04-20T10:25:37.309Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-04-20T10:25:37.309Z] === RUN TestDockerNetworkMacvlan [2022-04-20T10:25:37.463Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-04-20T10:25:37.463Z] === RUN TestInspectOomKilledTrue [2022-04-20T10:25:37.463Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:25:37.463Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-20T10:25:37.463Z] === RUN TestInspectOomKilledFalse [2022-04-20T10:25:37.463Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:25:37.463Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-20T10:25:37.463Z] === RUN TestLinksEtcHostsContentMatch [2022-04-20T10:25:37.463Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-04-20T10:25:37.463Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-04-20T10:25:37.463Z] === RUN TestLinksContainerNames [2022-04-20T10:25:37.879Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-20T10:25:38.050Z] --- PASS: TestServiceUpdateConfigs (14.44s) [2022-04-20T10:25:38.050Z] === RUN TestServiceUpdateNetwork [2022-04-20T10:25:38.392Z] --- PASS: TestLinksContainerNames (0.86s) [2022-04-20T10:25:38.392Z] === RUN TestLogsFollowTailEmpty [2022-04-20T10:25:38.448Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-20T10:25:38.648Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-04-20T10:25:38.648Z] === RUN TestContainerNetworkMountsNoChown [2022-04-20T10:25:38.904Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/default [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/default [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/private [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/private [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/rprivate [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/slave [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/slave [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/rslave [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/shared [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/shared [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/rshared [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-20T10:25:38.904Z] === CONT TestMountDaemonRoot/default [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:25:38.904Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-20T10:25:38.904Z] === CONT TestMountDaemonRoot/rshared [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:25:38.904Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:25:38.904Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:25:38.904Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:25:39.160Z] === CONT TestMountDaemonRoot/shared [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-20T10:25:39.160Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:25:39.160Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-20T10:25:39.160Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:25:39.160Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:25:39.160Z] === CONT TestMountDaemonRoot/rslave [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:25:39.160Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:25:39.160Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:25:39.160Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:25:39.160Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/slave [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rprivate [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/private [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-20T10:25:39.161Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:25:39.161Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-20T10:25:39.161Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:25:39.387Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-20T10:25:39.417Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:25:39.418Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-04-20T10:25:39.418Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-20T10:25:39.418Z] === RUN TestContainerBindMountNonRecursive [2022-04-20T10:25:39.418Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-20T10:25:39.418Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-04-20T10:25:39.418Z] === RUN TestContainerVolumesMountedAsShared [2022-04-20T10:25:39.418Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-20T10:25:39.418Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-04-20T10:25:39.418Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-20T10:25:39.418Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-20T10:25:39.418Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-04-20T10:25:39.418Z] === RUN TestNetworkNat [2022-04-20T10:25:39.852Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-04-20T10:25:39.980Z] --- PASS: TestNetworkNat (0.53s) [2022-04-20T10:25:39.980Z] === RUN TestNetworkLocalhostTCPNat [2022-04-20T10:25:40.111Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-04-20T10:25:40.111Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-04-20T10:25:40.542Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-04-20T10:25:40.542Z] === RUN TestNetworkLoopbackNat [2022-04-20T10:25:40.677Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-04-20T10:25:40.677Z] [2022-04-20T10:25:41.295Z] === RUN TestDockerNetworkMacvlan/InternalMode [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-04-20T10:25:42.675Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-20T10:25:42.899Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-04-20T10:25:43.056Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-04-20T10:25:43.056Z] === RUN TestPause [2022-04-20T10:25:43.056Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:25:43.056Z] --- SKIP: TestPause (0.00s) [2022-04-20T10:25:43.056Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-20T10:25:43.056Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:25:43.056Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:25:43.056Z] === RUN TestPauseStopPausedContainer [2022-04-20T10:25:43.056Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:25:43.056Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-04-20T10:25:43.056Z] === RUN TestPidHost [2022-04-20T10:25:43.177Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0bcdfd6509af3af461190eca74a72c4faa8aaa19 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 hack/test/unit [2022-04-20T10:25:43.435Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-04-20T10:25:43.435Z] + TESTFLAGS+=' -test.timeout=5m' [2022-04-20T10:25:43.435Z] + TESTDIRS=./... [2022-04-20T10:25:43.435Z] + exclude_paths='/vendor/|/integration' [2022-04-20T10:25:43.435Z] ++ go list ./... [2022-04-20T10:25:43.435Z] ++ grep -vE '(/vendor/|/integration)' [2022-04-20T10:25:43.983Z] --- PASS: TestPidHost (0.93s) [2022-04-20T10:25:43.983Z] === RUN TestPsFilter [2022-04-20T10:25:43.983Z] --- PASS: TestPsFilter (0.10s) [2022-04-20T10:25:43.983Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-20T10:25:44.003Z] + pkg_list='github.com/docker/docker/api [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/backend [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/container [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/events [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/filters [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/image [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/mount [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/network [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/registry [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/time [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/versions [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/volume [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:25:44.003Z] github.com/docker/docker/cli [2022-04-20T10:25:44.003Z] github.com/docker/docker/cli/config [2022-04-20T10:25:44.003Z] github.com/docker/docker/cli/debug [2022-04-20T10:25:44.003Z] github.com/docker/docker/client [2022-04-20T10:25:44.003Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:25:44.003Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:25:44.003Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:25:44.003Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:25:44.003Z] github.com/docker/docker/container [2022-04-20T10:25:44.003Z] github.com/docker/docker/container/stream [2022-04-20T10:25:44.003Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:25:44.003Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:25:44.003Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/config [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/events [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/exec [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/images [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/links [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/names [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/network [2022-04-20T10:25:44.003Z] github.com/docker/docker/daemon/stats [2022-04-20T10:25:44.003Z] github.com/docker/docker/distribution [2022-04-20T10:25:44.003Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:25:44.003Z] github.com/docker/docker/distribution/utils [2022-04-20T10:25:44.003Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:25:44.003Z] github.com/docker/docker/dockerversion [2022-04-20T10:25:44.003Z] github.com/docker/docker/errdefs [2022-04-20T10:25:44.003Z] github.com/docker/docker/image [2022-04-20T10:25:44.003Z] github.com/docker/docker/image/cache [2022-04-20T10:25:44.003Z] github.com/docker/docker/image/tarexport [2022-04-20T10:25:44.003Z] github.com/docker/docker/image/v1 [2022-04-20T10:25:44.003Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:25:44.003Z] github.com/docker/docker/layer [2022-04-20T10:25:44.003Z] github.com/docker/docker/libcontainerd [2022-04-20T10:25:44.003Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:25:44.003Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:25:44.003Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:25:44.003Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/libnetwork/types [2022-04-20T10:25:44.003Z] github.com/docker/docker/oci [2022-04-20T10:25:44.003Z] github.com/docker/docker/oci/caps [2022-04-20T10:25:44.003Z] github.com/docker/docker/opts [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/archive [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/directory [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/platform [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/pools [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/progress [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/signal [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/stack [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/system [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:25:44.003Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:25:44.003Z] github.com/docker/docker/plugin [2022-04-20T10:25:44.003Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:25:44.003Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:25:44.003Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:25:44.003Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:25:44.003Z] github.com/docker/docker/quota [2022-04-20T10:25:44.003Z] github.com/docker/docker/reference [2022-04-20T10:25:44.003Z] github.com/docker/docker/registry [2022-04-20T10:25:44.003Z] github.com/docker/docker/registry/resumable [2022-04-20T10:25:44.003Z] github.com/docker/docker/restartmanager [2022-04-20T10:25:44.003Z] github.com/docker/docker/rootless [2022-04-20T10:25:44.003Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:25:44.003Z] github.com/docker/docker/runconfig [2022-04-20T10:25:44.003Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/environment [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/registry [2022-04-20T10:25:44.003Z] github.com/docker/docker/testutil/request [2022-04-20T10:25:44.003Z] github.com/docker/docker/volume [2022-04-20T10:25:44.003Z] github.com/docker/docker/volume/drivers [2022-04-20T10:25:44.003Z] github.com/docker/docker/volume/local [2022-04-20T10:25:44.003Z] github.com/docker/docker/volume/mounts [2022-04-20T10:25:44.003Z] github.com/docker/docker/volume/service [2022-04-20T10:25:44.003Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:25:44.003Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:25:44.003Z] ++ grep --fixed-strings -v /libnetwork [2022-04-20T10:25:44.003Z] ++ echo 'github.com/docker/docker/api [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/backend [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/container [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/events [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/filters [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/image [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/mount [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/network [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/registry [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/time [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/versions [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:25:44.003Z] github.com/docker/docker/api/types/volume [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:25:44.003Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:25:44.004Z] github.com/docker/docker/cli [2022-04-20T10:25:44.004Z] github.com/docker/docker/cli/config [2022-04-20T10:25:44.004Z] github.com/docker/docker/cli/debug [2022-04-20T10:25:44.004Z] github.com/docker/docker/client [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:25:44.004Z] github.com/docker/docker/container [2022-04-20T10:25:44.004Z] github.com/docker/docker/container/stream [2022-04-20T10:25:44.004Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:25:44.004Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:25:44.004Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/config [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/events [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/exec [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/images [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/links [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/names [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/network [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/stats [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution/utils [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:25:44.004Z] github.com/docker/docker/dockerversion [2022-04-20T10:25:44.004Z] github.com/docker/docker/errdefs [2022-04-20T10:25:44.004Z] github.com/docker/docker/image [2022-04-20T10:25:44.004Z] github.com/docker/docker/image/cache [2022-04-20T10:25:44.004Z] github.com/docker/docker/image/tarexport [2022-04-20T10:25:44.004Z] github.com/docker/docker/image/v1 [2022-04-20T10:25:44.004Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:25:44.004Z] github.com/docker/docker/layer [2022-04-20T10:25:44.004Z] github.com/docker/docker/libcontainerd [2022-04-20T10:25:44.004Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:25:44.004Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:25:44.004Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:25:44.004Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/libnetwork/types [2022-04-20T10:25:44.004Z] github.com/docker/docker/oci [2022-04-20T10:25:44.004Z] github.com/docker/docker/oci/caps [2022-04-20T10:25:44.004Z] github.com/docker/docker/opts [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/archive [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/directory [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/platform [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/pools [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/progress [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/signal [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/stack [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/system [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:25:44.004Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:25:44.004Z] github.com/docker/docker/plugin [2022-04-20T10:25:44.004Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:25:44.004Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:25:44.004Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:25:44.004Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:25:44.004Z] github.com/docker/docker/quota [2022-04-20T10:25:44.004Z] github.com/docker/docker/reference [2022-04-20T10:25:44.004Z] github.com/docker/docker/registry [2022-04-20T10:25:44.004Z] github.com/docker/docker/registry/resumable [2022-04-20T10:25:44.004Z] github.com/docker/docker/restartmanager [2022-04-20T10:25:44.004Z] github.com/docker/docker/rootless [2022-04-20T10:25:44.004Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:25:44.004Z] github.com/docker/docker/runconfig [2022-04-20T10:25:44.004Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/environment [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/registry [2022-04-20T10:25:44.004Z] github.com/docker/docker/testutil/request [2022-04-20T10:25:44.004Z] github.com/docker/docker/volume [2022-04-20T10:25:44.004Z] github.com/docker/docker/volume/drivers [2022-04-20T10:25:44.004Z] github.com/docker/docker/volume/local [2022-04-20T10:25:44.004Z] github.com/docker/docker/volume/mounts [2022-04-20T10:25:44.004Z] github.com/docker/docker/volume/service [2022-04-20T10:25:44.004Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:25:44.004Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:25:44.004Z] + base_pkg_list='github.com/docker/docker/api [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/backend [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/container [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/events [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/filters [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/image [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/mount [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/network [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/registry [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/time [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/versions [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:25:44.004Z] github.com/docker/docker/api/types/volume [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:25:44.004Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:25:44.004Z] github.com/docker/docker/cli [2022-04-20T10:25:44.004Z] github.com/docker/docker/cli/config [2022-04-20T10:25:44.004Z] github.com/docker/docker/cli/debug [2022-04-20T10:25:44.004Z] github.com/docker/docker/client [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:25:44.004Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:25:44.004Z] github.com/docker/docker/container [2022-04-20T10:25:44.004Z] github.com/docker/docker/container/stream [2022-04-20T10:25:44.004Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:25:44.004Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:25:44.004Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/config [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/events [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/exec [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/images [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/links [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/names [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/network [2022-04-20T10:25:44.004Z] github.com/docker/docker/daemon/stats [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution/utils [2022-04-20T10:25:44.004Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:25:44.004Z] github.com/docker/docker/dockerversion [2022-04-20T10:25:44.004Z] github.com/docker/docker/errdefs [2022-04-20T10:25:44.004Z] github.com/docker/docker/image [2022-04-20T10:25:44.004Z] github.com/docker/docker/image/cache [2022-04-20T10:25:44.004Z] github.com/docker/docker/image/tarexport [2022-04-20T10:25:44.004Z] github.com/docker/docker/image/v1 [2022-04-20T10:25:44.004Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:25:44.004Z] github.com/docker/docker/layer [2022-04-20T10:25:44.004Z] github.com/docker/docker/libcontainerd [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:25:44.005Z] github.com/docker/docker/oci [2022-04-20T10:25:44.005Z] github.com/docker/docker/oci/caps [2022-04-20T10:25:44.005Z] github.com/docker/docker/opts [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/archive [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/directory [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/platform [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/pools [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/progress [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/signal [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/stack [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/system [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:25:44.005Z] github.com/docker/docker/plugin [2022-04-20T10:25:44.005Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:25:44.005Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:25:44.005Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:25:44.005Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:25:44.005Z] github.com/docker/docker/quota [2022-04-20T10:25:44.005Z] github.com/docker/docker/reference [2022-04-20T10:25:44.005Z] github.com/docker/docker/registry [2022-04-20T10:25:44.005Z] github.com/docker/docker/registry/resumable [2022-04-20T10:25:44.005Z] github.com/docker/docker/restartmanager [2022-04-20T10:25:44.005Z] github.com/docker/docker/rootless [2022-04-20T10:25:44.005Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:25:44.005Z] github.com/docker/docker/runconfig [2022-04-20T10:25:44.005Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/environment [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/registry [2022-04-20T10:25:44.005Z] github.com/docker/docker/testutil/request [2022-04-20T10:25:44.005Z] github.com/docker/docker/volume [2022-04-20T10:25:44.005Z] github.com/docker/docker/volume/drivers [2022-04-20T10:25:44.005Z] github.com/docker/docker/volume/local [2022-04-20T10:25:44.005Z] github.com/docker/docker/volume/mounts [2022-04-20T10:25:44.005Z] github.com/docker/docker/volume/service [2022-04-20T10:25:44.005Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:25:44.005Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:25:44.005Z] ++ grep --fixed-strings /libnetwork [2022-04-20T10:25:44.005Z] ++ echo 'github.com/docker/docker/api [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/backend [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/container [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/events [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/filters [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/image [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/mount [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/network [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/registry [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/time [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/versions [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:25:44.005Z] github.com/docker/docker/api/types/volume [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:25:44.005Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:25:44.005Z] github.com/docker/docker/cli [2022-04-20T10:25:44.005Z] github.com/docker/docker/cli/config [2022-04-20T10:25:44.005Z] github.com/docker/docker/cli/debug [2022-04-20T10:25:44.005Z] github.com/docker/docker/client [2022-04-20T10:25:44.005Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:25:44.005Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:25:44.005Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:25:44.005Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:25:44.005Z] github.com/docker/docker/container [2022-04-20T10:25:44.005Z] github.com/docker/docker/container/stream [2022-04-20T10:25:44.005Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:25:44.005Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:25:44.005Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/config [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/events [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/exec [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/images [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/links [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/names [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/network [2022-04-20T10:25:44.005Z] github.com/docker/docker/daemon/stats [2022-04-20T10:25:44.005Z] github.com/docker/docker/distribution [2022-04-20T10:25:44.005Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:25:44.005Z] github.com/docker/docker/distribution/utils [2022-04-20T10:25:44.005Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:25:44.005Z] github.com/docker/docker/dockerversion [2022-04-20T10:25:44.005Z] github.com/docker/docker/errdefs [2022-04-20T10:25:44.005Z] github.com/docker/docker/image [2022-04-20T10:25:44.005Z] github.com/docker/docker/image/cache [2022-04-20T10:25:44.005Z] github.com/docker/docker/image/tarexport [2022-04-20T10:25:44.005Z] github.com/docker/docker/image/v1 [2022-04-20T10:25:44.005Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:25:44.005Z] github.com/docker/docker/layer [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:25:44.005Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/libnetwork/types [2022-04-20T10:25:44.005Z] github.com/docker/docker/oci [2022-04-20T10:25:44.005Z] github.com/docker/docker/oci/caps [2022-04-20T10:25:44.005Z] github.com/docker/docker/opts [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/archive [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/directory [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/platform [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/pools [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/progress [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/signal [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/stack [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/system [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:25:44.005Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:25:44.005Z] github.com/docker/docker/plugin [2022-04-20T10:25:44.006Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:25:44.006Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:25:44.006Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:25:44.006Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:25:44.006Z] github.com/docker/docker/quota [2022-04-20T10:25:44.006Z] github.com/docker/docker/reference [2022-04-20T10:25:44.006Z] github.com/docker/docker/registry [2022-04-20T10:25:44.006Z] github.com/docker/docker/registry/resumable [2022-04-20T10:25:44.006Z] github.com/docker/docker/restartmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/rootless [2022-04-20T10:25:44.006Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:25:44.006Z] github.com/docker/docker/runconfig [2022-04-20T10:25:44.006Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/environment [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/registry [2022-04-20T10:25:44.006Z] github.com/docker/docker/testutil/request [2022-04-20T10:25:44.006Z] github.com/docker/docker/volume [2022-04-20T10:25:44.006Z] github.com/docker/docker/volume/drivers [2022-04-20T10:25:44.006Z] github.com/docker/docker/volume/local [2022-04-20T10:25:44.006Z] github.com/docker/docker/volume/mounts [2022-04-20T10:25:44.006Z] github.com/docker/docker/volume/service [2022-04-20T10:25:44.006Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:25:44.006Z] github.com/docker/docker/volume/testutils' [2022-04-20T10:25:44.006Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/types' [2022-04-20T10:25:44.006Z] + echo 'github.com/docker/docker/libnetwork [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/ipvla+ grep --fixed-strings libnetwork/drivers/bridge [2022-04-20T10:25:44.006Z] n/ivmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/types' [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:25:44.006Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:25:44.006Z] + type docker-proxy [2022-04-20T10:25:44.006Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-04-20T10:25:44.006Z] + hack/make.sh binary-proxy install-proxy [2022-04-20T10:25:44.006Z] [2022-04-20T10:25:44.006Z] Removing bundles/ [2022-04-20T10:25:44.006Z] [2022-04-20T10:25:44.006Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-04-20T10:25:44.006Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-04-20T10:25:44.006Z] GOOS="" GOARCH="" GOARM="" [2022-04-20T10:25:44.239Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2022-04-20T10:25:44.239Z] === RUN TestRemoveContainerWithVolume [2022-04-20T10:25:44.802Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-04-20T10:25:44.802Z] === RUN TestRemoveContainerRunning [2022-04-20T10:25:45.364Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-04-20T10:25:45.364Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-20T10:25:45.621Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-04-20T10:25:45.621Z] === RUN TestRemoveInvalidContainer [2022-04-20T10:25:45.621Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-20T10:25:45.621Z] === RUN TestRenameLinkedContainer [2022-04-20T10:25:45.966Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-20T10:25:46.225Z] --- PASS: TestDockerNetworkMacvlan (9.18s) [2022-04-20T10:25:46.225Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-04-20T10:25:46.225Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-04-20T10:25:46.225Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2022-04-20T10:25:46.225Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.76s) [2022-04-20T10:25:46.225Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.89s) [2022-04-20T10:25:46.225Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2022-04-20T10:25:46.225Z] PASS [2022-04-20T10:25:46.225Z] [2022-04-20T10:25:46.225Z] DONE 8 tests in 10.506s [2022-04-20T10:25:46.225Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-20T10:25:46.225Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:46.225Z] ++ set -e [2022-04-20T10:25:46.225Z] ++ '[' -n 0 ']' [2022-04-20T10:25:46.225Z] ++ set -x [2022-04-20T10:25:46.226Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:46.226Z] testing: warning: no tests to run [2022-04-20T10:25:46.226Z] PASS [2022-04-20T10:25:46.226Z] [2022-04-20T10:25:46.226Z] DONE 0 tests in 0.029s [2022-04-20T10:25:46.226Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-20T10:25:46.226Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:46.226Z] ++ set -e [2022-04-20T10:25:46.226Z] ++ '[' -n 0 ']' [2022-04-20T10:25:46.226Z] ++ set -x [2022-04-20T10:25:46.226Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:25:46.485Z] INFO: Testing against a local daemon [2022-04-20T10:25:46.485Z] === RUN TestAuthZPluginAllowRequest [2022-04-20T10:25:47.289Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-04-20T10:25:47.289Z] [2022-04-20T10:25:47.289Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-04-20T10:25:47.289Z] Installing docker-proxy to /usr/local/bin/ [2022-04-20T10:25:47.289Z] [2022-04-20T10:25:47.289Z] + mkdir -p bundles [2022-04-20T10:25:47.289Z] + '[' -n 'github.com/docker/docker/api [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/backend/build [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/httpstatus [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/httputils [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/middleware [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/build [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/container [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/debug [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/distribution [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/grpc [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/image [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/network [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/plugin [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/session [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/swarm [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/system [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/server/router/volume [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/backend [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/blkiodev [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/container [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/events [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/filters [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/image [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/mount [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/network [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/registry [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/strslice [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/swarm [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/time [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/versions [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-20T10:25:47.289Z] github.com/docker/docker/api/types/volume [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/builder-next [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/builder-next/worker [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/dockerfile [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/remotecontext [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/remotecontext/git [2022-04-20T10:25:47.289Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-20T10:25:47.289Z] github.com/docker/docker/cli [2022-04-20T10:25:47.289Z] github.com/docker/docker/cli/config [2022-04-20T10:25:47.289Z] github.com/docker/docker/cli/debug [2022-04-20T10:25:47.289Z] github.com/docker/docker/client [2022-04-20T10:25:47.289Z] github.com/docker/docker/cmd/docker-proxy [2022-04-20T10:25:47.289Z] github.com/docker/docker/cmd/dockerd [2022-04-20T10:25:47.289Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-20T10:25:47.289Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-20T10:25:47.289Z] github.com/docker/docker/container [2022-04-20T10:25:47.289Z] github.com/docker/docker/container/stream [2022-04-20T10:25:47.289Z] github.com/docker/docker/contrib/apparmor [2022-04-20T10:25:47.289Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-20T10:25:47.289Z] github.com/docker/docker/contrib/httpserver [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/cluster [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/cluster/convert [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/cluster/executor [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/cluster/provider [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/config [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/events [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/events/testutils [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/exec [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/images [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/initlayer [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/links [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/listeners [2022-04-20T10:25:47.289Z] github.com/docker/docker/daemon/logger [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/gelf [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/journald [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/local [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/logentries [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/splunk [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/syslog [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/logger/templates [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/names [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/network [2022-04-20T10:25:47.290Z] github.com/docker/docker/daemon/stats [2022-04-20T10:25:47.290Z] github.com/docker/docker/distribution [2022-04-20T10:25:47.290Z] github.com/docker/docker/distribution/metadata [2022-04-20T10:25:47.290Z] github.com/docker/docker/distribution/utils [2022-04-20T10:25:47.290Z] github.com/docker/docker/distribution/xfer [2022-04-20T10:25:47.290Z] github.com/docker/docker/dockerversion [2022-04-20T10:25:47.290Z] github.com/docker/docker/errdefs [2022-04-20T10:25:47.290Z] github.com/docker/docker/image [2022-04-20T10:25:47.290Z] github.com/docker/docker/image/cache [2022-04-20T10:25:47.290Z] github.com/docker/docker/image/tarexport [2022-04-20T10:25:47.290Z] github.com/docker/docker/image/v1 [2022-04-20T10:25:47.290Z] github.com/docker/docker/internal/test/suite [2022-04-20T10:25:47.290Z] github.com/docker/docker/layer [2022-04-20T10:25:47.290Z] github.com/docker/docker/libcontainerd [2022-04-20T10:25:47.290Z] github.com/docker/docker/libcontainerd/queue [2022-04-20T10:25:47.290Z] github.com/docker/docker/libcontainerd/remote [2022-04-20T10:25:47.290Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-20T10:25:47.290Z] github.com/docker/docker/libcontainerd/types [2022-04-20T10:25:47.290Z] github.com/docker/docker/oci [2022-04-20T10:25:47.290Z] github.com/docker/docker/oci/caps [2022-04-20T10:25:47.290Z] github.com/docker/docker/opts [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/aaparser [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/archive [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/authorization [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/broadcaster [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/capabilities [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/chrootarchive [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/containerfs [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/devicemapper [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/directory [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/dmesg [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/filenotify [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/fileutils [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/fsutils [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/homedir [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/idtools [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/ioutils [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/jsonmessage [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/longpath [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/loopback [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/namesgenerator [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/parsers [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/pidfile [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/platform [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/plugingetter [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/plugins [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/plugins/transport [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/pools [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/progress [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/pubsub [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/reexec [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/signal [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/stack [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/stdcopy [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/streamformatter [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/stringid [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/sysinfo [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/system [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/tailfile [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/tarsum [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/truncindex [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/urlutil [2022-04-20T10:25:47.290Z] github.com/docker/docker/pkg/useragent [2022-04-20T10:25:47.290Z] github.com/docker/docker/plugin [2022-04-20T10:25:47.290Z] github.com/docker/docker/plugin/executor/containerd [2022-04-20T10:25:47.290Z] github.com/docker/docker/plugin/v2 [2022-04-20T10:25:47.290Z] github.com/docker/docker/profiles/apparmor [2022-04-20T10:25:47.290Z] github.com/docker/docker/profiles/seccomp [2022-04-20T10:25:47.290Z] github.com/docker/docker/quota [2022-04-20T10:25:47.290Z] github.com/docker/docker/reference [2022-04-20T10:25:47.290Z] github.com/docker/docker/registry [2022-04-20T10:25:47.290Z] github.com/docker/docker/registry/resumable [2022-04-20T10:25:47.290Z] github.com/docker/docker/restartmanager [2022-04-20T10:25:47.290Z] github.com/docker/docker/rootless [2022-04-20T10:25:47.290Z] github.com/docker/docker/rootless/specconv [2022-04-20T10:25:47.290Z] github.com/docker/docker/runconfig [2022-04-20T10:25:47.290Z] github.com/docker/docker/runconfig/opts [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/daemon [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/environment [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/fakecontext [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/fakegit [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/fakestorage [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/fixtures/load [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/registry [2022-04-20T10:25:47.290Z] github.com/docker/docker/testutil/request [2022-04-20T10:25:47.290Z] github.com/docker/docker/volume [2022-04-20T10:25:47.290Z] github.com/docker/docker/volume/drivers [2022-04-20T10:25:47.290Z] github.com/docker/docker/volume/local [2022-04-20T10:25:47.290Z] github.com/docker/docker/volume/mounts [2022-04-20T10:25:47.290Z] github.com/docker/docker/volume/service [2022-04-20T10:25:47.290Z] github.com/docker/docker/volume/service/opts [2022-04-20T10:25:47.290Z] github.com/docker/docker/volume/testutils' ']' [2022-04-20T10:25:47.290Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-20T10:25:47.422Z] --- PASS: TestAuthZPluginAllowRequest (1.08s) [2022-04-20T10:25:47.422Z] === RUN TestAuthZPluginTLS [2022-04-20T10:25:47.512Z] --- PASS: TestRenameLinkedContainer (1.60s) [2022-04-20T10:25:47.512Z] === RUN TestRenameStoppedContainer [2022-04-20T10:25:47.512Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-04-20T10:25:47.512Z] === RUN TestRenameRunningContainerAndReuse [2022-04-20T10:25:47.857Z] ? github.com/docker/docker/api [no test files] [2022-04-20T10:25:47.990Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-04-20T10:25:47.991Z] === RUN TestAuthZPluginDenyRequest [2022-04-20T10:25:48.448Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-04-20T10:25:48.448Z] === RUN TestRenameInvalidName [2022-04-20T10:25:48.559Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-04-20T10:25:48.559Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-20T10:25:49.062Z] --- PASS: TestRenameInvalidName (0.45s) [2022-04-20T10:25:49.062Z] === RUN TestRenameAnonymousContainer [2022-04-20T10:25:49.128Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-20T10:25:49.128Z] === RUN TestAuthZPluginDenyResponse [2022-04-20T10:25:49.698Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-04-20T10:25:49.698Z] === RUN TestAuthZPluginAllowEventStream [2022-04-20T10:25:50.251Z] --- PASS: TestServiceUpdateNetwork (12.31s) [2022-04-20T10:25:50.251Z] === RUN TestServiceUpdatePidsLimit [2022-04-20T10:25:50.433Z] --- PASS: TestRenameAnonymousContainer (1.49s) [2022-04-20T10:25:50.433Z] === RUN TestRenameContainerWithSameName [2022-04-20T10:25:50.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-20T10:25:50.818Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-20T10:25:50.995Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-04-20T10:25:50.995Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-20T10:25:51.078Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-04-20T10:25:51.078Z] === RUN TestAuthZPluginErrorResponse [2022-04-20T10:25:51.338Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-04-20T10:25:51.338Z] === RUN TestAuthZPluginErrorRequest [2022-04-20T10:25:51.558Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2022-04-20T10:25:51.558Z] === RUN TestResize [2022-04-20T10:25:51.754Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-20T10:25:51.932Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-04-20T10:25:51.932Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-20T10:25:52.119Z] --- PASS: TestResize (0.40s) [2022-04-20T10:25:52.120Z] === RUN TestResizeWithInvalidSize [2022-04-20T10:25:52.376Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-04-20T10:25:52.376Z] === RUN TestResizeWhenContainerNotStarted [2022-04-20T10:25:52.504Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-04-20T10:25:52.504Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-20T10:25:52.937Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-04-20T10:25:52.937Z] === RUN TestDaemonRestartKillContainers [2022-04-20T10:25:52.937Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-04-20T10:25:52.937Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:25:52.937Z] === RUN TestCgroupNamespacesRun [2022-04-20T10:25:53.258Z] Removing intermediate container 59ff945b135a [2022-04-20T10:25:53.258Z] ---> a3dfc95e0ebf [2022-04-20T10:25:53.258Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-04-20T10:25:53.258Z] ---> Running in d0ef6d5591fc [2022-04-20T10:25:53.258Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-20T10:25:53.258Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-20T10:25:53.258Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-20T10:25:53.258Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-20T10:25:53.258Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-20T10:25:53.258Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-20T10:25:53.258Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-20T10:25:53.258Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-20T10:25:53.258Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-20T10:25:53.258Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-20T10:25:53.258Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-20T10:25:53.258Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-20T10:25:53.258Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-20T10:25:53.258Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-20T10:25:53.258Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-20T10:25:53.258Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-20T10:25:53.883Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-04-20T10:25:53.883Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-20T10:25:54.302Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-04-20T10:25:54.302Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-20T10:25:55.230Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-04-20T10:25:55.230Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-20T10:25:55.262Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.32s) [2022-04-20T10:25:55.262Z] === RUN TestAuthZPluginHeader [2022-04-20T10:25:55.830Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-04-20T10:25:55.830Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-20T10:25:55.830Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:25:55.830Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-04-20T10:25:55.830Z] === RUN TestAuthZPluginV2Disable [2022-04-20T10:25:55.830Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:25:55.830Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-04-20T10:25:55.830Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-20T10:25:55.830Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:25:55.830Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-04-20T10:25:55.830Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-20T10:25:55.830Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:25:55.830Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-04-20T10:25:55.830Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-20T10:25:56.122Z] ok github.com/docker/docker/api/server 0.088s coverage: 7.9% of statements [2022-04-20T10:25:56.158Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-04-20T10:25:56.158Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-20T10:25:57.526Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s) [2022-04-20T10:25:57.526Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-20T10:25:58.313Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-20T10:25:58.891Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-04-20T10:25:58.891Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-20T10:25:59.820Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-04-20T10:25:59.820Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-20T10:26:00.382Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2022-04-20T10:26:00.382Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-20T10:26:01.750Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-04-20T10:26:01.750Z] === RUN TestNISDomainname [2022-04-20T10:26:01.750Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-04-20T10:26:01.750Z] --- SKIP: TestNISDomainname (0.02s) [2022-04-20T10:26:01.750Z] === RUN TestHostnameDnsResolution [2022-04-20T10:26:02.314Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-04-20T10:26:02.314Z] === RUN TestUnprivilegedPortsAndPing [2022-04-20T10:26:02.314Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-04-20T10:26:02.314Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-04-20T10:26:02.314Z] === RUN TestPrivilegedHostDevices [2022-04-20T10:26:02.876Z] --- PASS: TestPrivilegedHostDevices (0.45s) [2022-04-20T10:26:02.876Z] === RUN TestStats [2022-04-20T10:26:02.876Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:02.876Z] --- SKIP: TestStats (0.00s) [2022-04-20T10:26:02.876Z] === RUN TestStopContainerWithTimeout [2022-04-20T10:26:02.876Z] === RUN TestStopContainerWithTimeout/0 [2022-04-20T10:26:02.876Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-20T10:26:02.876Z] === RUN TestStopContainerWithTimeout/1 [2022-04-20T10:26:02.876Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-20T10:26:02.876Z] === RUN TestStopContainerWithTimeout/3 [2022-04-20T10:26:02.876Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-20T10:26:02.876Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-20T10:26:02.876Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-20T10:26:02.876Z] === CONT TestStopContainerWithTimeout/0 [2022-04-20T10:26:02.876Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-20T10:26:03.438Z] === CONT TestStopContainerWithTimeout/3 [2022-04-20T10:26:05.327Z] === CONT TestStopContainerWithTimeout/1 [2022-04-20T10:26:06.475Z] --- PASS: TestServiceUpdatePidsLimit (16.22s) [2022-04-20T10:26:06.475Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-04-20T10:26:06.475Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-04-20T10:26:06.475Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-04-20T10:26:06.475Z] PASS [2022-04-20T10:26:06.475Z] [2022-04-20T10:26:06.475Z] === Skipped [2022-04-20T10:26:06.475Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-20T10:26:06.475Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:26:06.475Z] [2022-04-20T10:26:06.475Z] DONE 27 tests, 1 skipped in 183.047s [2022-04-20T10:26:06.475Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-20T10:26:06.475Z] INFO: Testing against a local daemon [2022-04-20T10:26:06.475Z] === RUN TestSessionCreate [2022-04-20T10:26:06.475Z] --- PASS: TestSessionCreate (0.02s) [2022-04-20T10:26:06.475Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-20T10:26:06.475Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-04-20T10:26:06.475Z] PASS [2022-04-20T10:26:06.475Z] [2022-04-20T10:26:06.475Z] DONE 2 tests in 0.057s [2022-04-20T10:26:06.475Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-20T10:26:06.475Z] INFO: Testing against a local daemon [2022-04-20T10:26:06.475Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:26:06.475Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:26:06.475Z] === RUN TestDiskUsage [2022-04-20T10:26:06.475Z] === PAUSE TestDiskUsage [2022-04-20T10:26:06.475Z] === RUN TestEventsExecDie [2022-04-20T10:26:06.475Z] --- PASS: TestEventsExecDie (0.55s) [2022-04-20T10:26:06.475Z] === RUN TestEventsBackwardsCompatible [2022-04-20T10:26:06.475Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-04-20T10:26:06.475Z] === RUN TestEventsVolumeCreate [2022-04-20T10:26:06.475Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-04-20T10:26:06.475Z] === RUN TestInfoBinaryCommits [2022-04-20T10:26:06.475Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-20T10:26:06.475Z] === RUN TestInfoAPIVersioned [2022-04-20T10:26:06.475Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-20T10:26:06.475Z] === RUN TestInfoAPI [2022-04-20T10:26:06.691Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-20T10:26:06.691Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2022-04-20T10:26:06.691Z] --- PASS: TestStopContainerWithTimeout/-1 (2.60s) [2022-04-20T10:26:06.691Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-04-20T10:26:06.691Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-04-20T10:26:06.691Z] === RUN TestDeleteDevicemapper [2022-04-20T10:26:06.691Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:26:06.691Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-20T10:26:06.691Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-20T10:26:06.733Z] --- PASS: TestInfoAPI (0.02s) [2022-04-20T10:26:06.733Z] === RUN TestInfoAPIWarnings [2022-04-20T10:26:08.581Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.50s) [2022-04-20T10:26:08.581Z] === RUN TestUpdateMemory [2022-04-20T10:26:08.581Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:08.581Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-20T10:26:08.581Z] === RUN TestUpdateCPUQuota [2022-04-20T10:26:08.581Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:08.581Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-04-20T10:26:08.581Z] === RUN TestUpdatePidsLimit [2022-04-20T10:26:08.581Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:08.581Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-04-20T10:26:08.581Z] === RUN TestUpdateRestartPolicy [2022-04-20T10:26:13.923Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-04-20T10:26:13.923Z] PASS [2022-04-20T10:26:13.923Z] [2022-04-20T10:26:13.923Z] === Skipped [2022-04-20T10:26:13.923Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-04-20T10:26:13.923Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:26:13.923Z] [2022-04-20T10:26:13.923Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-04-20T10:26:13.923Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:26:13.923Z] [2022-04-20T10:26:13.923Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-04-20T10:26:13.923Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:26:13.923Z] [2022-04-20T10:26:13.923Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-04-20T10:26:13.923Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:26:13.923Z] [2022-04-20T10:26:13.923Z] DONE 17 tests, 4 skipped in 25.966s [2022-04-20T10:26:13.923Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-20T10:26:13.923Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:13.923Z] ++ set -e [2022-04-20T10:26:13.923Z] ++ '[' -n 0 ']' [2022-04-20T10:26:13.923Z] ++ set -x [2022-04-20T10:26:13.923Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:13.923Z] INFO: Testing against a local daemon [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:26:13.923Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:26:13.923Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-20T10:26:13.923Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-20T10:26:13.923Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:26:13.923Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-20T10:26:13.923Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-20T10:26:13.923Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-20T10:26:13.923Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-04-20T10:26:13.923Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-20T10:26:13.923Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-20T10:26:13.923Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-20T10:26:13.923Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-20T10:26:13.923Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-20T10:26:13.923Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-20T10:26:13.924Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-20T10:26:13.924Z] === RUN TestPluginInstall [2022-04-20T10:26:13.924Z] === RUN TestPluginInstall/no_auth [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e2d951b7c30d3327d2287f1ae58300535bdda1d1f3ac7005fca55be6e891b79e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e2d951b7c30d3327d2287f1ae58300535bdda1d1f3ac7005fca55be6e891b79e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:26:13.924Z] === RUN TestPluginInstall/with_htpasswd [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36b3f44c09f0e58e618c21e8dc76109594625715edbe1f52d0a131139def8b97" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:26:13.924Z] time="2022-04-20T10:26:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:36b3f44c09f0e58e618c21e8dc76109594625715edbe1f52d0a131139def8b97" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:26:13.924Z] === RUN TestPluginInstall/with_insecure [2022-04-20T10:26:14.861Z] time="2022-04-20T10:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:26:14.861Z] time="2022-04-20T10:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:45159916cdfe70d9e11a21c99a67b1138686b87167826521910951ffb58dd705" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:26:14.861Z] time="2022-04-20T10:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:26:14.861Z] time="2022-04-20T10:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:45159916cdfe70d9e11a21c99a67b1138686b87167826521910951ffb58dd705" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:26:14.861Z] plugin_test.go:195: [da03f55402a0e] daemon is not started [2022-04-20T10:26:14.861Z] --- PASS: TestPluginInstall (2.47s) [2022-04-20T10:26:14.861Z] --- PASS: TestPluginInstall/no_auth (0.92s) [2022-04-20T10:26:14.861Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-04-20T10:26:14.861Z] --- PASS: TestPluginInstall/with_insecure (1.00s) [2022-04-20T10:26:14.861Z] === RUN TestPluginsWithRuntimes [2022-04-20T10:26:16.767Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-20T10:26:17.335Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/api/server/httputils 0.019s coverage: 31.9% of statements [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/api/types/time 0.014s coverage: 100.0% of statements [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/api/types/filters 0.033s coverage: 92.2% of statements [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/api/types/versions 0.050s coverage: 77.3% of statements [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/api/server/router/swarm 0.019s coverage: 6.1% of statements [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-20T10:26:18.088Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.007s coverage: 100.0% of statements [2022-04-20T10:26:18.088Z] ok github.com/docker/docker/cli/debug 0.019s coverage: 100.0% of statements [2022-04-20T10:26:18.272Z] --- PASS: TestPluginsWithRuntimes (3.20s) [2022-04-20T10:26:18.272Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-04-20T10:26:18.272Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.84s) [2022-04-20T10:26:18.272Z] === RUN TestPluginBackCompatMediaTypes [2022-04-20T10:26:18.348Z] ok github.com/docker/docker/cmd/docker-proxy 0.288s coverage: 67.6% of statements [2022-04-20T10:26:18.586Z] Removing intermediate container d0ef6d5591fc [2022-04-20T10:26:18.586Z] ---> 34ab2510e58a [2022-04-20T10:26:18.586Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-04-20T10:26:18.586Z] ---> Running in 9e5cab8e3fb4 [2022-04-20T10:26:18.586Z] Removing intermediate container 9e5cab8e3fb4 [2022-04-20T10:26:18.586Z] ---> 2cb61b1f20dc [2022-04-20T10:26:18.586Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-20T10:26:18.586Z] ---> Running in deac8b43f089 [2022-04-20T10:26:18.586Z] Removing intermediate container deac8b43f089 [2022-04-20T10:26:18.586Z] ---> 35029bdc2307 [2022-04-20T10:26:18.586Z] Step 11/11 : COPY . . [2022-04-20T10:26:18.841Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-04-20T10:26:18.841Z] PASS [2022-04-20T10:26:18.841Z] [2022-04-20T10:26:18.841Z] DONE 24 tests in 6.360s [2022-04-20T10:26:18.841Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-20T10:26:18.841Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:18.841Z] ++ set -e [2022-04-20T10:26:18.841Z] ++ '[' -n 0 ']' [2022-04-20T10:26:18.841Z] ++ set -x [2022-04-20T10:26:18.841Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:18.841Z] INFO: Testing against a local daemon [2022-04-20T10:26:18.841Z] === RUN TestExternalGraphDriver [2022-04-20T10:26:18.841Z] === RUN TestExternalGraphDriver/json [2022-04-20T10:26:19.298Z] ok github.com/docker/docker/builder/remotecontext 0.206s coverage: 13.7% of statements [2022-04-20T10:26:20.235Z] ok github.com/docker/docker/builder/dockerfile 0.579s coverage: 49.3% of statements [2022-04-20T10:26:20.746Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-04-20T10:26:20.746Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-20T10:26:20.746Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-04-20T10:26:20.746Z] === RUN TestWaitNonBlocked [2022-04-20T10:26:20.746Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:26:20.746Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:26:20.746Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:26:20.746Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:26:20.746Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:26:20.746Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:26:20.746Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-20T10:26:20.746Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2022-04-20T10:26:20.746Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-04-20T10:26:20.746Z] === RUN TestWaitBlocked [2022-04-20T10:26:20.746Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:26:20.746Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:26:20.746Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:26:20.746Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:26:20.746Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:26:20.746Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:26:20.747Z] === RUN TestExternalGraphDriver/spec [2022-04-20T10:26:21.002Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-20T10:26:21.002Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s) [2022-04-20T10:26:21.002Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-04-20T10:26:21.002Z] === CONT TestDaemonRestartIpcMode [2022-04-20T10:26:21.002Z] === CONT TestIpcModeOlderClient [2022-04-20T10:26:21.002Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-04-20T10:26:21.002Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-20T10:26:22.127Z] === RUN TestExternalGraphDriver/pull [2022-04-20T10:26:22.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-20T10:26:22.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-20T10:26:22.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-20T10:26:23.506Z] --- PASS: TestExternalGraphDriver (4.71s) [2022-04-20T10:26:23.506Z] --- PASS: TestExternalGraphDriver/json (1.55s) [2022-04-20T10:26:23.506Z] --- PASS: TestExternalGraphDriver/spec (1.53s) [2022-04-20T10:26:23.506Z] --- PASS: TestExternalGraphDriver/pull (1.60s) [2022-04-20T10:26:23.506Z] === RUN TestGraphdriverPluginV2 [2022-04-20T10:26:23.506Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:26:23.506Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-04-20T10:26:23.506Z] PASS [2022-04-20T10:26:23.506Z] [2022-04-20T10:26:23.506Z] === Skipped [2022-04-20T10:26:23.506Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-04-20T10:26:23.506Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:26:23.506Z] [2022-04-20T10:26:23.506Z] DONE 5 tests, 1 skipped in 4.825s [2022-04-20T10:26:23.506Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-20T10:26:23.506Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:23.506Z] ++ set -e [2022-04-20T10:26:23.506Z] ++ '[' -n 0 ']' [2022-04-20T10:26:23.506Z] ++ set -x [2022-04-20T10:26:23.506Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:23.522Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.47s) [2022-04-20T10:26:23.525Z] ok github.com/docker/docker/builder/remotecontext/git 5.818s coverage: 86.3% of statements [2022-04-20T10:26:23.525Z] ? github.com/docker/docker/cli [no test files] [2022-04-20T10:26:23.525Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-20T10:26:23.766Z] INFO: Testing against a local daemon [2022-04-20T10:26:23.766Z] === RUN TestContinueAfterPluginCrash [2022-04-20T10:26:23.766Z] === PAUSE TestContinueAfterPluginCrash [2022-04-20T10:26:23.766Z] === RUN TestReadPluginNoRead [2022-04-20T10:26:23.766Z] === PAUSE TestReadPluginNoRead [2022-04-20T10:26:23.766Z] === RUN TestDaemonStartWithLogOpt [2022-04-20T10:26:23.766Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-20T10:26:23.766Z] === CONT TestContinueAfterPluginCrash [2022-04-20T10:26:23.766Z] === CONT TestDaemonStartWithLogOpt [2022-04-20T10:26:23.778Z] --- PASS: TestDaemonRestartIpcMode (2.75s) [2022-04-20T10:26:23.778Z] PASS [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === Skipped [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-20T10:26:23.778Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-04-20T10:26:23.778Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-04-20T10:26:23.778Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:26:23.778Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:26:23.778Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-04-20T10:26:23.778Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-04-20T10:26:23.778Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-04-20T10:26:23.778Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-04-20T10:26:23.778Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-04-20T10:26:23.778Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-20T10:26:23.778Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-20T10:26:23.778Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-04-20T10:26:23.778Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-04-20T10:26:23.778Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-04-20T10:26:23.778Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-04-20T10:26:23.778Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-04-20T10:26:23.778Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:26:23.778Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-04-20T10:26:23.778Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:26:23.778Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-04-20T10:26:23.778Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-04-20T10:26:23.778Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-04-20T10:26:23.778Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-20T10:26:23.778Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-20T10:26:23.778Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-04-20T10:26:23.778Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-04-20T10:26:23.778Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-20T10:26:23.778Z] [2022-04-20T10:26:23.778Z] DONE 211 tests, 27 skipped in 72.254s [2022-04-20T10:26:23.778Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-20T10:26:23.778Z] === RUN TestConfigDaemonLibtrustID [2022-04-20T10:26:23.784Z] ok github.com/docker/docker/client 0.204s coverage: 75.6% of statements [2022-04-20T10:26:24.340Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-04-20T10:26:24.340Z] === RUN TestDaemonConfigValidation [2022-04-20T10:26:24.340Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:26:24.340Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:26:24.340Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-20T10:26:24.340Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-20T10:26:24.340Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-20T10:26:24.340Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-20T10:26:24.340Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-20T10:26:24.340Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-20T10:26:24.340Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-20T10:26:24.340Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-20T10:26:24.340Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:26:24.340Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-20T10:26:24.597Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-20T10:26:24.597Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-20T10:26:24.597Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-20T10:26:24.597Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-20T10:26:24.597Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-04-20T10:26:24.597Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-04-20T10:26:24.597Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-04-20T10:26:24.597Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-04-20T10:26:24.597Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-04-20T10:26:24.597Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-20T10:26:24.597Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-20T10:26:24.810Z] --- PASS: TestInfoAPIWarnings (16.27s) [2022-04-20T10:26:24.811Z] === RUN TestInfoDebug [2022-04-20T10:26:24.811Z] --- PASS: TestInfoDebug (0.52s) [2022-04-20T10:26:24.811Z] === RUN TestInfoInsecureRegistries [2022-04-20T10:26:24.811Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-20T10:26:24.811Z] === RUN TestInfoRegistryMirrors [2022-04-20T10:26:24.811Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-20T10:26:24.811Z] === RUN TestLoginFailsWithBadCredentials [2022-04-20T10:26:24.811Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-04-20T10:26:24.811Z] === RUN TestPingCacheHeaders [2022-04-20T10:26:24.811Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-04-20T10:26:24.811Z] === RUN TestPingGet [2022-04-20T10:26:24.811Z] --- PASS: TestPingGet (0.02s) [2022-04-20T10:26:24.811Z] === RUN TestPingHead [2022-04-20T10:26:24.811Z] --- PASS: TestPingHead (0.01s) [2022-04-20T10:26:24.811Z] === RUN TestPingSwarmHeader [2022-04-20T10:26:25.070Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-20T10:26:25.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-20T10:26:25.677Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-20T10:26:25.696Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-20T10:26:25.963Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-20T10:26:26.612Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-20T10:26:26.612Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-04-20T10:26:26.612Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-20T10:26:26.612Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-20T10:26:26.612Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-20T10:26:26.612Z] === RUN TestVersion [2022-04-20T10:26:26.612Z] --- PASS: TestVersion (0.02s) [2022-04-20T10:26:26.612Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:26:26.612Z] === CONT TestDiskUsage [2022-04-20T10:26:26.896Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-20T10:26:27.059Z] --- PASS: TestDaemonStartWithLogOpt (2.91s) [2022-04-20T10:26:27.059Z] === CONT TestReadPluginNoRead [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/container_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/image_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/volume_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-20T10:26:27.178Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-20T10:26:27.437Z] === RUN TestDiskUsage/after_container.Run [2022-04-20T10:26:27.823Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-20T10:26:27.824Z] daemon_test.go:156: [dda550d5f0f70] daemon is not started [2022-04-20T10:26:27.824Z] --- PASS: TestConfigDaemonSeccompProfiles (3.28s) [2022-04-20T10:26:27.824Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2022-04-20T10:26:27.824Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-04-20T10:26:27.824Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-04-20T10:26:27.824Z] === RUN TestDaemonProxy [2022-04-20T10:26:27.824Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-04-20T10:26:27.824Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-20T10:26:27.824Z] PASS [2022-04-20T10:26:27.824Z] [2022-04-20T10:26:27.824Z] === Skipped [2022-04-20T10:26:27.824Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-04-20T10:26:27.824Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-04-20T10:26:27.824Z] [2022-04-20T10:26:27.824Z] DONE 12 tests, 1 skipped in 4.192s [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-20T10:26:28.005Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-20T10:26:28.005Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.49s) [2022-04-20T10:26:28.080Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-20T10:26:28.080Z] INFO: Testing against a local daemon [2022-04-20T10:26:28.080Z] === RUN TestCommitInheritsEnv [2022-04-20T10:26:28.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage (1.53s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run (0.51s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:26:28.265Z] PASS [2022-04-20T10:26:28.265Z] [2022-04-20T10:26:28.265Z] DONE 54 tests in 22.283s [2022-04-20T10:26:28.265Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-20T10:26:28.265Z] INFO: Testing against a local daemon [2022-04-20T10:26:28.265Z] === RUN TestVolumesCreateAndList [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-20T10:26:28.265Z] === RUN TestVolumesRemove [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesRemove (0.09s) [2022-04-20T10:26:28.265Z] === RUN TestVolumesInspect [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-20T10:26:28.265Z] === RUN TestVolumesInvalidJSON [2022-04-20T10:26:28.265Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-20T10:26:28.265Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-20T10:26:28.265Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-20T10:26:28.265Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-20T10:26:28.265Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-20T10:26:28.265Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-20T10:26:28.265Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-20T10:26:28.265Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-20T10:26:28.265Z] PASS [2022-04-20T10:26:28.265Z] [2022-04-20T10:26:28.265Z] DONE 9 tests in 0.161s [2022-04-20T10:26:28.265Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-20T10:26:28.832Z] Stopping apparmor (via systemctl): apparmor.service. [2022-04-20T10:26:28.832Z] Removing test suite binaries [2022-04-20T10:26:28.832Z] exiting test-integration [2022-04-20T10:26:28.832Z] ++ exit 0 [2022-04-20T10:26:28.832Z] [2022-04-20T10:26:28.976Z] === RUN TestReadPluginNoRead/default [2022-04-20T10:26:29.913Z] === RUN TestReadPluginNoRead/disabled_caching Post stage [Pipeline] junit [2022-04-20T10:26:30.220Z] Recording test results [2022-04-20T10:26:30.447Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-20T10:26:30.594Z] --- PASS: TestCommitInheritsEnv (2.04s) [2022-04-20T10:26:30.594Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-20T10:26:30.594Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform// [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/linux [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/macos [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-20T10:26:30.594Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-20T10:26:30.594Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-20T10:26:30.594Z] === RUN TestImagesFilterMultiReference [2022-04-20T10:26:30.594Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-20T10:26:30.594Z] === RUN TestImagePullPlatformInvalid [2022-04-20T10:26:30.594Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-04-20T10:26:30.594Z] === RUN TestRemoveImageOrphaning [2022-04-20T10:26:30.784Z] + echo Ensuring container killed. [2022-04-20T10:26:30.784Z] Ensuring container killed. [2022-04-20T10:26:30.784Z] + docker rm -vf docker-pr3 [2022-04-20T10:26:30.784Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-04-20T10:26:31.065Z] + echo Chowning /workspace to jenkins user [2022-04-20T10:26:31.065Z] Chowning /workspace to jenkins user [2022-04-20T10:26:31.065Z] + id -u [2022-04-20T10:26:31.065Z] + id -g [2022-04-20T10:26:31.065Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43501:/workspace busybox chown -R 1000:1000 /workspace [2022-04-20T10:26:31.292Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-20T10:26:31.552Z] --- PASS: TestContinueAfterPluginCrash (7.93s) [2022-04-20T10:26:31.904Z] ok github.com/docker/docker/container 0.138s coverage: 34.8% of statements [2022-04-20T10:26:31.905Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-04-20T10:26:31.905Z] ok github.com/docker/docker/daemon/cluster/convert 0.031s coverage: 35.9% of statements [2022-04-20T10:26:32.120Z] === CONT TestReadPluginNoRead [2022-04-20T10:26:32.121Z] read_test.go:92: [dc5fc92b06966] daemon is not started [2022-04-20T10:26:32.121Z] --- PASS: TestReadPluginNoRead (5.63s) [2022-04-20T10:26:32.121Z] --- PASS: TestReadPluginNoRead/default (1.20s) [2022-04-20T10:26:32.121Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2022-04-20T10:26:32.121Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2022-04-20T10:26:32.121Z] PASS [2022-04-20T10:26:32.121Z] [2022-04-20T10:26:32.121Z] DONE 6 tests in 8.661s [2022-04-20T10:26:32.121Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-04-20T10:26:32.121Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:32.121Z] ++ set -e [2022-04-20T10:26:32.121Z] ++ '[' -n 0 ']' [2022-04-20T10:26:32.121Z] ++ set -x [2022-04-20T10:26:32.121Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:32.380Z] testing: warning: no tests to run [2022-04-20T10:26:32.380Z] PASS [2022-04-20T10:26:32.380Z] [2022-04-20T10:26:32.380Z] DONE 0 tests in 0.034s [2022-04-20T10:26:32.380Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-20T10:26:32.381Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:32.381Z] ++ set -e [2022-04-20T10:26:32.381Z] ++ '[' -n 0 ']' [2022-04-20T10:26:32.381Z] ++ set -x [2022-04-20T10:26:32.381Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:32.381Z] INFO: Testing against a local daemon [2022-04-20T10:26:32.381Z] === RUN TestPluginWithDevMounts [2022-04-20T10:26:32.381Z] === PAUSE TestPluginWithDevMounts [2022-04-20T10:26:32.381Z] === CONT TestPluginWithDevMounts [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-20T10:26:32.481Z] --- PASS: TestRemoveImageOrphaning (1.61s) [2022-04-20T10:26:32.481Z] === RUN TestRemoveImageGarbageCollector [2022-04-20T10:26:32.481Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-04-20T10:26:32.481Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-04-20T10:26:32.481Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-20T10:26:32.481Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-04-20T10:26:32.481Z] === RUN TestTagInvalidReference [2022-04-20T10:26:32.481Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-20T10:26:32.481Z] === RUN TestTagValidPrefixedRepo [2022-04-20T10:26:32.481Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-04-20T10:26:32.481Z] === RUN TestTagExistedNameWithoutForce [2022-04-20T10:26:32.481Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-20T10:26:32.481Z] === RUN TestTagOfficialNames [2022-04-20T10:26:32.481Z] --- PASS: TestTagOfficialNames (0.05s) [2022-04-20T10:26:32.481Z] === RUN TestTagMatchesDigest [2022-04-20T10:26:32.481Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-20T10:26:32.481Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-20T10:26:32.735Z] + bundleName=amd64-cgroup2 [2022-04-20T10:26:32.735Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-04-20T10:26:32.735Z] Creating amd64-cgroup2-bundles.tar.gz [2022-04-20T10:26:32.735Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-20T10:26:32.735Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-04-20T10:26:32.842Z] ok github.com/docker/docker/daemon/events 0.118s coverage: 50.0% of statements [2022-04-20T10:26:32.842Z] ok github.com/docker/docker/cmd/dockerd/trap 2.802s coverage: 0.0% of statements [2022-04-20T10:26:32.842Z] ok github.com/docker/docker/daemon/graphdriver 0.028s coverage: 2.2% of statements [2022-04-20T10:26:32.842Z] ok github.com/docker/docker/daemon/config 0.073s coverage: 81.2% of statements [Pipeline] archiveArtifacts [2022-04-20T10:26:33.005Z] Archiving artifacts [2022-04-20T10:26:33.312Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T10:26:33.620Z] + make clean [2022-04-20T10:26:33.620Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T10:26:33.620Z] docker-dev-cache [2022-04-20T10:26:33.620Z] docker-mod-cache [Pipeline] deleteDir [2022-04-20T10:26:33.761Z] --- PASS: TestPluginWithDevMounts (1.50s) [2022-04-20T10:26:33.761Z] PASS [2022-04-20T10:26:33.761Z] [2022-04-20T10:26:33.761Z] DONE 1 tests in 1.607s [2022-04-20T10:26:33.761Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-20T10:26:33.761Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:33.761Z] ++ set -e [2022-04-20T10:26:33.761Z] ++ '[' -n 0 ']' [2022-04-20T10:26:34.021Z] ++ set -x [2022-04-20T10:26:34.021Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:34.021Z] INFO: Testing against a local daemon [2022-04-20T10:26:34.021Z] === RUN TestSecretInspect [2022-04-20T10:26:34.748Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.417s coverage: 56.2% of statements [2022-04-20T10:26:35.007Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.950s coverage: 74.8% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-20T10:26:35.577Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-04-20T10:26:35.836Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 28.9% of statements [2022-04-20T10:26:35.837Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-20T10:26:35.837Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-20T10:26:35.837Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-20T10:26:35.837Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-20T10:26:35.837Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-20T10:26:36.096Z] ok github.com/docker/docker/daemon/cluster 0.089s coverage: 0.5% of statements [2022-04-20T10:26:36.096Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.9% of statements [2022-04-20T10:26:36.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-20T10:26:36.559Z] --- PASS: TestSecretInspect (2.13s) [2022-04-20T10:26:36.559Z] === RUN TestSecretList [2022-04-20T10:26:37.033Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.5% of statements [2022-04-20T10:26:37.292Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.021s coverage: 3.0% of statements [2022-04-20T10:26:37.292Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.374s coverage: 50.6% of statements [2022-04-20T10:26:37.551Z] ok github.com/docker/docker/daemon/links 0.024s coverage: 93.0% of statements [2022-04-20T10:26:37.810Z] ok github.com/docker/docker/daemon/images 0.098s coverage: 6.6% of statements [2022-04-20T10:26:38.378Z] ok github.com/docker/docker/daemon/logger/fluentd 0.045s coverage: 53.6% of statements [2022-04-20T10:26:38.378Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.462s coverage: 58.2% of statements [2022-04-20T10:26:38.378Z] ok github.com/docker/docker/daemon/logger/awslogs 0.148s coverage: 79.9% of statements [2022-04-20T10:26:38.465Z] --- PASS: TestSecretList (2.16s) [2022-04-20T10:26:38.465Z] === RUN TestSecretsCreateAndDelete [2022-04-20T10:26:38.639Z] ok github.com/docker/docker/daemon/logger 0.244s coverage: 43.0% of statements [2022-04-20T10:26:38.639Z] ok github.com/docker/docker/daemon/logger/gelf 0.030s coverage: 68.2% of statements [2022-04-20T10:26:38.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-20T10:26:38.901Z] ok github.com/docker/docker/daemon/logger/journald 0.010s coverage: 23.9% of statements [2022-04-20T10:26:38.901Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2022-04-20T10:26:38.980Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-20T10:26:39.160Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.506s coverage: 13.8% of statements [2022-04-20T10:26:39.419Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.060s coverage: 69.9% of statements [2022-04-20T10:26:39.419Z] ok github.com/docker/docker/daemon/logger/local 0.068s coverage: 78.7% of statements [2022-04-20T10:26:39.677Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.045s coverage: 31.5% of statements [2022-04-20T10:26:39.677Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 58.4% of statements [2022-04-20T10:26:39.937Z] ok github.com/docker/docker/daemon/logger/templates 0.021s coverage: 8.3% of statements [2022-04-20T10:26:39.937Z] ok github.com/docker/docker/daemon/logger/syslog 0.029s coverage: 46.8% of statements [2022-04-20T10:26:39.949Z] [2022-04-20T10:26:39.949Z] ________ ____ __. [2022-04-20T10:26:39.949Z] \_____ \ | |/ _| [2022-04-20T10:26:39.949Z] / | \| < [2022-04-20T10:26:39.949Z] / | \ | \ [2022-04-20T10:26:39.949Z] \_______ /____|__ \ [2022-04-20T10:26:39.949Z] \/ \/ [2022-04-20T10:26:39.949Z] [2022-04-20T10:26:39.949Z] INFO: make.ps1 ended at 04/20/2022 10:26:39 [2022-04-20T10:26:40.195Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.970s coverage: 45.9% of statements [2022-04-20T10:26:40.372Z] --- PASS: TestSecretsCreateAndDelete (2.17s) [2022-04-20T10:26:40.372Z] === RUN TestSecretsUpdate [2022-04-20T10:26:40.455Z] ok github.com/docker/docker/daemon/network 0.026s coverage: 63.8% of statements [2022-04-20T10:26:40.455Z] ok github.com/docker/docker/distribution/metadata 0.090s coverage: 48.2% of statements [2022-04-20T10:26:40.713Z] ok github.com/docker/docker/errdefs 0.029s coverage: 77.0% of statements [2022-04-20T10:26:40.972Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-04-20T10:26:41.230Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-04-20T10:26:41.230Z] ok github.com/docker/docker/image/tarexport 0.016s coverage: 0.7% of statements [2022-04-20T10:26:41.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-20T10:26:41.489Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2022-04-20T10:26:41.489Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2022-04-20T10:26:41.489Z] ok github.com/docker/docker/daemon/logger/splunk 1.565s coverage: 82.5% of statements [2022-04-20T10:26:41.498Z] INFO: Binaries build ended at 04/20/2022 10:26:41. Duration:00:01:49.0032848 [2022-04-20T10:26:42.057Z] ok github.com/docker/docker/oci 0.009s coverage: 46.0% of statements [2022-04-20T10:26:42.057Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 52.9% of statements [2022-04-20T10:26:42.057Z] ok github.com/docker/docker/distribution 0.609s coverage: 28.3% of statements [2022-04-20T10:26:42.057Z] ok github.com/docker/docker/opts 0.025s coverage: 66.5% of statements [2022-04-20T10:26:42.057Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2022-04-20T10:26:42.316Z] ok github.com/docker/docker/pkg/capabilities 0.014s coverage: 87.5% of statements [2022-04-20T10:26:42.575Z] ok github.com/docker/docker/distribution/xfer 1.757s coverage: 85.4% of statements [2022-04-20T10:26:42.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-20T10:26:42.834Z] ok github.com/docker/docker/pkg/containerfs 0.012s coverage: 6.7% of statements [2022-04-20T10:26:42.834Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-04-20T10:26:42.834Z] ok github.com/docker/docker/pkg/authorization 0.326s coverage: 68.3% of statements [2022-04-20T10:26:42.908Z] --- PASS: TestSecretsUpdate (2.17s) [2022-04-20T10:26:42.908Z] === RUN TestTemplatedSecret [2022-04-20T10:26:43.039Z] INFO: Copying the built daemon binary to d:\CI\PR-43501\3\binary\dockerd-95c8fa20bb.exe... [2022-04-20T10:26:43.039Z] INFO: Copying the built client binary to d:\CI\PR-43501\3\binary\docker-95c8fa20bb.exe... [2022-04-20T10:26:43.039Z] INFO: Copying dockerversion from the container... [2022-04-20T10:26:43.039Z] INFO: Copying the golang package from the container to d:\CI\PR-43501\3\installer\go.zip... [2022-04-20T10:26:43.092Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2022-04-20T10:26:43.092Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 87.2% of statements [2022-04-20T10:26:43.351Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-04-20T10:26:43.352Z] ok github.com/docker/docker/pkg/archive 0.472s coverage: 82.5% of statements [2022-04-20T10:26:43.610Z] ok github.com/docker/docker/pkg/fsutils 0.234s coverage: 85.1% of statements [2022-04-20T10:26:43.868Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-04-20T10:26:43.868Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-04-20T10:26:43.868Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2022-04-20T10:26:43.868Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2022-04-20T10:26:43.868Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2022-04-20T10:26:44.011Z] INFO: Extracting go.zip to d:\CI\PR-43501\3\go [2022-04-20T10:26:44.127Z] ok github.com/docker/docker/pkg/idtools 0.375s coverage: 67.9% of statements [2022-04-20T10:26:44.127Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2022-04-20T10:26:44.127Z] ok github.com/docker/docker/pkg/ioutils 0.462s coverage: 70.1% of statements [2022-04-20T10:26:44.386Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-04-20T10:26:44.386Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-04-20T10:26:44.386Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2022-04-20T10:26:44.645Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2022-04-20T10:26:44.645Z] ok github.com/docker/docker/pkg/progress 0.007s coverage: 75.9% of statements [2022-04-20T10:26:44.645Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-04-20T10:26:44.903Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-04-20T10:26:44.903Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-04-20T10:26:44.903Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-04-20T10:26:45.161Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-04-20T10:26:45.161Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-04-20T10:26:45.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-20T10:26:45.420Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.8% of statements [2022-04-20T10:26:45.420Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-04-20T10:26:45.420Z] ok github.com/docker/docker/pkg/chrootarchive 2.678s coverage: 42.7% of statements [2022-04-20T10:26:45.420Z] ok github.com/docker/docker/pkg/tailfile 0.036s coverage: 88.6% of statements [2022-04-20T10:26:45.445Z] --- PASS: TestTemplatedSecret (2.44s) [2022-04-20T10:26:45.445Z] === RUN TestSecretCreateResolve [2022-04-20T10:26:45.680Z] ok github.com/docker/docker/pkg/pubsub 1.047s coverage: 75.0% of statements [2022-04-20T10:26:45.680Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2022-04-20T10:26:45.680Z] ok github.com/docker/docker/pkg/truncindex 0.112s coverage: 91.5% of statements [2022-04-20T10:26:45.939Z] ok github.com/docker/docker/pkg/tarsum 0.081s coverage: 89.3% of statements [2022-04-20T10:26:46.197Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-04-20T10:26:46.197Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-04-20T10:26:46.457Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2022-04-20T10:26:46.716Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements [2022-04-20T10:26:46.716Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-04-20T10:26:47.284Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-04-20T10:26:47.284Z] ok github.com/docker/docker/quota 0.350s coverage: 71.4% of statements [2022-04-20T10:26:47.284Z] ok github.com/docker/docker/registry 0.065s coverage: 58.6% of statements [2022-04-20T10:26:47.284Z] ok github.com/docker/docker/plugin 0.521s coverage: 23.2% of statements [2022-04-20T10:26:47.284Z] ok github.com/docker/docker/runconfig 0.014s coverage: 64.5% of statements [2022-04-20T10:26:47.353Z] --- PASS: TestSecretCreateResolve (2.12s) [2022-04-20T10:26:47.353Z] PASS [2022-04-20T10:26:47.353Z] [2022-04-20T10:26:47.353Z] DONE 6 tests in 13.290s [2022-04-20T10:26:47.353Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-04-20T10:26:47.353Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:47.353Z] ++ set -e [2022-04-20T10:26:47.353Z] ++ '[' -n 0 ']' [2022-04-20T10:26:47.353Z] ++ set -x [2022-04-20T10:26:47.353Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:26:47.353Z] INFO: Testing against a local daemon [2022-04-20T10:26:47.353Z] === RUN TestServiceCreateInit [2022-04-20T10:26:47.353Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-20T10:26:47.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-20T10:26:48.223Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2022-04-20T10:26:48.223Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-04-20T10:26:48.223Z] ok github.com/docker/docker/volume/local 0.149s coverage: 76.4% of statements [2022-04-20T10:26:48.481Z] ok github.com/docker/docker/volume/service 0.010s coverage: 72.3% of statements [2022-04-20T10:26:48.766Z] 8f616e6e9eec: Pull complete [2022-04-20T10:26:49.853Z] ok github.com/docker/docker/daemon 10.148s coverage: 17.0% of statements [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-20T10:26:49.854Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-20T10:26:50.111Z] ok github.com/docker/docker/layer 7.897s coverage: 69.0% of statements [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-20T10:26:50.111Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-20T10:26:51.545Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-20T10:26:52.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-20T10:26:53.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-20T10:26:54.851Z] --- PASS: TestServiceCreateInit (7.08s) [2022-04-20T10:26:54.851Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.65s) [2022-04-20T10:26:54.851Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.41s) [2022-04-20T10:26:54.851Z] === RUN TestCreateServiceMultipleTimes [2022-04-20T10:26:54.932Z] ---> 5c46381d21b4 [2022-04-20T10:26:56.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-20T10:26:57.156Z] Successfully built 5c46381d21b4 [2022-04-20T10:26:57.156Z] Successfully tagged docker:latest [2022-04-20T10:26:57.156Z] INFO: Image build ended at 04/20/2022 10:26:56. Duration:00:05:17.9024521 [2022-04-20T10:26:57.156Z] [2022-04-20T10:26:57.156Z] [2022-04-20T10:26:57.156Z] INFO: Building the test binaries at 04/20/2022 10:26:56... [2022-04-20T10:26:59.327Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-20T10:26:59.327Z] Using test binary docker [2022-04-20T10:26:59.327Z] +++ /etc/init.d/apparmor start [2022-04-20T10:26:59.327Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-20T10:26:59.327Z] INFO: Waiting for daemon to start... [2022-04-20T10:26:59.327Z] Starting dockerd [2022-04-20T10:26:59.327Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-04-20T10:27:01.232Z] . [2022-04-20T10:27:01.232Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-20T10:27:01.494Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-20T10:27:01.494Z] Error: No such image: emptyfs [2022-04-20T10:27:01.494Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-20T10:27:01.494Z] ++++ docker load [2022-04-20T10:27:01.753Z] Running integration-test (iteration 1) [2022-04-20T10:27:01.753Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-20T10:27:01.753Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:27:01.753Z] ++ set -e [2022-04-20T10:27:01.753Z] ++ '[' -n 0 ']' [2022-04-20T10:27:01.753Z] ++ set -x [2022-04-20T10:27:01.753Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:27:02.690Z] Loaded image: busybox:latest [2022-04-20T10:27:03.258Z] Loaded image: busybox:glibc [2022-04-20T10:27:04.420Z] INFO: make.ps1 starting at 04/20/2022 10:27:04 [2022-04-20T10:27:04.889Z] INFO: Git commit (6fa577d597) assumed from DOCKER_GITCOMMIT environment variable [2022-04-20T10:27:04.889Z] INFO: Invoking autogen... [2022-04-20T10:27:05.882Z] INFO: Building daemon... [2022-04-20T10:27:08.528Z] Loaded image: debian:bullseye-slim [2022-04-20T10:27:08.528Z] Loaded image: hello-world:latest [2022-04-20T10:27:08.528Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:27:08.528Z] INFO: Testing against a local daemon [2022-04-20T10:27:08.528Z] === RUN TestCgroupNamespacesBuild [2022-04-20T10:27:09.746Z] --- PASS: TestCreateServiceMultipleTimes (15.29s) [2022-04-20T10:27:09.746Z] === RUN TestCreateServiceConflict [2022-04-20T10:27:10.434Z] --- PASS: TestCgroupNamespacesBuild (2.39s) [2022-04-20T10:27:10.435Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-20T10:27:12.283Z] --- PASS: TestCreateServiceConflict (2.13s) [2022-04-20T10:27:12.283Z] === RUN TestCreateServiceMaxReplicas [2022-04-20T10:27:12.967Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s) [2022-04-20T10:27:12.967Z] === RUN TestBuildWithSession [2022-04-20T10:27:12.967Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:27:12.967Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-20T10:27:12.967Z] === RUN TestBuildSquashParent [2022-04-20T10:27:14.819Z] --- PASS: TestCreateServiceMaxReplicas (2.66s) [2022-04-20T10:27:14.819Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-20T10:27:19.684Z] INFO: Extraction ended at 04/20/2022 10:27:14. Duration:00:00:30.9388104 [2022-04-20T10:27:19.684Z] INFO: Updating the golang and path environment variables [2022-04-20T10:27:19.684Z] INFO: GOPATH=d:\gopath [2022-04-20T10:27:19.684Z] INFO: go version go1.18.1 windows/amd64 [2022-04-20T10:27:19.684Z] INFO: Running the daemon under test in debug mode [2022-04-20T10:27:19.684Z] INFO: Running the daemon under test in containerd mode [2022-04-20T10:27:19.684Z] INFO: Starting a daemon under test... [2022-04-20T10:27:19.684Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43501\3\daemon --pidfile d:\CI\PR-43501\3\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-04-20T10:27:19.684Z] INFO: Containerd started successfully. [2022-04-20T10:27:19.684Z] INFO: Process started successfully. [2022-04-20T10:27:19.684Z] INFO: Start tailing logs of the daemon under tests [2022-04-20T10:27:19.684Z] INFO: Waiting for the daemon under test to start... [2022-04-20T10:27:22.223Z] ok github.com/docker/docker/pkg/plugins 33.658s coverage: 76.3% of statements [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/rootless [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/volume [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-20T10:27:22.223Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === Skipped [2022-04-20T10:27:22.223Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-20T10:27:22.223Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-20T10:27:22.223Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-20T10:27:22.223Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-20T10:27:22.223Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:71: No driver to put! [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-04-20T10:27:22.223Z] time="2022-04-20T10:26:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-04-20T10:27:22.223Z] time="2022-04-20T10:26:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-04-20T10:27:22.223Z] time="2022-04-20T10:26:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-04-20T10:27:22.223Z] time="2022-04-20T10:26:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-04-20T10:27:22.223Z] time="2022-04-20T10:26:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:71: No driver to put! [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-04-20T10:27:22.223Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-04-20T10:27:22.223Z] overlay_test.go:50: Fails to compute changes intermittently [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-04-20T10:27:22.223Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-20T10:27:22.223Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-04-20T10:27:22.223Z] graphtest_unix.go:71: No driver to put! [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-04-20T10:27:22.223Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-04-20T10:27:22.223Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-04-20T10:27:22.223Z] [2022-04-20T10:27:22.223Z] DONE 2436 tests, 28 skipped in 91.070s [2022-04-20T10:27:22.223Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/bitseq [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cluster [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/config [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/datastore [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/driverapi [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/etchosts [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/idm [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipam [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/iptables [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/netlabel [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/netutils [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/networkdb [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/ns [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/options [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/osl [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/portallocator [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/portmapper [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/testutils [2022-04-20T10:27:22.223Z] github.com/docker/docker/libnetwork/types' ']' [2022-04-20T10:27:22.223Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-04-20T10:27:22.943Z] --- PASS: TestBuildSquashParent (8.97s) [2022-04-20T10:27:22.943Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-20T10:27:22.943Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:27:22.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:27:22.943Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:27:22.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:27:22.943Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:27:22.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:27:22.943Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:27:22.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:27:22.943Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:27:22.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:27:22.943Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:27:22.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:27:22.943Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:27:22.944Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:27:24.856Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:27:25.115Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:27:28.403Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:27:28.403Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:27:29.708Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.97s) [2022-04-20T10:27:29.708Z] === RUN TestCreateServiceSecretFileMode [2022-04-20T10:27:31.691Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-20T10:27:31.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.33s) [2022-04-20T10:27:31.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.48s) [2022-04-20T10:27:31.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.15s) [2022-04-20T10:27:31.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.17s) [2022-04-20T10:27:31.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.18s) [2022-04-20T10:27:31.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.08s) [2022-04-20T10:27:31.691Z] === RUN TestBuildMultiStageCopy [2022-04-20T10:27:31.691Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-20T10:27:34.223Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-20T10:27:34.481Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-20T10:27:35.048Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-20T10:27:35.982Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-20T10:27:36.549Z] --- PASS: TestBuildMultiStageCopy (5.10s) [2022-04-20T10:27:36.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.66s) [2022-04-20T10:27:36.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s) [2022-04-20T10:27:36.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2022-04-20T10:27:36.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.77s) [2022-04-20T10:27:36.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2022-04-20T10:27:36.549Z] === RUN TestBuildMultiStageParentConfig [2022-04-20T10:27:37.339Z] ...INFO: Daemon under test started and replied! [2022-04-20T10:27:37.339Z] INFO: Docker version of the daemon under test [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.339Z] Client: [2022-04-20T10:27:37.339Z] Version: 17.06.2-ce [2022-04-20T10:27:37.339Z] API version: 1.30 [2022-04-20T10:27:37.339Z] Go version: go1.8.3 [2022-04-20T10:27:37.339Z] Git commit: cec0b72 [2022-04-20T10:27:37.339Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-20T10:27:37.339Z] OS/Arch: windows/amd64 [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.339Z] Server: [2022-04-20T10:27:37.339Z] Version: 0.0.0-dev [2022-04-20T10:27:37.339Z] API version: 1.42 (minimum version 1.24) [2022-04-20T10:27:37.339Z] Go version: go1.18.1 [2022-04-20T10:27:37.339Z] Git commit: 95c8fa20bb [2022-04-20T10:27:37.339Z] Built: 04/20/2022 10:24:56 [2022-04-20T10:27:37.339Z] OS/Arch: windows/amd64 [2022-04-20T10:27:37.339Z] Experimental: false [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.339Z] INFO: Docker info of the daemon under test [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.339Z] Containers: 0 [2022-04-20T10:27:37.339Z] Running: 0 [2022-04-20T10:27:37.339Z] Paused: 0 [2022-04-20T10:27:37.339Z] Stopped: 0 [2022-04-20T10:27:37.339Z] Images: 0 [2022-04-20T10:27:37.339Z] Server Version: 0.0.0-dev [2022-04-20T10:27:37.339Z] Storage Driver: windowsfilter [2022-04-20T10:27:37.339Z] Windows: [2022-04-20T10:27:37.339Z] Logging Driver: json-file [2022-04-20T10:27:37.339Z] Plugins: [2022-04-20T10:27:37.339Z] Volume: local [2022-04-20T10:27:37.339Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:27:37.339Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:27:37.339Z] Swarm: inactive [2022-04-20T10:27:37.339Z] Default Isolation: process [2022-04-20T10:27:37.339Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T10:27:37.339Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-20T10:27:37.339Z] OSType: windows [2022-04-20T10:27:37.339Z] Architecture: x86_64 [2022-04-20T10:27:37.339Z] CPUs: 4 [2022-04-20T10:27:37.339Z] Total Memory: 32GiB [2022-04-20T10:27:37.339Z] Name: azwin-2-b9c300 [2022-04-20T10:27:37.339Z] ID: YUFI:OIQ2:HS7D:5CAL:ZJUB:F3MP:I4I6:PEXA:4LVN:WSWU:TPOK:H2GI [2022-04-20T10:27:37.339Z] Docker Root Dir: D:\CI\PR-43501\3\daemon [2022-04-20T10:27:37.339Z] Debug Mode (client): false [2022-04-20T10:27:37.339Z] Debug Mode (server): true [2022-04-20T10:27:37.339Z] File Descriptors: -1 [2022-04-20T10:27:37.339Z] Goroutines: 29 [2022-04-20T10:27:37.339Z] System Time: 2022-04-20T10:27:34.6244759Z [2022-04-20T10:27:37.339Z] EventsListeners: 0 [2022-04-20T10:27:37.339Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:27:37.339Z] Labels: [2022-04-20T10:27:37.339Z] Experimental: false [2022-04-20T10:27:37.339Z] Insecure Registries: [2022-04-20T10:27:37.339Z] 127.0.0.0/8 [2022-04-20T10:27:37.339Z] Live Restore Enabled: false [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.339Z] INFO: Docker images of the daemon under test [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.339Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-20T10:27:37.339Z] [2022-04-20T10:27:37.340Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-20T10:27:37.340Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-04-20T10:27:37.340Z] ltsc2022: Pulling from windows/servercore [2022-04-20T10:27:37.340Z] 8f616e6e9eec: Pulling fs layer [2022-04-20T10:27:37.340Z] dccd9e4d14d3: Pulling fs layer [2022-04-20T10:27:37.924Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2022-04-20T10:27:37.924Z] === RUN TestBuildLabelWithTargets [2022-04-20T10:27:39.690Z] --- PASS: TestCreateServiceSecretFileMode (12.29s) [2022-04-20T10:27:39.691Z] === RUN TestCreateServiceConfigFileMode [2022-04-20T10:27:40.456Z] --- PASS: TestBuildLabelWithTargets (2.25s) [2022-04-20T10:27:40.456Z] === RUN TestBuildWithEmptyLayers [2022-04-20T10:27:41.392Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2022-04-20T10:27:41.392Z] === RUN TestBuildMultiStageOnBuild [2022-04-20T10:27:44.680Z] --- PASS: TestBuildMultiStageOnBuild (2.92s) [2022-04-20T10:27:44.680Z] === RUN TestBuildUncleanTarFilenames [2022-04-20T10:27:46.583Z] --- PASS: TestBuildUncleanTarFilenames (1.85s) [2022-04-20T10:27:46.583Z] === RUN TestBuildMultiStageLayerLeak [2022-04-20T10:27:47.666Z] dccd9e4d14d3: Verifying Checksum [2022-04-20T10:27:47.666Z] dccd9e4d14d3: Download complete [2022-04-20T10:27:49.838Z] 8f616e6e9eec: Verifying Checksum [2022-04-20T10:27:49.838Z] 8f616e6e9eec: Download complete [2022-04-20T10:27:49.868Z] --- PASS: TestBuildMultiStageLayerLeak (3.38s) [2022-04-20T10:27:49.868Z] === RUN TestBuildWithHugeFile [2022-04-20T10:27:54.596Z] --- PASS: TestCreateServiceConfigFileMode (12.45s) [2022-04-20T10:27:54.596Z] === RUN TestCreateServiceSysctls [2022-04-20T10:27:55.165Z] --- PASS: TestCreateServiceSysctls (2.94s) [2022-04-20T10:27:55.165Z] === RUN TestCreateServiceCapabilities [2022-04-20T10:27:57.702Z] --- PASS: TestCreateServiceCapabilities (2.35s) [2022-04-20T10:27:57.702Z] === RUN TestInspect [2022-04-20T10:28:00.239Z] --- PASS: TestInspect (2.53s) [2022-04-20T10:28:00.239Z] === RUN TestCreateJob [2022-04-20T10:28:03.533Z] --- PASS: TestCreateJob (3.07s) [2022-04-20T10:28:03.533Z] === RUN TestReplicatedJob [2022-04-20T10:28:08.810Z] --- PASS: TestReplicatedJob (5.08s) [2022-04-20T10:28:08.810Z] === RUN TestUpdateReplicatedJob [2022-04-20T10:28:08.864Z] --- PASS: TestImportExtremelyLargeImageWorks (93.17s) [2022-04-20T10:28:08.864Z] PASS [2022-04-20T10:28:08.864Z] [2022-04-20T10:28:08.864Z] === Skipped [2022-04-20T10:28:08.864Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-04-20T10:28:08.864Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-04-20T10:28:08.864Z] [2022-04-20T10:28:08.864Z] DONE 22 tests, 1 skipped in 97.568s [2022-04-20T10:28:08.864Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-20T10:28:08.864Z] INFO: Testing against a local daemon [2022-04-20T10:28:08.864Z] === RUN TestNetworkCreateDelete [2022-04-20T10:28:08.864Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-04-20T10:28:08.864Z] === RUN TestDockerNetworkDeletePreferID [2022-04-20T10:28:08.864Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-04-20T10:28:08.864Z] === RUN TestDaemonDNSFallback [2022-04-20T10:28:08.893Z] ok github.com/docker/docker/libnetwork 45.430s coverage: 41.0% of statements [2022-04-20T10:28:08.893Z] ok github.com/docker/docker/libnetwork/bitseq 0.114s coverage: 84.4% of statements [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-20T10:28:08.893Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 19.7% of statements [2022-04-20T10:28:08.893Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-20T10:28:08.893Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-20T10:28:08.893Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-04-20T10:28:11.345Z] --- PASS: TestUpdateReplicatedJob (2.90s) [2022-04-20T10:28:11.345Z] === RUN TestServiceListWithStatuses [2022-04-20T10:28:11.345Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:28:11.345Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-20T10:28:11.345Z] === RUN TestDockerNetworkConnectAlias [2022-04-20T10:28:11.420Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.515s coverage: 59.9% of statements [2022-04-20T10:28:11.420Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-20T10:28:11.420Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-04-20T10:28:11.985Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.475s coverage: 4.0% of statements [2022-04-20T10:28:12.243Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-20T10:28:12.501Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.012s coverage: 4.5% of statements [2022-04-20T10:28:12.501Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-20T10:28:12.759Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-04-20T10:28:13.029Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-04-20T10:28:13.029Z] === RUN TestInspectNetwork [2022-04-20T10:28:13.029Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.029Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-20T10:28:13.029Z] === RUN TestRunContainerWithBridgeNone [2022-04-20T10:28:13.029Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.029Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:28:13.029Z] === RUN TestNetworkInvalidJSON [2022-04-20T10:28:13.029Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-20T10:28:13.029Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-20T10:28:13.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:28:13.030Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:28:13.030Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:28:13.030Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-20T10:28:13.030Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-20T10:28:13.030Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-20T10:28:13.030Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestNetworkList [2022-04-20T10:28:13.030Z] === RUN TestNetworkList//networks [2022-04-20T10:28:13.030Z] === PAUSE TestNetworkList//networks [2022-04-20T10:28:13.030Z] === RUN TestNetworkList//networks/ [2022-04-20T10:28:13.030Z] === PAUSE TestNetworkList//networks/ [2022-04-20T10:28:13.030Z] === CONT TestNetworkList//networks [2022-04-20T10:28:13.030Z] === CONT TestNetworkList//networks/ [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkList (0.01s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-20T10:28:13.030Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestHostIPv4BridgeLabel [2022-04-20T10:28:13.030Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-20T10:28:13.030Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-04-20T10:28:13.030Z] === RUN TestDaemonDefaultNetworkPools [2022-04-20T10:28:13.030Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-04-20T10:28:13.030Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-20T10:28:13.030Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-04-20T10:28:13.030Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-20T10:28:13.030Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-04-20T10:28:13.030Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-20T10:28:13.030Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-04-20T10:28:13.030Z] === RUN TestServiceWithPredefinedNetwork [2022-04-20T10:28:13.030Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.030Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-20T10:28:13.030Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:28:13.030Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestServiceWithDataPathPortInit [2022-04-20T10:28:13.030Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.030Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-04-20T10:28:13.030Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-20T10:28:13.030Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.030Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-20T10:28:13.030Z] PASS [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === Skipped [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-04-20T10:28:13.030Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:28:13.030Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:28:13.030Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-04-20T10:28:13.030Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-04-20T10:28:13.030Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-04-20T10:28:13.030Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-04-20T10:28:13.030Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-04-20T10:28:13.030Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:28:13.030Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:28:13.030Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-04-20T10:28:13.030Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-20T10:28:13.030Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] DONE 34 tests, 12 skipped in 7.078s [2022-04-20T10:28:13.030Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:28:13.030Z] INFO: Testing against a local daemon [2022-04-20T10:28:13.030Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-20T10:28:13.030Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:28:13.030Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestDockerNetworkIpvlan [2022-04-20T10:28:13.030Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:28:13.030Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:28:13.030Z] PASS [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === Skipped [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:28:13.030Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:28:13.030Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] DONE 2 tests, 2 skipped in 0.096s [2022-04-20T10:28:13.030Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:28:13.030Z] INFO: Testing against a local daemon [2022-04-20T10:28:13.030Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-20T10:28:13.030Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestDockerNetworkMacvlan [2022-04-20T10:28:13.030Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-04-20T10:28:13.030Z] PASS [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === Skipped [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-04-20T10:28:13.030Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-04-20T10:28:13.030Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] DONE 2 tests, 2 skipped in 0.094s [2022-04-20T10:28:13.030Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-20T10:28:13.030Z] testing: warning: no tests to run [2022-04-20T10:28:13.030Z] PASS [2022-04-20T10:28:13.030Z] [2022-04-20T10:28:13.030Z] DONE 0 tests in 0.024s [2022-04-20T10:28:13.030Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-20T10:28:13.030Z] INFO: Testing against a local daemon [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginAllowRequest [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginTLS [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginDenyRequest [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginDenyResponse [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginAllowEventStream [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginErrorResponse [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginErrorRequest [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginHeader [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.16s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginV2Disable [2022-04-20T10:28:13.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.030Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-04-20T10:28:13.030Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-04-20T10:28:13.286Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-04-20T10:28:13.286Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-04-20T10:28:13.286Z] PASS [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === Skipped [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.16s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-04-20T10:28:13.286Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] DONE 17 tests, 17 skipped in 0.321s [2022-04-20T10:28:13.286Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-20T10:28:13.286Z] INFO: Testing against a local daemon [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:28:13.286Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:28:13.286Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-20T10:28:13.286Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-20T10:28:13.286Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-20T10:28:13.286Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-20T10:28:13.286Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-20T10:28:13.286Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-20T10:28:13.286Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-20T10:28:13.286Z] === RUN TestPluginInstall [2022-04-20T10:28:13.286Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-20T10:28:13.286Z] === RUN TestPluginsWithRuntimes [2022-04-20T10:28:13.286Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-04-20T10:28:13.286Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-20T10:28:13.286Z] === RUN TestPluginBackCompatMediaTypes [2022-04-20T10:28:13.286Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-04-20T10:28:13.286Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:28:13.286Z] PASS [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === Skipped [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-04-20T10:28:13.286Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-04-20T10:28:13.286Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:28:13.286Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-04-20T10:28:13.286Z] [2022-04-20T10:28:13.286Z] DONE 19 tests, 3 skipped in 0.141s [2022-04-20T10:28:13.286Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-20T10:28:13.543Z] INFO: Testing against a local daemon [2022-04-20T10:28:13.543Z] === RUN TestExternalGraphDriver [2022-04-20T10:28:13.543Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-04-20T10:28:13.543Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-04-20T10:28:13.543Z] === RUN TestGraphdriverPluginV2 [2022-04-20T10:28:15.539Z] --- PASS: TestDockerNetworkConnectAlias (4.06s) [2022-04-20T10:28:15.539Z] === RUN TestDockerNetworkReConnect [2022-04-20T10:28:17.711Z] --- PASS: TestGraphdriverPluginV2 (3.48s) [2022-04-20T10:28:17.711Z] PASS [2022-04-20T10:28:17.711Z] [2022-04-20T10:28:17.711Z] === Skipped [2022-04-20T10:28:17.711Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-04-20T10:28:17.711Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-04-20T10:28:17.711Z] [2022-04-20T10:28:17.711Z] DONE 2 tests, 1 skipped in 3.610s [2022-04-20T10:28:17.711Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-20T10:28:17.711Z] INFO: Testing against a local daemon [2022-04-20T10:28:17.711Z] === RUN TestContinueAfterPluginCrash [2022-04-20T10:28:17.711Z] === PAUSE TestContinueAfterPluginCrash [2022-04-20T10:28:17.711Z] === RUN TestReadPluginNoRead [2022-04-20T10:28:17.711Z] === PAUSE TestReadPluginNoRead [2022-04-20T10:28:17.711Z] === RUN TestDaemonStartWithLogOpt [2022-04-20T10:28:17.711Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-20T10:28:17.711Z] === CONT TestContinueAfterPluginCrash [2022-04-20T10:28:17.711Z] === CONT TestDaemonStartWithLogOpt [2022-04-20T10:28:18.830Z] --- PASS: TestDockerNetworkReConnect (3.37s) [2022-04-20T10:28:18.830Z] === RUN TestServicePlugin [2022-04-20T10:28:18.830Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:28:18.830Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-20T10:28:18.830Z] === RUN TestServiceUpdateLabel [2022-04-20T10:28:20.736Z] --- PASS: TestServiceUpdateLabel (2.17s) [2022-04-20T10:28:20.736Z] === RUN TestServiceUpdateSecrets [2022-04-20T10:28:21.878Z] --- PASS: TestDaemonStartWithLogOpt (4.21s) [2022-04-20T10:28:21.878Z] === CONT TestReadPluginNoRead [2022-04-20T10:28:22.724Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.897s coverage: 7.2% of statements [2022-04-20T10:28:22.724Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-20T10:28:22.724Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-04-20T10:28:22.724Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-04-20T10:28:22.724Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-20T10:28:22.724Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-04-20T10:28:22.724Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-20T10:28:22.724Z] ok github.com/docker/docker/libnetwork/drvregistry 0.011s coverage: 82.4% of statements [2022-04-20T10:28:22.724Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-04-20T10:28:22.982Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-04-20T10:28:22.982Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-04-20T10:28:23.767Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-20T10:28:24.713Z] === RUN TestReadPluginNoRead/default [2022-04-20T10:28:26.134Z] --- PASS: TestContinueAfterPluginCrash (8.86s) [2022-04-20T10:28:26.134Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-20T10:28:27.505Z] === CONT TestReadPluginNoRead [2022-04-20T10:28:27.505Z] read_test.go:92: [d522eadc62dde] daemon is not started [2022-04-20T10:28:27.505Z] --- PASS: TestReadPluginNoRead (5.99s) [2022-04-20T10:28:27.505Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-04-20T10:28:27.505Z] --- PASS: TestReadPluginNoRead/default (1.32s) [2022-04-20T10:28:27.505Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.24s) [2022-04-20T10:28:27.505Z] PASS [2022-04-20T10:28:27.505Z] [2022-04-20T10:28:27.505Z] DONE 6 tests in 10.309s [2022-04-20T10:28:27.505Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-04-20T10:28:27.505Z] testing: warning: no tests to run [2022-04-20T10:28:27.505Z] PASS [2022-04-20T10:28:27.505Z] [2022-04-20T10:28:27.505Z] DONE 0 tests in 0.035s [2022-04-20T10:28:27.505Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-20T10:28:27.505Z] INFO: Testing against a local daemon [2022-04-20T10:28:27.505Z] === RUN TestPluginWithDevMounts [2022-04-20T10:28:27.505Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-04-20T10:28:27.505Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-20T10:28:27.505Z] PASS [2022-04-20T10:28:27.505Z] [2022-04-20T10:28:27.505Z] === Skipped [2022-04-20T10:28:27.505Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-04-20T10:28:27.505Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-04-20T10:28:27.505Z] [2022-04-20T10:28:27.505Z] DONE 1 tests, 1 skipped in 0.099s [2022-04-20T10:28:27.505Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-20T10:28:27.505Z] INFO: Testing against a local daemon [2022-04-20T10:28:27.505Z] === RUN TestSecretInspect [2022-04-20T10:28:27.505Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.505Z] --- SKIP: TestSecretInspect (0.01s) [2022-04-20T10:28:27.505Z] === RUN TestSecretList [2022-04-20T10:28:27.505Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.505Z] --- SKIP: TestSecretList (0.01s) [2022-04-20T10:28:27.505Z] === RUN TestSecretsCreateAndDelete [2022-04-20T10:28:27.505Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.505Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-04-20T10:28:27.505Z] === RUN TestSecretsUpdate [2022-04-20T10:28:27.505Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.505Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-04-20T10:28:27.505Z] === RUN TestTemplatedSecret [2022-04-20T10:28:27.505Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.505Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-20T10:28:27.505Z] === RUN TestSecretCreateResolve [2022-04-20T10:28:27.505Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.505Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-04-20T10:28:27.505Z] PASS [2022-04-20T10:28:27.505Z] [2022-04-20T10:28:27.505Z] === Skipped [2022-04-20T10:28:27.505Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-04-20T10:28:27.505Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.505Z] [2022-04-20T10:28:27.505Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-04-20T10:28:27.506Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.506Z] [2022-04-20T10:28:27.506Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-04-20T10:28:27.506Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.506Z] [2022-04-20T10:28:27.506Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-04-20T10:28:27.506Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.506Z] [2022-04-20T10:28:27.506Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-04-20T10:28:27.506Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.506Z] [2022-04-20T10:28:27.506Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-04-20T10:28:27.506Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.506Z] [2022-04-20T10:28:27.506Z] DONE 6 tests, 6 skipped in 0.148s [2022-04-20T10:28:27.506Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-20T10:28:27.762Z] INFO: Testing against a local daemon [2022-04-20T10:28:27.762Z] === RUN TestServiceCreateInit [2022-04-20T10:28:27.762Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-20T10:28:27.762Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-20T10:28:27.762Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- PASS: TestServiceCreateInit (0.01s) [2022-04-20T10:28:27.762Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:28:27.762Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:28:27.762Z] === RUN TestCreateServiceMultipleTimes [2022-04-20T10:28:27.762Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-04-20T10:28:27.762Z] === RUN TestCreateServiceConflict [2022-04-20T10:28:27.762Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-04-20T10:28:27.762Z] === RUN TestCreateServiceMaxReplicas [2022-04-20T10:28:27.762Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-04-20T10:28:27.762Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-20T10:28:27.762Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-04-20T10:28:27.762Z] === RUN TestCreateServiceSecretFileMode [2022-04-20T10:28:27.762Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-04-20T10:28:27.762Z] === RUN TestCreateServiceConfigFileMode [2022-04-20T10:28:27.762Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-04-20T10:28:27.762Z] === RUN TestCreateServiceSysctls [2022-04-20T10:28:27.762Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:27.762Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-04-20T10:28:27.762Z] === RUN TestCreateServiceCapabilities [2022-04-20T10:28:28.018Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:28.018Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-04-20T10:28:28.018Z] === RUN TestInspect [2022-04-20T10:28:28.018Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:28.018Z] --- SKIP: TestInspect (0.01s) [2022-04-20T10:28:28.018Z] === RUN TestCreateJob [2022-04-20T10:28:28.018Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:28.018Z] --- SKIP: TestCreateJob (0.01s) [2022-04-20T10:28:28.018Z] === RUN TestReplicatedJob [2022-04-20T10:28:28.018Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:28.018Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-20T10:28:28.018Z] === RUN TestUpdateReplicatedJob [2022-04-20T10:28:28.018Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:28.018Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-04-20T10:28:28.018Z] === RUN TestServiceListWithStatuses [2022-04-20T10:28:28.018Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:28:28.018Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-20T10:28:28.018Z] === RUN TestDockerNetworkConnectAlias [2022-04-20T10:28:28.018Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:28.018Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-04-20T10:28:28.018Z] === RUN TestDockerNetworkReConnect [2022-04-20T10:28:28.018Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:28.018Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2022-04-20T10:28:28.018Z] === RUN TestServicePlugin [2022-04-20T10:28:29.909Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.909Z] --- SKIP: TestServicePlugin (1.92s) [2022-04-20T10:28:29.909Z] === RUN TestServiceUpdateLabel [2022-04-20T10:28:29.909Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.909Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-04-20T10:28:29.910Z] === RUN TestServiceUpdateSecrets [2022-04-20T10:28:29.910Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-04-20T10:28:29.910Z] === RUN TestServiceUpdateConfigs [2022-04-20T10:28:29.910Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-04-20T10:28:29.910Z] === RUN TestServiceUpdateNetwork [2022-04-20T10:28:29.910Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-04-20T10:28:29.910Z] === RUN TestServiceUpdatePidsLimit [2022-04-20T10:28:29.910Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-04-20T10:28:29.910Z] PASS [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === Skipped [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:28:29.910Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:28:29.910Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-04-20T10:28:29.910Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-04-20T10:28:29.910Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.03s) [2022-04-20T10:28:29.910Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-04-20T10:28:29.910Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-04-20T10:28:29.910Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-04-20T10:28:29.910Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-04-20T10:28:29.910Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-04-20T10:28:29.910Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-04-20T10:28:29.910Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-04-20T10:28:29.910Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestReplicatedJob (0.00s) [2022-04-20T10:28:29.910Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-04-20T10:28:29.910Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-20T10:28:29.910Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-04-20T10:28:29.910Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2022-04-20T10:28:29.910Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2022-04-20T10:28:29.910Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-04-20T10:28:29.910Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-04-20T10:28:29.910Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-04-20T10:28:29.910Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-04-20T10:28:29.910Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-04-20T10:28:29.910Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-20T10:28:29.910Z] [2022-04-20T10:28:29.910Z] DONE 24 tests, 23 skipped in 2.338s [2022-04-20T10:28:29.910Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-20T10:28:30.166Z] INFO: Testing against a local daemon [2022-04-20T10:28:30.166Z] === RUN TestSessionCreate [2022-04-20T10:28:30.166Z] --- PASS: TestSessionCreate (0.03s) [2022-04-20T10:28:30.166Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-20T10:28:30.166Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2022-04-20T10:28:30.166Z] PASS [2022-04-20T10:28:30.166Z] [2022-04-20T10:28:30.166Z] DONE 2 tests in 0.168s [2022-04-20T10:28:30.166Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-20T10:28:30.166Z] INFO: Testing against a local daemon [2022-04-20T10:28:30.166Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:28:30.166Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-20T10:28:30.166Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:28:30.166Z] === RUN TestDiskUsage [2022-04-20T10:28:30.166Z] === PAUSE TestDiskUsage [2022-04-20T10:28:30.166Z] === RUN TestEventsExecDie [2022-04-20T10:28:30.727Z] --- PASS: TestEventsExecDie (0.52s) [2022-04-20T10:28:30.727Z] === RUN TestEventsBackwardsCompatible [2022-04-20T10:28:30.727Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-04-20T10:28:30.727Z] === RUN TestEventsVolumeCreate [2022-04-20T10:28:30.983Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-20T10:28:30.983Z] === RUN TestInfoBinaryCommits [2022-04-20T10:28:30.983Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-20T10:28:30.983Z] === RUN TestInfoAPIVersioned [2022-04-20T10:28:30.983Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-04-20T10:28:30.983Z] === RUN TestInfoAPI [2022-04-20T10:28:30.983Z] --- PASS: TestInfoAPI (0.02s) [2022-04-20T10:28:30.983Z] === RUN TestInfoAPIWarnings [2022-04-20T10:28:35.178Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-04-20T10:28:35.639Z] --- PASS: TestServiceUpdateSecrets (14.22s) [2022-04-20T10:28:35.639Z] === RUN TestServiceUpdateConfigs [2022-04-20T10:28:45.458Z] dccd9e4d14d3: Pull complete [2022-04-20T10:28:45.458Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-20T10:28:45.458Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:28:45.458Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-04-20T10:28:45.458Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-04-20T10:28:45.458Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-04-20T10:28:45.458Z] WARN: Skipping validation tests [2022-04-20T10:28:45.458Z] INFO: Running unit tests at 04/20/2022 10:28:30... [2022-04-20T10:28:45.458Z] INFO: make.ps1 starting at 04/20/2022 10:28:34 [2022-04-20T10:28:45.458Z] INFO: Git commit (3d3e7647ae) assumed from DOCKER_GITCOMMIT environment variable [2022-04-20T10:28:45.458Z] INFO: Invoking autogen... [2022-04-20T10:28:45.458Z] INFO: Running unit tests... [2022-04-20T10:28:45.459Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/ipam 11.705s coverage: 85.3% of statements [2022-04-20T10:28:47.381Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-20T10:28:47.381Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-04-20T10:28:47.381Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/ipamutils 0.224s coverage: 74.0% of statements [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/iptables 0.129s coverage: 45.1% of statements [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-04-20T10:28:47.381Z] ok github.com/docker/docker/libnetwork/netutils 0.014s coverage: 44.1% of statements [2022-04-20T10:28:49.023Z] --- PASS: TestInfoAPIWarnings (16.34s) [2022-04-20T10:28:49.023Z] === RUN TestInfoDebug [2022-04-20T10:28:49.023Z] --- PASS: TestInfoDebug (0.54s) [2022-04-20T10:28:49.023Z] === RUN TestInfoInsecureRegistries [2022-04-20T10:28:49.023Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-04-20T10:28:49.023Z] === RUN TestInfoRegistryMirrors [2022-04-20T10:28:49.023Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-04-20T10:28:49.023Z] === RUN TestLoginFailsWithBadCredentials [2022-04-20T10:28:49.023Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-04-20T10:28:49.023Z] === RUN TestPingCacheHeaders [2022-04-20T10:28:49.023Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-20T10:28:49.023Z] === RUN TestPingGet [2022-04-20T10:28:49.023Z] --- PASS: TestPingGet (0.01s) [2022-04-20T10:28:49.023Z] === RUN TestPingHead [2022-04-20T10:28:49.023Z] --- PASS: TestPingHead (0.04s) [2022-04-20T10:28:49.023Z] === RUN TestPingSwarmHeader [2022-04-20T10:28:49.585Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-20T10:28:50.148Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-20T10:28:50.527Z] --- PASS: TestServiceUpdateConfigs (14.22s) [2022-04-20T10:28:50.527Z] === RUN TestServiceUpdateNetwork [2022-04-20T10:28:51.515Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-20T10:28:51.515Z] --- PASS: TestPingSwarmHeader (2.36s) [2022-04-20T10:28:51.515Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-20T10:28:51.515Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-20T10:28:51.515Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-20T10:28:51.515Z] === RUN TestVersion [2022-04-20T10:28:51.515Z] --- PASS: TestVersion (0.03s) [2022-04-20T10:28:51.515Z] === CONT TestDiskUsage [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/container_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/image_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/volume_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-20T10:28:52.078Z] === RUN TestDiskUsage/after_container.Run [2022-04-20T10:28:52.335Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-20T10:28:52.335Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-20T10:28:52.335Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-20T10:28:52.335Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-20T10:28:52.335Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-20T10:28:52.335Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-20T10:28:52.593Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-20T10:28:52.593Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-20T10:28:52.593Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-20T10:28:52.593Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage (1.23s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.02s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-04-20T10:28:52.593Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-04-20T10:28:52.593Z] PASS [2022-04-20T10:28:52.593Z] [2022-04-20T10:28:52.593Z] === Skipped [2022-04-20T10:28:52.593Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:28:52.593Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-20T10:28:52.593Z] [2022-04-20T10:28:52.593Z] DONE 54 tests, 1 skipped in 22.525s [2022-04-20T10:28:52.593Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-20T10:28:52.850Z] INFO: Testing against a local daemon [2022-04-20T10:28:52.850Z] === RUN TestVolumesCreateAndList [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-20T10:28:52.850Z] === RUN TestVolumesRemove [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesRemove (0.05s) [2022-04-20T10:28:52.850Z] === RUN TestVolumesInspect [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-20T10:28:52.850Z] === RUN TestVolumesInvalidJSON [2022-04-20T10:28:52.850Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-20T10:28:52.850Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-20T10:28:52.850Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-20T10:28:52.850Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-20T10:28:52.850Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-20T10:28:52.850Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-20T10:28:52.850Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-20T10:28:52.850Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-20T10:28:52.850Z] PASS [2022-04-20T10:28:52.850Z] [2022-04-20T10:28:52.850Z] DONE 9 tests in 0.184s [2022-04-20T10:28:52.850Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-20T10:28:52.850Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14228 is not a child of this shell [2022-04-20T10:28:52.850Z] warning: PID 14228 from bundles/test-integration/docker.pid had a nonzero exit code [2022-04-20T10:28:52.850Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-20T10:28:52.850Z] [2022-04-20T10:28:52.850Z] Unloading profiles will leave already running processes permanently [2022-04-20T10:28:52.850Z] unconfined, which can lead to unexpected situations. [2022-04-20T10:28:52.850Z] [2022-04-20T10:28:52.850Z] To set a process to complain mode, use the command line tool [2022-04-20T10:28:52.850Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-20T10:28:52.850Z] Removing test suite binaries [2022-04-20T10:28:53.106Z] exiting test-integration [2022-04-20T10:28:53.106Z] ++ exit 0 [2022-04-20T10:28:53.106Z] Post stage [Pipeline] junit [2022-04-20T10:28:53.678Z] Recording test results [2022-04-20T10:28:54.142Z] ? github.com/docker/docker/api [no test files] [2022-04-20T10:28:55.204Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-20T10:28:55.536Z] + echo Ensuring container killed. [2022-04-20T10:28:55.536Z] Ensuring container killed. [2022-04-20T10:28:55.536Z] + docker rm -vf docker-pr3 [2022-04-20T10:28:55.536Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-04-20T10:28:55.816Z] + echo Chowning /workspace to jenkins user [2022-04-20T10:28:55.817Z] Chowning /workspace to jenkins user [2022-04-20T10:28:55.817Z] + id -u [2022-04-20T10:28:55.817Z] + id -g [2022-04-20T10:28:55.817Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43501:/workspace busybox chown -R 1000:1000 /workspace [2022-04-20T10:28:55.817Z] Unable to find image 'busybox:latest' locally [2022-04-20T10:28:55.817Z] latest: Pulling from library/busybox [2022-04-20T10:28:56.073Z] 50e8d59317eb: Pulling fs layer [2022-04-20T10:28:56.073Z] 50e8d59317eb: Download complete [2022-04-20T10:28:56.073Z] 50e8d59317eb: Pull complete [2022-04-20T10:28:56.073Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-04-20T10:28:56.073Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-20T10:28:58.261Z] + bundleName=amd64-rootless [2022-04-20T10:28:58.261Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-04-20T10:28:58.261Z] Creating amd64-rootless-bundles.tar.gz [2022-04-20T10:28:58.261Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-20T10:28:58.261Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-04-20T10:28:58.271Z] Archiving artifacts [2022-04-20T10:29:00.141Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T10:29:00.446Z] + make clean [2022-04-20T10:29:00.702Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T10:29:00.702Z] docker-dev-cache [2022-04-20T10:29:00.702Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-20T10:29:02.651Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-20T10:29:02.651Z] [2022-04-20T10:29:02.651Z] ________ ____ __. [2022-04-20T10:29:02.651Z] \_____ \ | |/ _| [2022-04-20T10:29:02.651Z] / | \| < [2022-04-20T10:29:02.651Z] / | \ | \ [2022-04-20T10:29:02.651Z] \_______ /____|__ \ [2022-04-20T10:29:02.651Z] \/ \/ [2022-04-20T10:29:02.651Z] [2022-04-20T10:29:02.651Z] INFO: make.ps1 ended at 04/20/2022 10:28:57 [2022-04-20T10:29:02.651Z] INFO: Binaries build ended at 04/20/2022 10:28:59. Duration:00:02:02.2580423 [2022-04-20T10:29:02.651Z] INFO: Copying the built daemon binary to d:\CI\PR-43501\3\binary\dockerd-6fa577d597.exe... [2022-04-20T10:29:02.651Z] INFO: Copying the built client binary to d:\CI\PR-43501\3\binary\docker-6fa577d597.exe... [2022-04-20T10:29:02.651Z] INFO: Copying dockerversion from the container... [2022-04-20T10:29:02.651Z] INFO: Copying the golang package from the container to d:\CI\PR-43501\3\installer\go.zip... [2022-04-20T10:29:02.651Z] INFO: Extracting go.zip to d:\CI\PR-43501\3\go [2022-04-20T10:29:02.743Z] --- PASS: TestServiceUpdateNetwork (12.10s) [2022-04-20T10:29:02.743Z] === RUN TestServiceUpdatePidsLimit [2022-04-20T10:29:02.743Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-20T10:29:03.002Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-20T10:29:11.124Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-20T10:29:15.527Z] === RUN TestMiddlewares [2022-04-20T10:29:15.527Z] --- PASS: TestMiddlewares (0.00s) [2022-04-20T10:29:15.527Z] PASS [2022-04-20T10:29:15.527Z] coverage: 7.9% of statements [2022-04-20T10:29:15.527Z] ok github.com/docker/docker/api/server 0.047s coverage: 7.9% of statements [2022-04-20T10:29:17.695Z] --- PASS: TestServiceUpdatePidsLimit (16.04s) [2022-04-20T10:29:17.695Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-04-20T10:29:17.695Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-04-20T10:29:17.695Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-04-20T10:29:17.695Z] PASS [2022-04-20T10:29:17.695Z] [2022-04-20T10:29:17.695Z] === Skipped [2022-04-20T10:29:17.695Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-20T10:29:17.695Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:29:17.695Z] [2022-04-20T10:29:17.695Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-04-20T10:29:17.695Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-20T10:29:17.695Z] [2022-04-20T10:29:17.695Z] DONE 27 tests, 2 skipped in 150.027s [2022-04-20T10:29:17.695Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-04-20T10:29:17.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:29:17.695Z] ++ set -e [2022-04-20T10:29:17.695Z] ++ '[' -n 0 ']' [2022-04-20T10:29:17.695Z] ++ set -x [2022-04-20T10:29:17.695Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:29:17.695Z] INFO: Testing against a local daemon [2022-04-20T10:29:17.695Z] === RUN TestSessionCreate [2022-04-20T10:29:17.695Z] --- PASS: TestSessionCreate (0.02s) [2022-04-20T10:29:17.695Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-20T10:29:17.695Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-04-20T10:29:17.695Z] PASS [2022-04-20T10:29:17.695Z] [2022-04-20T10:29:17.695Z] DONE 2 tests in 0.136s [2022-04-20T10:29:17.695Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-04-20T10:29:17.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:29:17.695Z] ++ set -e [2022-04-20T10:29:17.695Z] ++ '[' -n 0 ']' [2022-04-20T10:29:17.695Z] ++ set -x [2022-04-20T10:29:17.695Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:29:17.695Z] INFO: Testing against a local daemon [2022-04-20T10:29:17.695Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:29:17.695Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-20T10:29:17.695Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:29:17.695Z] === RUN TestDiskUsage [2022-04-20T10:29:17.695Z] === PAUSE TestDiskUsage [2022-04-20T10:29:17.695Z] === RUN TestEventsExecDie [2022-04-20T10:29:17.955Z] --- PASS: TestEventsExecDie (0.52s) [2022-04-20T10:29:17.955Z] === RUN TestEventsBackwardsCompatible [2022-04-20T10:29:17.955Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-04-20T10:29:17.955Z] === RUN TestEventsVolumeCreate [2022-04-20T10:29:18.214Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-20T10:29:18.214Z] === RUN TestInfoBinaryCommits [2022-04-20T10:29:18.214Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-20T10:29:18.214Z] === RUN TestInfoAPIVersioned [2022-04-20T10:29:18.214Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-20T10:29:18.214Z] === RUN TestInfoAPI [2022-04-20T10:29:18.214Z] --- PASS: TestInfoAPI (0.02s) [2022-04-20T10:29:18.214Z] === RUN TestInfoAPIWarnings [2022-04-20T10:29:36.326Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-04-20T10:29:36.326Z] === RUN TestInfoDebug [2022-04-20T10:29:36.326Z] --- PASS: TestInfoDebug (0.52s) [2022-04-20T10:29:36.326Z] === RUN TestInfoInsecureRegistries [2022-04-20T10:29:36.326Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-20T10:29:36.326Z] === RUN TestInfoRegistryMirrors [2022-04-20T10:29:36.326Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-20T10:29:36.326Z] === RUN TestLoginFailsWithBadCredentials [2022-04-20T10:29:36.326Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-04-20T10:29:36.326Z] === RUN TestPingCacheHeaders [2022-04-20T10:29:36.326Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-04-20T10:29:36.326Z] === RUN TestPingGet [2022-04-20T10:29:36.326Z] --- PASS: TestPingGet (0.01s) [2022-04-20T10:29:36.326Z] === RUN TestPingHead [2022-04-20T10:29:36.326Z] --- PASS: TestPingHead (0.02s) [2022-04-20T10:29:36.326Z] === RUN TestPingSwarmHeader [2022-04-20T10:29:36.586Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-20T10:29:37.154Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-20T10:29:38.092Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-20T10:29:38.092Z] --- PASS: TestPingSwarmHeader (2.01s) [2022-04-20T10:29:38.092Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-20T10:29:38.092Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-20T10:29:38.092Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-20T10:29:38.092Z] === RUN TestVersion [2022-04-20T10:29:38.092Z] --- PASS: TestVersion (0.02s) [2022-04-20T10:29:38.092Z] === CONT TestDiskUsage [2022-04-20T10:29:38.612Z] INFO: Extraction ended at 04/20/2022 10:29:38. Duration:00:00:35.9185195 [2022-04-20T10:29:38.612Z] INFO: Updating the golang and path environment variables [2022-04-20T10:29:38.612Z] INFO: GOPATH=d:\gopath [2022-04-20T10:29:38.612Z] INFO: go version go1.18.1 windows/amd64 [2022-04-20T10:29:38.612Z] INFO: Running the daemon under test in debug mode [2022-04-20T10:29:38.612Z] INFO: Starting a daemon under test... [2022-04-20T10:29:38.612Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43501\3\daemon --pidfile d:\CI\PR-43501\3\docker.pid -D [2022-04-20T10:29:38.612Z] INFO: Process started successfully. [2022-04-20T10:29:38.612Z] INFO: Start tailing logs of the daemon under tests [2022-04-20T10:29:38.612Z] INFO: Waiting for the daemon under test to start... [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/container_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/image_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/volume_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-20T10:29:38.660Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-20T10:29:38.919Z] === RUN TestDiskUsage/after_container.Run [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-20T10:29:39.179Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage (1.13s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-20T10:29:39.179Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:29:39.179Z] PASS [2022-04-20T10:29:39.179Z] [2022-04-20T10:29:39.179Z] === Skipped [2022-04-20T10:29:39.179Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:29:39.179Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-20T10:29:39.179Z] [2022-04-20T10:29:39.179Z] DONE 54 tests, 1 skipped in 21.864s [2022-04-20T10:29:39.179Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-20T10:29:39.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:29:39.179Z] ++ set -e [2022-04-20T10:29:39.179Z] ++ '[' -n 0 ']' [2022-04-20T10:29:39.179Z] ++ set -x [2022-04-20T10:29:39.179Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:29:39.438Z] INFO: Testing against a local daemon [2022-04-20T10:29:39.438Z] === RUN TestVolumesCreateAndList [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-20T10:29:39.438Z] === RUN TestVolumesRemove [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesRemove (0.06s) [2022-04-20T10:29:39.438Z] === RUN TestVolumesInspect [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-20T10:29:39.438Z] === RUN TestVolumesInvalidJSON [2022-04-20T10:29:39.438Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-20T10:29:39.438Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-20T10:29:39.438Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-20T10:29:39.438Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-20T10:29:39.438Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-20T10:29:39.438Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-20T10:29:39.438Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-20T10:29:39.438Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-20T10:29:39.438Z] PASS [2022-04-20T10:29:39.438Z] [2022-04-20T10:29:39.438Z] DONE 9 tests in 0.196s [2022-04-20T10:29:39.438Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-20T10:29:39.697Z] ++++ cat bundles/test-integration/docker.pid [2022-04-20T10:29:39.697Z] +++ kill 14245 [2022-04-20T10:29:39.957Z] +++ /etc/init.d/apparmor stop [2022-04-20T10:29:39.957Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-20T10:29:39.957Z] [2022-04-20T10:29:39.957Z] Unloading profiles will leave already running processes permanently [2022-04-20T10:29:39.957Z] unconfined, which can lead to unexpected situations. [2022-04-20T10:29:39.957Z] [2022-04-20T10:29:39.957Z] To set a process to complain mode, use the command line tool [2022-04-20T10:29:39.957Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-20T10:29:39.957Z] +++ true [2022-04-20T10:29:39.957Z] exiting test-integration [2022-04-20T10:29:39.957Z] ++ exit 0 [2022-04-20T10:29:39.957Z] Post stage [Pipeline] junit [2022-04-20T10:29:40.540Z] Recording test results [2022-04-20T10:29:40.735Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-20T10:29:41.073Z] + echo Ensuring container killed. [2022-04-20T10:29:41.073Z] Ensuring container killed. [2022-04-20T10:29:41.073Z] + docker rm -vf docker-pr3 [2022-04-20T10:29:41.073Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-04-20T10:29:41.356Z] + echo Chowning /workspace to jenkins user [2022-04-20T10:29:41.356Z] Chowning /workspace to jenkins user [2022-04-20T10:29:41.356Z] + id -u [2022-04-20T10:29:41.356Z] + id -g [2022-04-20T10:29:41.356Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43501:/workspace busybox chown -R 1000:1000 /workspace [2022-04-20T10:29:41.408Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-20T10:29:41.408Z] Using test binary docker [2022-04-20T10:29:41.408Z] +++ /etc/init.d/apparmor start [2022-04-20T10:29:41.408Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-20T10:29:41.408Z] INFO: Waiting for daemon to start... [2022-04-20T10:29:41.408Z] Starting dockerd [2022-04-20T10:29:41.408Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-04-20T10:29:41.408Z] . [2022-04-20T10:29:41.408Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-20T10:29:41.408Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-20T10:29:41.408Z] Error: No such image: emptyfs [2022-04-20T10:29:41.408Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-20T10:29:41.408Z] ++++ docker load [2022-04-20T10:29:41.408Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-20T10:29:41.408Z] Using test binary docker [2022-04-20T10:29:41.408Z] +++ /etc/init.d/apparmor start [2022-04-20T10:29:41.408Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-20T10:29:41.408Z] INFO: Waiting for daemon to start... [2022-04-20T10:29:41.408Z] Starting dockerd [2022-04-20T10:29:41.408Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-04-20T10:29:41.408Z] .Running integration-test (iteration 1) [2022-04-20T10:29:41.408Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-04-20T10:29:41.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-04-20T10:29:41.408Z] ++ set -e [2022-04-20T10:29:41.408Z] ++ '[' -n 0 ']' [2022-04-20T10:29:41.408Z] ++ set -x [2022-04-20T10:29:41.408Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-04-20T10:29:41.408Z] Loaded image: busybox:latest [2022-04-20T10:29:41.408Z] Loaded image: busybox:glibc [2022-04-20T10:29:42.344Z] [2022-04-20T10:29:42.344Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-20T10:29:42.344Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-20T10:29:42.344Z] Error: No such image: emptyfs [2022-04-20T10:29:42.344Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-20T10:29:42.344Z] ++++ docker load [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-20T10:29:42.910Z] Running integration-test (iteration 1) [2022-04-20T10:29:42.910Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-04-20T10:29:42.911Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-04-20T10:29:42.911Z] ++ set -e [2022-04-20T10:29:42.911Z] ++ '[' -n 0 ']' [2022-04-20T10:29:42.911Z] ++ set -x [2022-04-20T10:29:42.911Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-04-20T10:29:43.038Z] + bundleName=arm64-integration [2022-04-20T10:29:43.038Z] + echo Creating arm64-integration-bundles.tar.gz [2022-04-20T10:29:43.038Z] Creating arm64-integration-bundles.tar.gz [2022-04-20T10:29:43.038Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-20T10:29:43.038Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-04-20T10:29:43.310Z] Archiving artifacts [2022-04-20T10:29:43.593Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T10:29:43.845Z] Loaded image: busybox:latest [2022-04-20T10:29:43.904Z] + make clean [2022-04-20T10:29:43.904Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T10:29:43.904Z] docker-dev-cache [2022-04-20T10:29:43.904Z] docker-mod-cache [Pipeline] deleteDir [2022-04-20T10:29:44.412Z] Loaded image: busybox:glibc [2022-04-20T10:29:44.980Z] Loaded image: debian:bullseye-slim [2022-04-20T10:29:45.239Z] Loaded image: hello-world:latest [2022-04-20T10:29:45.498Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:29:45.498Z] INFO: Testing against a local daemon [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-20T10:29:45.498Z] === RUN TestDockerSuite/TestAPIImagesDelete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-20T10:29:46.260Z] 8f616e6e9eec: Pull complete [2022-04-20T10:29:46.875Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-20T10:29:46.875Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-20T10:29:47.442Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-20T10:29:47.442Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-20T10:29:48.010Z] Loaded image: debian:bullseye-slim [2022-04-20T10:29:48.268Z] Loaded image: hello-world:latest [2022-04-20T10:29:48.268Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:29:48.268Z] INFO: Testing against a local daemon [2022-04-20T10:29:48.268Z] === RUN TestDockerDaemonSuite [2022-04-20T10:29:48.268Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-04-20T10:29:48.528Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-20T10:29:48.528Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-20T10:29:48.528Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-20T10:29:50.433Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-20T10:29:50.433Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-20T10:29:50.433Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-20T10:29:50.433Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-20T10:29:51.366Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-20T10:29:52.301Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-20T10:29:52.559Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-20T10:29:52.559Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-20T10:29:52.559Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-20T10:29:53.125Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-04-20T10:29:55.025Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-20T10:29:56.925Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-20T10:29:58.299Z] --- PASS: TestBuildWithHugeFile (128.42s) [2022-04-20T10:29:58.299Z] === RUN TestBuildWCOWSandboxSize [2022-04-20T10:29:58.299Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:29:58.299Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:29:58.299Z] === RUN TestBuildWithEmptyDockerfile [2022-04-20T10:29:58.299Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:29:58.299Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:29:58.299Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:29:58.299Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:29:58.299Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:29:58.299Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:29:58.299Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:29:58.299Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:29:58.299Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:29:58.299Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-04-20T10:29:58.299Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-04-20T10:29:58.299Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-04-20T10:29:58.299Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-20T10:29:58.299Z] === RUN TestBuildPreserveOwnership [2022-04-20T10:29:58.299Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-20T10:29:58.560Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-20T10:29:59.863Z] .....INFO: Daemon under test started and replied! [2022-04-20T10:29:59.863Z] INFO: Docker version of the daemon under test [2022-04-20T10:29:59.863Z] [2022-04-20T10:29:59.863Z] Client: [2022-04-20T10:29:59.863Z] Version: 17.06.2-ce [2022-04-20T10:29:59.863Z] API version: 1.30 [2022-04-20T10:29:59.863Z] Go version: go1.8.3 [2022-04-20T10:29:59.863Z] Git commit: cec0b72 [2022-04-20T10:29:59.863Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-20T10:29:59.863Z] OS/Arch: windows/amd64 [2022-04-20T10:29:59.863Z] [2022-04-20T10:29:59.863Z] Server: [2022-04-20T10:29:59.863Z] Version: 0.0.0-dev [2022-04-20T10:29:59.863Z] API version: 1.42 (minimum version 1.24) [2022-04-20T10:29:59.863Z] Go version: go1.18.1 [2022-04-20T10:29:59.863Z] Git commit: 6fa577d597 [2022-04-20T10:29:59.863Z] Built: 04/20/2022 10:27:04 [2022-04-20T10:29:59.863Z] OS/Arch: windows/amd64 [2022-04-20T10:29:59.863Z] Experimental: false [2022-04-20T10:29:59.863Z] [2022-04-20T10:29:59.863Z] INFO: Docker info of the daemon under test [2022-04-20T10:29:59.863Z] [2022-04-20T10:29:59.863Z] Containers: 0 [2022-04-20T10:29:59.863Z] Running: 0 [2022-04-20T10:29:59.863Z] Paused: 0 [2022-04-20T10:29:59.863Z] Stopped: 0 [2022-04-20T10:29:59.863Z] Images: 0 [2022-04-20T10:29:59.863Z] Server Version: 0.0.0-dev [2022-04-20T10:29:59.863Z] Storage Driver: windowsfilter [2022-04-20T10:29:59.863Z] Windows: [2022-04-20T10:29:59.863Z] Logging Driver: json-file [2022-04-20T10:29:59.863Z] Plugins: [2022-04-20T10:29:59.863Z] Volume: local [2022-04-20T10:29:59.863Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T10:29:59.864Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T10:29:59.864Z] Swarm: inactive [2022-04-20T10:29:59.864Z] Default Isolation: process [2022-04-20T10:29:59.864Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-20T10:29:59.864Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-04-20T10:29:59.864Z] OSType: windows [2022-04-20T10:29:59.864Z] Architecture: x86_64 [2022-04-20T10:29:59.864Z] CPUs: 4 [2022-04-20T10:29:59.864Z] Total Memory: 32GiB [2022-04-20T10:29:59.864Z] Name: azwin-2-9bd570 [2022-04-20T10:29:59.864Z] ID: WRRH:G43G:DMAH:CPAG:BSWP:ELLY:EWWJ:PO3J:ELYV:3L2K:MSM4:OY6U [2022-04-20T10:29:59.864Z] Docker Root Dir: D:\CI\PR-43501\3\daemon [2022-04-20T10:29:59.864Z] Debug Mode (client): false [2022-04-20T10:29:59.864Z] Debug Mode (server): true [2022-04-20T10:29:59.864Z] File Descriptors: -1 [2022-04-20T10:29:59.864Z] Goroutines: 16 [2022-04-20T10:29:59.864Z] System Time: 2022-04-20T10:29:58.1392057Z [2022-04-20T10:29:59.864Z] EventsListeners: 0 [2022-04-20T10:29:59.864Z] Registry: https://index.docker.io/v1/ [2022-04-20T10:29:59.864Z] Labels: [2022-04-20T10:29:59.864Z] Experimental: false [2022-04-20T10:29:59.864Z] Insecure Registries: [2022-04-20T10:29:59.864Z] 127.0.0.0/8 [2022-04-20T10:29:59.864Z] Live Restore Enabled: false [2022-04-20T10:29:59.864Z] [2022-04-20T10:29:59.864Z] [2022-04-20T10:29:59.864Z] INFO: Docker images of the daemon under test [2022-04-20T10:29:59.864Z] [2022-04-20T10:29:59.864Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-20T10:29:59.864Z] [2022-04-20T10:29:59.864Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-20T10:29:59.864Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-04-20T10:29:59.864Z] ltsc2019: Pulling from windows/servercore [2022-04-20T10:29:59.864Z] 4612f6d0b889: Pulling fs layer [2022-04-20T10:29:59.864Z] ba8181afd426: Pulling fs layer [2022-04-20T10:30:00.460Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-20T10:30:00.719Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-20T10:30:01.656Z] --- PASS: TestBuildPreserveOwnership (3.45s) [2022-04-20T10:30:01.656Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.16s) [2022-04-20T10:30:01.656Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.29s) [2022-04-20T10:30:01.656Z] === RUN TestBuildPlatformInvalid [2022-04-20T10:30:01.656Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-04-20T10:30:01.656Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-20T10:30:02.590Z] Loaded image: busybox:latest [2022-04-20T10:30:02.590Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-20T10:30:02.848Z] Loaded image: busybox:glibc [2022-04-20T10:30:03.414Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-20T10:30:04.349Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-20T10:30:04.916Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-20T10:30:04.916Z] Loaded image: debian:bullseye-slim [2022-04-20T10:30:05.174Z] Loaded image: hello-world:latest [2022-04-20T10:30:05.174Z] Loaded image: arm32v7/hello-world:latest [2022-04-20T10:30:05.432Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-04-20T10:30:07.332Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-04-20T10:30:09.234Z] === RUN TestDockerSuite/TestAttachDetach [2022-04-20T10:30:09.801Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-20T10:30:10.739Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-20T10:30:11.306Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-04-20T10:30:12.394Z] ba8181afd426: Verifying Checksum [2022-04-20T10:30:12.395Z] ba8181afd426: Download complete [2022-04-20T10:30:12.683Z] docker_cli_daemon_test.go:1472: [d55caa0de286b] daemon is not started [2022-04-20T10:30:12.683Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-20T10:30:13.618Z] check_test.go:308: [d122119a8772f] daemon is not started [2022-04-20T10:30:13.618Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-04-20T10:30:13.618Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-20T10:30:14.553Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-20T10:30:15.929Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-20T10:30:15.929Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-04-20T10:30:16.187Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.36s) [2022-04-20T10:30:16.187Z] PASS [2022-04-20T10:30:16.187Z] [2022-04-20T10:30:16.187Z] === Skipped [2022-04-20T10:30:16.187Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-20T10:30:16.187Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:30:16.187Z] [2022-04-20T10:30:16.187Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:30:16.187Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:30:16.187Z] [2022-04-20T10:30:16.187Z] DONE 34 tests, 2 skipped in 194.237s [2022-04-20T10:30:16.187Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-20T10:30:16.187Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:30:16.187Z] ++ set -e [2022-04-20T10:30:16.187Z] ++ '[' -n 0 ']' [2022-04-20T10:30:16.187Z] ++ set -x [2022-04-20T10:30:16.187Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:30:16.187Z] INFO: Testing against a local daemon [2022-04-20T10:30:16.187Z] === RUN TestConfigInspect [2022-04-20T10:30:16.191Z] === RUN TestBoolValue [2022-04-20T10:30:16.191Z] --- PASS: TestBoolValue (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestBoolValueOrDefault [2022-04-20T10:30:16.191Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestInt64ValueOrZero [2022-04-20T10:30:16.191Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestInt64ValueOrDefault [2022-04-20T10:30:16.191Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-20T10:30:16.191Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestJsonContentType [2022-04-20T10:30:16.191Z] --- PASS: TestJsonContentType (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestReadJSON [2022-04-20T10:30:16.191Z] === RUN TestReadJSON/nil_body [2022-04-20T10:30:16.191Z] === RUN TestReadJSON/empty_body [2022-04-20T10:30:16.191Z] === RUN TestReadJSON/with_valid_request [2022-04-20T10:30:16.191Z] === RUN TestReadJSON/with_whitespace [2022-04-20T10:30:16.191Z] === RUN TestReadJSON/with_extra_content [2022-04-20T10:30:16.191Z] === RUN TestReadJSON/invalid_JSON [2022-04-20T10:30:16.191Z] --- PASS: TestReadJSON (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-04-20T10:30:16.191Z] PASS [2022-04-20T10:30:16.191Z] coverage: 31.9% of statements [2022-04-20T10:30:16.191Z] ok github.com/docker/docker/api/server/httputils 0.043s coverage: 31.9% of statements [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-20T10:30:16.191Z] === RUN TestMaskSecretKeys [2022-04-20T10:30:16.191Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-20T10:30:16.191Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-20T10:30:16.191Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-20T10:30:16.191Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-20T10:30:16.191Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestVersionMiddlewareVersion [2022-04-20T10:30:16.191Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-20T10:30:16.191Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-20T10:30:16.191Z] PASS [2022-04-20T10:30:16.191Z] coverage: 37.7% of statements [2022-04-20T10:30:16.191Z] ok github.com/docker/docker/api/server/middleware 0.069s coverage: 37.7% of statements [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-20T10:30:16.191Z] === RUN TestStrSliceMarshalJSON [2022-04-20T10:30:16.191Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestStrSliceUnmarshalJSON [2022-04-20T10:30:16.191Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestStrSliceUnmarshalString [2022-04-20T10:30:16.191Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestStrSliceUnmarshalSlice [2022-04-20T10:30:16.191Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-20T10:30:16.191Z] PASS [2022-04-20T10:30:16.191Z] coverage: 90.0% of statements [2022-04-20T10:30:16.191Z] ok github.com/docker/docker/api/types/strslice 0.035s coverage: 90.0% of statements [2022-04-20T10:30:16.191Z] === RUN TestToJSON [2022-04-20T10:30:16.191Z] --- PASS: TestToJSON (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestToParamWithVersion [2022-04-20T10:30:16.191Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestFromJSON [2022-04-20T10:30:16.191Z] --- PASS: TestFromJSON (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestEmpty [2022-04-20T10:30:16.191Z] --- PASS: TestEmpty (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestArgsMatchKVListEmptySources [2022-04-20T10:30:16.191Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestArgsMatchKVList [2022-04-20T10:30:16.191Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestArgsMatch [2022-04-20T10:30:16.191Z] --- PASS: TestArgsMatch (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestAdd [2022-04-20T10:30:16.191Z] --- PASS: TestAdd (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestDel [2022-04-20T10:30:16.191Z] --- PASS: TestDel (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestLen [2022-04-20T10:30:16.191Z] --- PASS: TestLen (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestExactMatch [2022-04-20T10:30:16.191Z] --- PASS: TestExactMatch (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestOnlyOneExactMatch [2022-04-20T10:30:16.191Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestContains [2022-04-20T10:30:16.191Z] --- PASS: TestContains (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestValidate [2022-04-20T10:30:16.191Z] --- PASS: TestValidate (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestWalkValues [2022-04-20T10:30:16.191Z] --- PASS: TestWalkValues (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestFuzzyMatch [2022-04-20T10:30:16.191Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestClone [2022-04-20T10:30:16.191Z] --- PASS: TestClone (0.00s) [2022-04-20T10:30:16.191Z] PASS [2022-04-20T10:30:16.191Z] coverage: 92.2% of statements [2022-04-20T10:30:16.191Z] ok github.com/docker/docker/api/types/filters 0.047s coverage: 92.2% of statements [2022-04-20T10:30:16.191Z] === RUN TestDurationToSecondsString [2022-04-20T10:30:16.191Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-04-20T10:30:16.191Z] === RUN TestGetTimestamp [2022-04-20T10:30:16.191Z] === RUN TestAdjustForAPIVersion [2022-04-20T10:30:16.191Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-20T10:30:16.191Z] PASS [2022-04-20T10:30:16.191Z] coverage: 6.1% of statements [2022-04-20T10:30:16.191Z] ok github.com/docker/docker/api/server/router/swarm 0.041s coverage: 6.1% of statements [2022-04-20T10:30:16.191Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-20T10:30:16.192Z] --- PASS: TestGetTimestamp (0.17s) [2022-04-20T10:30:16.192Z] === RUN TestParseTimestamps [2022-04-20T10:30:16.192Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-20T10:30:16.192Z] PASS [2022-04-20T10:30:16.192Z] coverage: 100.0% of statements [2022-04-20T10:30:16.192Z] ok github.com/docker/docker/api/types/time 0.202s coverage: 100.0% of statements [2022-04-20T10:30:16.192Z] === RUN TestCompareVersion [2022-04-20T10:30:16.192Z] --- PASS: TestCompareVersion (0.00s) [2022-04-20T10:30:16.192Z] PASS [2022-04-20T10:30:16.192Z] coverage: 77.3% of statements [2022-04-20T10:30:16.192Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 77.3% of statements [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-20T10:30:16.192Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-20T10:30:16.192Z] === RUN TestIsGIT [2022-04-20T10:30:16.192Z] --- PASS: TestIsGIT (0.00s) [2022-04-20T10:30:16.192Z] PASS [2022-04-20T10:30:16.192Z] coverage: 100.0% of statements [2022-04-20T10:30:16.192Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.046s coverage: 100.0% of statements [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-20T10:30:16.192Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-20T10:30:16.192Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestCloneArgsSmartHttp [2022-04-20T10:30:16.192Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-04-20T10:30:16.192Z] === RUN TestCloneArgsDumbHttp [2022-04-20T10:30:16.192Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestCloneArgsGit [2022-04-20T10:30:16.192Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestCheckoutGit [2022-04-20T10:30:16.192Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-20T10:30:16.192Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestProcessNoDockerignore [2022-04-20T10:30:16.192Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-20T10:30:16.192Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestDetectContentType [2022-04-20T10:30:16.192Z] --- PASS: TestDetectContentType (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestSelectAcceptableMIME [2022-04-20T10:30:16.192Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestInspectEmptyResponse [2022-04-20T10:30:16.192Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestInspectResponseBinary [2022-04-20T10:30:16.192Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestResponseUnsupportedContentType [2022-04-20T10:30:16.192Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestInspectResponseTextSimple [2022-04-20T10:30:16.192Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestInspectResponseEmptyContentType [2022-04-20T10:30:16.192Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestUnknownContentLength [2022-04-20T10:30:16.192Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestDownloadRemote [2022-04-20T10:30:16.192Z] --- PASS: TestDownloadRemote (0.09s) [2022-04-20T10:30:16.192Z] === RUN TestGetWithStatusError [2022-04-20T10:30:16.192Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestCloseRootDirectory [2022-04-20T10:30:16.192Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:30:16.192Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestHashFile [2022-04-20T10:30:16.192Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:30:16.192Z] --- SKIP: TestHashFile (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestHashSubdir [2022-04-20T10:30:16.192Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:30:16.192Z] --- SKIP: TestHashSubdir (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestRemoveDirectory [2022-04-20T10:30:16.192Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:30:16.192Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-20T10:30:16.192Z] PASS [2022-04-20T10:30:16.192Z] coverage: 9.3% of statements [2022-04-20T10:30:16.192Z] ok github.com/docker/docker/builder/remotecontext 0.227s coverage: 9.3% of statements [2022-04-20T10:30:16.192Z] === RUN TestEnable [2022-04-20T10:30:16.192Z] --- PASS: TestEnable (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestDisable [2022-04-20T10:30:16.192Z] --- PASS: TestDisable (0.00s) [2022-04-20T10:30:16.192Z] === RUN TestEnabled [2022-04-20T10:30:16.192Z] --- PASS: TestEnabled (0.00s) [2022-04-20T10:30:16.192Z] PASS [2022-04-20T10:30:16.192Z] coverage: 100.0% of statements [2022-04-20T10:30:16.192Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2022-04-20T10:30:17.191Z] === RUN TestGetAllAllowed [2022-04-20T10:30:17.191Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestGetAllMeta [2022-04-20T10:30:17.191Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-20T10:30:17.191Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestIsUnreferencedBuiltin [2022-04-20T10:30:17.191Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestIsExistingDirectory [2022-04-20T10:30:17.191Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-04-20T10:30:17.191Z] === RUN TestGetFilenameForDownload [2022-04-20T10:30:17.191Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestEnv2Variables [2022-04-20T10:30:17.191Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-20T10:30:17.191Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestMaintainer [2022-04-20T10:30:17.191Z] --- PASS: TestMaintainer (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestLabel [2022-04-20T10:30:17.191Z] --- PASS: TestLabel (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestFromScratch [2022-04-20T10:30:17.191Z] --- PASS: TestFromScratch (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestFromWithArg [2022-04-20T10:30:17.191Z] --- PASS: TestFromWithArg (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-20T10:30:17.191Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestFromWithUndefinedArg [2022-04-20T10:30:17.191Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestFromMultiStageWithNamedStage [2022-04-20T10:30:17.191Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestOnbuild [2022-04-20T10:30:17.191Z] --- PASS: TestOnbuild (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestWorkdir [2022-04-20T10:30:17.191Z] --- PASS: TestWorkdir (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestCmd [2022-04-20T10:30:17.191Z] --- PASS: TestCmd (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestHealthcheckNone [2022-04-20T10:30:17.191Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestHealthcheckCmd [2022-04-20T10:30:17.191Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestEntrypoint [2022-04-20T10:30:17.191Z] --- PASS: TestEntrypoint (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestExpose [2022-04-20T10:30:17.191Z] --- PASS: TestExpose (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestUser [2022-04-20T10:30:17.191Z] --- PASS: TestUser (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestVolume [2022-04-20T10:30:17.191Z] --- PASS: TestVolume (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestStopSignal [2022-04-20T10:30:17.191Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-20T10:30:17.191Z] --- SKIP: TestStopSignal (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestArg [2022-04-20T10:30:17.191Z] --- PASS: TestArg (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestShell [2022-04-20T10:30:17.191Z] --- PASS: TestShell (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestPrependEnvOnCmd [2022-04-20T10:30:17.191Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestRunWithBuildArgs [2022-04-20T10:30:17.191Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestRunIgnoresHealthcheck [2022-04-20T10:30:17.191Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestDispatchUnsupportedOptions [2022-04-20T10:30:17.191Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-20T10:30:17.191Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-20T10:30:17.191Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-20T10:30:17.191Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestNormalizeWorkdir [2022-04-20T10:30:17.191Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestDispatch [2022-04-20T10:30:17.191Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-20T10:30:17.191Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-20T10:30:17.191Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-20T10:30:17.191Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-20T10:30:17.191Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-20T10:30:17.191Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-20T10:30:17.191Z] === RUN TestDispatch/COPY_url [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch (0.13s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.03s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-20T10:30:17.191Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestAddScratchImageAddsToMounts [2022-04-20T10:30:17.191Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-20T10:30:17.191Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-20T10:30:17.191Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-20T10:30:17.191Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestImageSourceGetAddsToMounts [2022-04-20T10:30:17.191Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestEmptyDockerfile [2022-04-20T10:30:17.191Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestSymlinkDockerfile [2022-04-20T10:30:17.191Z] --- PASS: TestSymlinkDockerfile (0.02s) [2022-04-20T10:30:17.191Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-20T10:30:17.191Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestNonExistingDockerfile [2022-04-20T10:30:17.191Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestCopyRunConfig [2022-04-20T10:30:17.191Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestDeepCopyRunConfig [2022-04-20T10:30:17.191Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-20T10:30:17.191Z] === RUN TestExportImage [2022-04-20T10:30:17.191Z] --- PASS: TestExportImage (0.01s) [2022-04-20T10:30:17.191Z] === RUN TestNormalizeDest [2022-04-20T10:30:17.191Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-20T10:30:17.191Z] PASS [2022-04-20T10:30:17.191Z] coverage: 46.7% of statements [2022-04-20T10:30:17.191Z] ok github.com/docker/docker/builder/dockerfile 0.428s coverage: 46.7% of statements [2022-04-20T10:30:17.563Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-20T10:30:17.563Z] check_test.go:308: [dc21b90808ec5] daemon is not started [2022-04-20T10:30:17.563Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-04-20T10:30:17.661Z] === RUN TestTCP4Proxy [2022-04-20T10:30:17.661Z] --- PASS: TestTCP4Proxy (0.00s) [2022-04-20T10:30:17.661Z] === RUN TestTCP4ProxyHalfClose [2022-04-20T10:30:17.661Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-20T10:30:17.661Z] === RUN TestTCP6Proxy [2022-04-20T10:30:17.661Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:30:17.661Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-20T10:30:17.661Z] === RUN TestTCPDualStackProxy [2022-04-20T10:30:17.661Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:30:17.661Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-20T10:30:17.661Z] === RUN TestUDP4Proxy [2022-04-20T10:30:17.661Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-20T10:30:17.661Z] === RUN TestUDP6Proxy [2022-04-20T10:30:17.661Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:30:17.661Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-20T10:30:17.661Z] === RUN TestUDPWriteError [2022-04-20T10:30:17.661Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-20T10:30:17.661Z] === RUN TestSCTP4Proxy [2022-04-20T10:30:17.661Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-20T10:30:17.661Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-04-20T10:30:17.661Z] === RUN TestSCTP6Proxy [2022-04-20T10:30:17.661Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:30:17.661Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-20T10:30:17.661Z] PASS [2022-04-20T10:30:17.661Z] coverage: 49.4% of statements [2022-04-20T10:30:17.661Z] ok github.com/docker/docker/cmd/docker-proxy 0.062s coverage: 49.4% of statements [2022-04-20T10:30:18.129Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-20T10:30:19.088Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-20T10:30:19.088Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-20T10:30:19.350Z] --- PASS: TestConfigInspect (3.07s) [2022-04-20T10:30:19.350Z] === RUN TestConfigList [2022-04-20T10:30:19.917Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-20T10:30:20.484Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-20T10:30:21.859Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-04-20T10:30:22.117Z] --- PASS: TestConfigList (2.94s) [2022-04-20T10:30:22.117Z] === RUN TestConfigsCreateAndDelete [2022-04-20T10:30:22.879Z] 4612f6d0b889: Verifying Checksum [2022-04-20T10:30:22.880Z] 4612f6d0b889: Download complete [2022-04-20T10:30:24.646Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-04-20T10:30:24.906Z] --- PASS: TestConfigsCreateAndDelete (2.79s) [2022-04-20T10:30:24.906Z] === RUN TestConfigsUpdate [2022-04-20T10:30:26.808Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-04-20T10:30:27.742Z] --- PASS: TestConfigsUpdate (2.60s) [2022-04-20T10:30:27.742Z] === RUN TestTemplatedConfig [2022-04-20T10:30:30.178Z] === RUN TestCheckpointCreateError [2022-04-20T10:30:30.178Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCheckpointCreate [2022-04-20T10:30:30.178Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCheckpointDeleteError [2022-04-20T10:30:30.178Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCheckpointDelete [2022-04-20T10:30:30.178Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCheckpointListError [2022-04-20T10:30:30.178Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCheckpointList [2022-04-20T10:30:30.178Z] --- PASS: TestCheckpointList (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCheckpointListContainerNotFound [2022-04-20T10:30:30.178Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNewClientWithOpsFromEnv [2022-04-20T10:30:30.178Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-20T10:30:30.178Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestGetAPIPath [2022-04-20T10:30:30.178Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestParseHostURL [2022-04-20T10:30:30.178Z] --- PASS: TestParseHostURL (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-20T10:30:30.178Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersion [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPVersionOverride [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-20T10:30:30.178Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestClientRedirect [2022-04-20T10:30:30.178Z] === RUN TestClientRedirect/GET [2022-04-20T10:30:30.178Z] === RUN TestClientRedirect/POST [2022-04-20T10:30:30.178Z] === RUN TestClientRedirect/PUT [2022-04-20T10:30:30.178Z] === RUN TestClientRedirect/DELETE [2022-04-20T10:30:30.178Z] --- PASS: TestClientRedirect (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-20T10:30:30.178Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigCreateUnsupported [2022-04-20T10:30:30.178Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigCreateError [2022-04-20T10:30:30.178Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigCreate [2022-04-20T10:30:30.178Z] --- PASS: TestConfigCreate (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigInspectNotFound [2022-04-20T10:30:30.178Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigInspectWithEmptyID [2022-04-20T10:30:30.178Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigInspectUnsupported [2022-04-20T10:30:30.178Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigInspectError [2022-04-20T10:30:30.178Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigInspectConfigNotFound [2022-04-20T10:30:30.178Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigInspect [2022-04-20T10:30:30.178Z] --- PASS: TestConfigInspect (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigListUnsupported [2022-04-20T10:30:30.178Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigListError [2022-04-20T10:30:30.178Z] --- PASS: TestConfigListError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigList [2022-04-20T10:30:30.178Z] --- PASS: TestConfigList (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigRemoveUnsupported [2022-04-20T10:30:30.178Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigRemoveError [2022-04-20T10:30:30.178Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigRemove [2022-04-20T10:30:30.178Z] --- PASS: TestConfigRemove (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigUpdateUnsupported [2022-04-20T10:30:30.178Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigUpdateError [2022-04-20T10:30:30.178Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestConfigUpdate [2022-04-20T10:30:30.178Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerCommitError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerCommit [2022-04-20T10:30:30.178Z] --- PASS: TestContainerCommit (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerStatPathError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerStatPathNotFoundError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerStatPathNoHeaderError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerStatPath [2022-04-20T10:30:30.178Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyToContainerError [2022-04-20T10:30:30.178Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyToContainerNotFoundError [2022-04-20T10:30:30.178Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyToContainerNotStatusOKError [2022-04-20T10:30:30.178Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyToContainer [2022-04-20T10:30:30.178Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyFromContainerError [2022-04-20T10:30:30.178Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyFromContainerNotFoundError [2022-04-20T10:30:30.178Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyFromContainerNotStatusOKError [2022-04-20T10:30:30.178Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-20T10:30:30.178Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestCopyFromContainer [2022-04-20T10:30:30.178Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerCreateError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerCreateImageNotFound [2022-04-20T10:30:30.178Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerCreateWithName [2022-04-20T10:30:30.178Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerCreateAutoRemove [2022-04-20T10:30:30.178Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerDiffError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerDiff [2022-04-20T10:30:30.178Z] --- PASS: TestContainerDiff (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExecCreateError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExecCreate [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExecStartError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExecStart [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExecInspectError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExecInspect [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExportError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExportError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerExport [2022-04-20T10:30:30.178Z] --- PASS: TestContainerExport (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerInspectError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerInspectContainerNotFound [2022-04-20T10:30:30.178Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerInspectWithEmptyID [2022-04-20T10:30:30.178Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerInspect [2022-04-20T10:30:30.178Z] --- PASS: TestContainerInspect (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerInspectNode [2022-04-20T10:30:30.178Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerKillError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerKillError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerKill [2022-04-20T10:30:30.178Z] --- PASS: TestContainerKill (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerListError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerListError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerList [2022-04-20T10:30:30.178Z] --- PASS: TestContainerList (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerLogsNotFoundError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerLogsError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerLogs [2022-04-20T10:30:30.178Z] --- PASS: TestContainerLogs (0.18s) [2022-04-20T10:30:30.178Z] === RUN TestContainerPauseError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerPause [2022-04-20T10:30:30.178Z] --- PASS: TestContainerPause (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainersPruneError [2022-04-20T10:30:30.178Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainersPrune [2022-04-20T10:30:30.178Z] --- PASS: TestContainersPrune (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerRemoveError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerRemoveNotFoundError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerRemove [2022-04-20T10:30:30.178Z] --- PASS: TestContainerRemove (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerRenameError [2022-04-20T10:30:30.178Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-20T10:30:30.178Z] === RUN TestContainerRename [2022-04-20T10:30:30.179Z] --- PASS: TestContainerRename (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerResizeError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerExecResizeError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerResize [2022-04-20T10:30:30.179Z] --- PASS: TestContainerResize (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerExecResize [2022-04-20T10:30:30.179Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerRestartError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerRestart [2022-04-20T10:30:30.179Z] --- PASS: TestContainerRestart (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerStartError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerStartError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerStart [2022-04-20T10:30:30.179Z] --- PASS: TestContainerStart (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerStatsError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerStats [2022-04-20T10:30:30.179Z] --- PASS: TestContainerStats (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerStopError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerStopError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerStop [2022-04-20T10:30:30.179Z] --- PASS: TestContainerStop (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerTopError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerTopError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerTop [2022-04-20T10:30:30.179Z] --- PASS: TestContainerTop (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerUnpauseError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerUnpause [2022-04-20T10:30:30.179Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerUpdateError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerUpdate [2022-04-20T10:30:30.179Z] --- PASS: TestContainerUpdate (0.02s) [2022-04-20T10:30:30.179Z] === RUN TestContainerWaitError [2022-04-20T10:30:30.179Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestContainerWait [2022-04-20T10:30:30.179Z] --- PASS: TestContainerWait (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestDiskUsageError [2022-04-20T10:30:30.179Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestDiskUsage [2022-04-20T10:30:30.179Z] --- PASS: TestDiskUsage (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestDistributionInspectUnsupported [2022-04-20T10:30:30.179Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestDistributionInspectWithEmptyID [2022-04-20T10:30:30.179Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestEventsErrorInOptions [2022-04-20T10:30:30.179Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestEventsErrorFromServer [2022-04-20T10:30:30.179Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestEvents [2022-04-20T10:30:30.179Z] --- PASS: TestEvents (0.01s) [2022-04-20T10:30:30.179Z] === RUN TestTLSCloseWriter [2022-04-20T10:30:30.179Z] === PAUSE TestTLSCloseWriter [2022-04-20T10:30:30.179Z] === RUN TestImageBuildError [2022-04-20T10:30:30.179Z] --- PASS: TestImageBuildError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageBuild [2022-04-20T10:30:30.179Z] --- PASS: TestImageBuild (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestGetDockerOS [2022-04-20T10:30:30.179Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageCreateError [2022-04-20T10:30:30.179Z] --- PASS: TestImageCreateError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageCreate [2022-04-20T10:30:30.179Z] --- PASS: TestImageCreate (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageHistoryError [2022-04-20T10:30:30.179Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageHistory [2022-04-20T10:30:30.179Z] --- PASS: TestImageHistory (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageImportError [2022-04-20T10:30:30.179Z] --- PASS: TestImageImportError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageImport [2022-04-20T10:30:30.179Z] --- PASS: TestImageImport (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageInspectError [2022-04-20T10:30:30.179Z] --- PASS: TestImageInspectError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageInspectImageNotFound [2022-04-20T10:30:30.179Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageInspectWithEmptyID [2022-04-20T10:30:30.179Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageInspect [2022-04-20T10:30:30.179Z] --- PASS: TestImageInspect (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageListError [2022-04-20T10:30:30.179Z] --- PASS: TestImageListError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageList [2022-04-20T10:30:30.179Z] --- PASS: TestImageList (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageListApiBefore125 [2022-04-20T10:30:30.179Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageLoadError [2022-04-20T10:30:30.179Z] --- PASS: TestImageLoadError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageLoad [2022-04-20T10:30:30.179Z] --- PASS: TestImageLoad (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagesPruneError [2022-04-20T10:30:30.179Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagesPrune [2022-04-20T10:30:30.179Z] --- PASS: TestImagesPrune (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePullReferenceParseError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePullAnyError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePullWithoutErrors [2022-04-20T10:30:30.179Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePushReferenceError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePushAnyError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithoutErrors [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-20T10:30:30.179Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageRemoveError [2022-04-20T10:30:30.179Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageRemoveImageNotFound [2022-04-20T10:30:30.179Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageRemove [2022-04-20T10:30:30.179Z] --- PASS: TestImageRemove (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSaveError [2022-04-20T10:30:30.179Z] --- PASS: TestImageSaveError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSave [2022-04-20T10:30:30.179Z] --- PASS: TestImageSave (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSearchAnyError [2022-04-20T10:30:30.179Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-20T10:30:30.179Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:30:30.179Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:30:30.179Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-20T10:30:30.179Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageSearchWithoutErrors [2022-04-20T10:30:30.179Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageTagError [2022-04-20T10:30:30.179Z] --- PASS: TestImageTagError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageTagInvalidReference [2022-04-20T10:30:30.179Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageTagInvalidSourceImageName [2022-04-20T10:30:30.179Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageTagHexSource [2022-04-20T10:30:30.179Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestImageTag [2022-04-20T10:30:30.179Z] --- PASS: TestImageTag (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestInfoServerError [2022-04-20T10:30:30.179Z] --- PASS: TestInfoServerError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestInfoInvalidResponseJSONError [2022-04-20T10:30:30.179Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestInfo [2022-04-20T10:30:30.179Z] --- PASS: TestInfo (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkConnectError [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkConnect [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkCreateError [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkCreate [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkDisconnectError [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkDisconnect [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkInspect [2022-04-20T10:30:30.179Z] === RUN TestNetworkInspect/empty_ID [2022-04-20T10:30:30.179Z] === RUN TestNetworkInspect/no_options [2022-04-20T10:30:30.179Z] === RUN TestNetworkInspect/verbose [2022-04-20T10:30:30.179Z] === RUN TestNetworkInspect/global_scope [2022-04-20T10:30:30.179Z] === RUN TestNetworkInspect/unknown_network [2022-04-20T10:30:30.179Z] === RUN TestNetworkInspect/server_error [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkListError [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkListError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkList [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkList (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworksPruneError [2022-04-20T10:30:30.179Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworksPrune [2022-04-20T10:30:30.179Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkRemoveError [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNetworkRemove [2022-04-20T10:30:30.179Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeInspectError [2022-04-20T10:30:30.179Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeInspectNodeNotFound [2022-04-20T10:30:30.179Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeInspectWithEmptyID [2022-04-20T10:30:30.179Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeInspect [2022-04-20T10:30:30.179Z] --- PASS: TestNodeInspect (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeListError [2022-04-20T10:30:30.179Z] --- PASS: TestNodeListError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeList [2022-04-20T10:30:30.179Z] --- PASS: TestNodeList (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeRemoveError [2022-04-20T10:30:30.179Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeRemove [2022-04-20T10:30:30.179Z] --- PASS: TestNodeRemove (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeUpdateError [2022-04-20T10:30:30.179Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestNodeUpdate [2022-04-20T10:30:30.179Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestOptionWithHostFromEnv [2022-04-20T10:30:30.179Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestOptionWithTimeout [2022-04-20T10:30:30.179Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestOptionWithVersionFromEnv [2022-04-20T10:30:30.179Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPingFail [2022-04-20T10:30:30.179Z] --- PASS: TestPingFail (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPingWithError [2022-04-20T10:30:30.179Z] 2022/04/20 10:30:28 RoundTripper returned a response & error; ignoring response [2022-04-20T10:30:30.179Z] 2022/04/20 10:30:28 RoundTripper returned a response & error; ignoring response [2022-04-20T10:30:30.179Z] --- PASS: TestPingWithError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPingSuccess [2022-04-20T10:30:30.179Z] --- PASS: TestPingSuccess (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPingHeadFallback [2022-04-20T10:30:30.179Z] === RUN TestPingHeadFallback/OK [2022-04-20T10:30:30.179Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-20T10:30:30.179Z] === RUN TestPingHeadFallback/Not_Found [2022-04-20T10:30:30.179Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-20T10:30:30.179Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-20T10:30:30.179Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginDisableError [2022-04-20T10:30:30.179Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginDisable [2022-04-20T10:30:30.179Z] --- PASS: TestPluginDisable (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginEnableError [2022-04-20T10:30:30.179Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginEnable [2022-04-20T10:30:30.179Z] --- PASS: TestPluginEnable (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginInspectError [2022-04-20T10:30:30.179Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginInspectWithEmptyID [2022-04-20T10:30:30.179Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginInspect [2022-04-20T10:30:30.179Z] --- PASS: TestPluginInspect (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginListError [2022-04-20T10:30:30.179Z] --- PASS: TestPluginListError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginList [2022-04-20T10:30:30.179Z] --- PASS: TestPluginList (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginPushError [2022-04-20T10:30:30.179Z] --- PASS: TestPluginPushError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginPush [2022-04-20T10:30:30.179Z] --- PASS: TestPluginPush (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginRemoveError [2022-04-20T10:30:30.179Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginRemove [2022-04-20T10:30:30.179Z] --- PASS: TestPluginRemove (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginSetError [2022-04-20T10:30:30.179Z] --- PASS: TestPluginSetError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPluginSet [2022-04-20T10:30:30.179Z] --- PASS: TestPluginSet (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSetHostHeader [2022-04-20T10:30:30.179Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestPlainTextError [2022-04-20T10:30:30.179Z] --- PASS: TestPlainTextError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestInfiniteError [2022-04-20T10:30:30.179Z] --- PASS: TestInfiniteError (0.03s) [2022-04-20T10:30:30.179Z] === RUN TestCanceledContext [2022-04-20T10:30:30.179Z] 2022/04/20 10:30:28 RoundTripper returned a response & error; ignoring response [2022-04-20T10:30:30.179Z] --- PASS: TestCanceledContext (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestDeadlineExceededContext [2022-04-20T10:30:30.179Z] 2022/04/20 10:30:28 RoundTripper returned a response & error; ignoring response [2022-04-20T10:30:30.179Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretCreateUnsupported [2022-04-20T10:30:30.179Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretCreateError [2022-04-20T10:30:30.179Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretCreate [2022-04-20T10:30:30.179Z] --- PASS: TestSecretCreate (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretInspectUnsupported [2022-04-20T10:30:30.179Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretInspectError [2022-04-20T10:30:30.179Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretInspectSecretNotFound [2022-04-20T10:30:30.179Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretInspectWithEmptyID [2022-04-20T10:30:30.179Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretInspect [2022-04-20T10:30:30.179Z] --- PASS: TestSecretInspect (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretListUnsupported [2022-04-20T10:30:30.179Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretListError [2022-04-20T10:30:30.179Z] --- PASS: TestSecretListError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretList [2022-04-20T10:30:30.179Z] --- PASS: TestSecretList (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretRemoveUnsupported [2022-04-20T10:30:30.179Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretRemoveError [2022-04-20T10:30:30.179Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretRemove [2022-04-20T10:30:30.179Z] --- PASS: TestSecretRemove (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretUpdateUnsupported [2022-04-20T10:30:30.179Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretUpdateError [2022-04-20T10:30:30.179Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestSecretUpdate [2022-04-20T10:30:30.179Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceCreateError [2022-04-20T10:30:30.179Z] --- PASS: TestServiceCreateError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceCreate [2022-04-20T10:30:30.179Z] --- PASS: TestServiceCreate (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-20T10:30:30.179Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceCreateDigestPinning [2022-04-20T10:30:30.179Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceInspectError [2022-04-20T10:30:30.179Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceInspectServiceNotFound [2022-04-20T10:30:30.179Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceInspectWithEmptyID [2022-04-20T10:30:30.179Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceInspect [2022-04-20T10:30:30.179Z] --- PASS: TestServiceInspect (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceListError [2022-04-20T10:30:30.179Z] --- PASS: TestServiceListError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceList [2022-04-20T10:30:30.179Z] --- PASS: TestServiceList (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceLogsError [2022-04-20T10:30:30.179Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceLogs [2022-04-20T10:30:30.179Z] --- PASS: TestServiceLogs (0.00s) [2022-04-20T10:30:30.179Z] === RUN TestServiceRemoveError [2022-04-20T10:30:30.180Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestServiceRemoveNotFoundError [2022-04-20T10:30:30.180Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestServiceRemove [2022-04-20T10:30:30.180Z] --- PASS: TestServiceRemove (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestServiceUpdateError [2022-04-20T10:30:30.180Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestServiceUpdate [2022-04-20T10:30:30.180Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmGetUnlockKeyError [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmGetUnlockKey [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmInitError [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmInit [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmInit (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmInspectError [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmInspect [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmJoinError [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmJoin [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmLeaveError [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmLeave [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmUnlockError [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmUnlock [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmUpdateError [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestSwarmUpdate [2022-04-20T10:30:30.180Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestTaskInspectError [2022-04-20T10:30:30.180Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestTaskInspectWithEmptyID [2022-04-20T10:30:30.180Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestTaskInspect [2022-04-20T10:30:30.180Z] --- PASS: TestTaskInspect (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestTaskListError [2022-04-20T10:30:30.180Z] --- PASS: TestTaskListError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestTaskList [2022-04-20T10:30:30.180Z] --- PASS: TestTaskList (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeCreateError [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeCreate [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeInspectError [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeInspectNotFound [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeInspectWithEmptyID [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeInspect [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeListError [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeListError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeList [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeList (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeRemoveError [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-20T10:30:30.180Z] === RUN TestVolumeRemove [2022-04-20T10:30:30.180Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-20T10:30:30.180Z] === CONT TestTLSCloseWriter [2022-04-20T10:30:30.180Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-04-20T10:30:30.180Z] PASS [2022-04-20T10:30:30.180Z] coverage: 75.1% of statements [2022-04-20T10:30:30.180Z] ok github.com/docker/docker/client 0.429s coverage: 75.1% of statements [2022-04-20T10:30:30.273Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-04-20T10:30:31.208Z] --- PASS: TestTemplatedConfig (3.46s) [2022-04-20T10:30:31.208Z] === RUN TestConfigCreateResolve [2022-04-20T10:30:33.113Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-04-20T10:30:34.048Z] --- PASS: TestConfigCreateResolve (2.79s) [2022-04-20T10:30:34.048Z] PASS [2022-04-20T10:30:34.048Z] [2022-04-20T10:30:34.048Z] DONE 6 tests in 17.765s [2022-04-20T10:30:34.048Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-20T10:30:34.048Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:30:34.048Z] ++ set -e [2022-04-20T10:30:34.048Z] ++ '[' -n 0 ']' [2022-04-20T10:30:34.048Z] ++ set -x [2022-04-20T10:30:34.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:30:34.048Z] INFO: Testing against a local daemon [2022-04-20T10:30:34.048Z] === RUN TestCheckpoint [2022-04-20T10:30:34.048Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:30:34.048Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/commit [2022-04-20T10:30:34.048Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-20T10:30:34.048Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:30:34.048Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:30:34.048Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:30:34.048Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:30:34.048Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:30:34.048Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:30:34.048Z] === CONT TestContainerInvalidJSON/commit [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-20T10:30:34.048Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-20T10:30:34.048Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-20T10:30:34.048Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-20T10:30:34.048Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-20T10:30:34.307Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-20T10:30:34.307Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-20T10:30:34.307Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-20T10:30:34.307Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-20T10:30:34.307Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-20T10:30:34.307Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-20T10:30:34.307Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-04-20T10:30:34.307Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-20T10:30:34.307Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2022-04-20T10:30:34.307Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-20T10:30:34.307Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-04-20T10:30:34.307Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-20T10:30:34.565Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-04-20T10:30:34.565Z] === RUN TestCopyFromContainer [2022-04-20T10:30:35.132Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-04-20T10:30:36.070Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-20T10:30:36.070Z] === RUN TestCopyFromContainer// [2022-04-20T10:30:36.070Z] === RUN TestCopyFromContainer//bar/root [2022-04-20T10:30:36.329Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-20T10:30:36.329Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-20T10:30:36.329Z] === RUN TestCopyFromContainer/bar/quux [2022-04-20T10:30:36.588Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-04-20T10:30:36.588Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-20T10:30:36.588Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-20T10:30:36.846Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-20T10:30:36.846Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-20T10:30:36.846Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-20T10:30:37.105Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer (2.79s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer// (0.15s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2022-04-20T10:30:37.363Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-04-20T10:30:37.363Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-20T10:30:37.363Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:30:37.363Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:30:37.363Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:30:37.363Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:30:37.363Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:30:37.363Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:30:37.363Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:30:37.363Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:30:37.363Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:30:37.363Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-04-20T10:30:37.363Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-20T10:30:37.363Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-20T10:30:37.363Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-20T10:30:37.363Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-20T10:30:37.363Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-04-20T10:30:37.363Z] === RUN TestCreateWithInvalidEnv [2022-04-20T10:30:37.363Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-20T10:30:37.363Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-20T10:30:37.363Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-20T10:30:37.363Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-20T10:30:37.363Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-20T10:30:37.363Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-20T10:30:37.363Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-20T10:30:37.363Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-20T10:30:37.363Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-20T10:30:37.363Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-04-20T10:30:37.363Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-20T10:30:37.363Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-20T10:30:37.363Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-20T10:30:37.363Z] === RUN TestCreateTmpfsMountsTarget [2022-04-20T10:30:37.363Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-04-20T10:30:37.363Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-20T10:30:37.932Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-20T10:30:38.190Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-20T10:30:38.758Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/networkdb 103.479s coverage: 60.0% of statements [2022-04-20T10:30:38.823Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/osl 4.490s coverage: 39.7% of statements [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/portallocator 0.006s coverage: 86.1% of statements [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/portmapper 0.207s coverage: 48.6% of statements [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-04-20T10:30:38.823Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-20T10:30:38.823Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-04-20T10:30:38.823Z] [2022-04-20T10:30:38.823Z] === Skipped [2022-04-20T10:30:38.823Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-04-20T10:30:38.823Z] firewalld_test.go:14: firewalld is not running [2022-04-20T10:30:38.823Z] [2022-04-20T10:30:38.823Z] DONE 326 tests, 1 skipped in 199.609s Post stage [Pipeline] junit [2022-04-20T10:30:38.835Z] Recording test results [2022-04-20T10:30:39.000Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2022-04-20T10:30:39.016Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-04-20T10:30:39.323Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43501/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0bcdfd6509af3af461190eca74a72c4faa8aaa19 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0bcdfd6509af3af461190eca74a72c4faa8aaa19 hack/validate/vendor [2022-04-20T10:30:39.583Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s) [2022-04-20T10:30:39.583Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-20T10:30:39.888Z] No vendor changes in diff. [2022-04-20T10:30:39.888Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-04-20T10:30:40.149Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-20T10:30:40.453Z] + echo Ensuring container killed. [2022-04-20T10:30:40.453Z] Ensuring container killed. [2022-04-20T10:30:40.453Z] + docker rm -vf docker-pr3 [2022-04-20T10:30:40.453Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-04-20T10:30:40.716Z] check_test.go:308: [d4be20fa1de46] daemon is not started [2022-04-20T10:30:40.716Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-04-20T10:30:40.730Z] + echo Chowning /workspace to jenkins user [2022-04-20T10:30:40.730Z] Chowning /workspace to jenkins user [2022-04-20T10:30:40.730Z] + id -u [2022-04-20T10:30:40.730Z] + id -g [2022-04-20T10:30:40.730Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43501:/workspace busybox chown -R 1000:1000 /workspace [2022-04-20T10:30:41.284Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-20T10:30:41.590Z] + bundleName=unit [2022-04-20T10:30:41.590Z] + echo Creating unit-bundles.tar.gz [2022-04-20T10:30:41.590Z] Creating unit-bundles.tar.gz [2022-04-20T10:30:41.590Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-04-20T10:30:41.590Z] bundles/junit-report-libnetwork.xml [2022-04-20T10:30:41.590Z] bundles/junit-report.xml [2022-04-20T10:30:41.590Z] bundles/go-test-report-libnetwork.json [2022-04-20T10:30:41.590Z] bundles/go-test-report.json [2022-04-20T10:30:41.590Z] bundles/profile-libnetwork.out [2022-04-20T10:30:41.590Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-04-20T10:30:41.602Z] Archiving artifacts [2022-04-20T10:30:41.851Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.14s) [2022-04-20T10:30:41.851Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-20T10:30:41.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:30:41.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:30:41.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:30:41.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:30:41.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:30:41.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:30:41.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:30:41.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:30:41.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:30:41.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:30:41.851Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:30:41.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:30:41.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:30:41.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:30:41.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:30:41.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-04-20T10:30:41.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2022-04-20T10:30:41.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-04-20T10:30:41.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-04-20T10:30:41.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-04-20T10:30:41.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-20T10:30:41.852Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-20T10:30:41.964Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T10:30:42.280Z] + make clean [2022-04-20T10:30:42.280Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T10:30:42.280Z] docker-dev-cache [2022-04-20T10:30:42.280Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-20T10:30:42.786Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2022-04-20T10:30:42.786Z] === RUN TestCreateDifferentPlatform [2022-04-20T10:30:42.786Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-20T10:30:42.786Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-20T10:30:42.786Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-20T10:30:42.786Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-20T10:30:42.786Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-20T10:30:42.786Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-20T10:30:42.786Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-04-20T10:30:42.786Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-20T10:30:42.786Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-04-20T10:30:42.786Z] === RUN TestContainerStartOnDaemonRestart [2022-04-20T10:30:42.786Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-20T10:30:42.786Z] === RUN TestDaemonRestartIpcMode [2022-04-20T10:30:42.786Z] === PAUSE TestDaemonRestartIpcMode [2022-04-20T10:30:42.786Z] === RUN TestDaemonHostGatewayIP [2022-04-20T10:30:42.786Z] === PAUSE TestDaemonHostGatewayIP [2022-04-20T10:30:42.786Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-20T10:30:42.786Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-20T10:30:42.786Z] === RUN TestContainerKillOnDaemonStart [2022-04-20T10:30:42.786Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-20T10:30:42.786Z] === RUN TestDiff [2022-04-20T10:30:43.045Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-04-20T10:30:43.045Z] --- PASS: TestDiff (0.45s) [2022-04-20T10:30:43.045Z] === RUN TestExecWithCloseStdin [2022-04-20T10:30:43.980Z] --- PASS: TestExecWithCloseStdin (0.66s) [2022-04-20T10:30:43.980Z] === RUN TestExec [2022-04-20T10:30:43.980Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-20T10:30:44.548Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-04-20T10:30:44.548Z] --- PASS: TestExec (0.85s) [2022-04-20T10:30:44.548Z] === RUN TestExecUser [2022-04-20T10:30:44.806Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-20T10:30:45.130Z] --- PASS: TestCheckoutGit (31.02s) [2022-04-20T10:30:45.130Z] === RUN TestValidGitTransport [2022-04-20T10:30:45.130Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-20T10:30:45.130Z] === RUN TestGitInvalidRef [2022-04-20T10:30:45.373Z] --- PASS: TestExecUser (0.81s) [2022-04-20T10:30:45.373Z] === RUN TestExportContainerAndImportImage [2022-04-20T10:30:45.600Z] --- PASS: TestGitInvalidRef (0.29s) [2022-04-20T10:30:45.600Z] PASS [2022-04-20T10:30:45.600Z] coverage: 86.3% of statements [2022-04-20T10:30:45.600Z] ok github.com/docker/docker/builder/remotecontext/git 31.393s coverage: 86.3% of statements [2022-04-20T10:30:46.587Z] ? github.com/docker/docker/cli [no test files] [2022-04-20T10:30:46.587Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-20T10:30:46.748Z] --- PASS: TestExportContainerAndImportImage (1.13s) [2022-04-20T10:30:46.748Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-20T10:30:46.748Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-04-20T10:30:48.125Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s) [2022-04-20T10:30:48.125Z] === RUN TestHealthCheckWorkdir [2022-04-20T10:30:49.059Z] --- PASS: TestHealthCheckWorkdir (0.84s) [2022-04-20T10:30:49.059Z] === RUN TestHealthKillContainer [2022-04-20T10:30:50.433Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-04-20T10:30:50.692Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-20T10:30:53.221Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-20T10:30:53.221Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-20T10:30:54.156Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-04-20T10:30:54.156Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-20T10:30:54.414Z] check_test.go:308: [d9d1405fd0b12] daemon is not started [2022-04-20T10:30:54.415Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-04-20T10:30:54.982Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-20T10:30:55.259Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestConfigureDaemonLogs [2022-04-20T10:30:55.259Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestCommonOptionsInstallFlags [2022-04-20T10:30:55.259Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-20T10:30:55.259Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-20T10:30:55.259Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-20T10:30:55.259Z] PASS [2022-04-20T10:30:55.259Z] coverage: 19.0% of statements [2022-04-20T10:30:55.259Z] ok github.com/docker/docker/cmd/dockerd 0.215s coverage: 19.0% of statements [2022-04-20T10:30:55.259Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-20T10:30:55.259Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-20T10:30:55.549Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-04-20T10:30:56.116Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-04-20T10:30:56.686Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-20T10:30:56.824Z] === RUN TestContainerStopSignal [2022-04-20T10:30:56.824Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestContainerStopTimeout [2022-04-20T10:30:56.824Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-20T10:30:56.824Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-20T10:30:56.824Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-20T10:30:56.824Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestReplaceAndAppendEnvVars [2022-04-20T10:30:56.824Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-20T10:30:56.824Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestNewMemoryStore [2022-04-20T10:30:56.824Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestAddContainers [2022-04-20T10:30:56.824Z] --- PASS: TestAddContainers (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestGetContainer [2022-04-20T10:30:56.824Z] --- PASS: TestGetContainer (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestDeleteContainer [2022-04-20T10:30:56.824Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestListContainers [2022-04-20T10:30:56.824Z] --- PASS: TestListContainers (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestFirstContainer [2022-04-20T10:30:56.824Z] --- PASS: TestFirstContainer (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestApplyAllContainer [2022-04-20T10:30:56.824Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestIsValidHealthString [2022-04-20T10:30:56.824Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestStateRunStop [2022-04-20T10:30:56.824Z] --- PASS: TestStateRunStop (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestStateTimeoutWait [2022-04-20T10:30:56.824Z] state_test.go:141: Stop callback fired [2022-04-20T10:30:56.824Z] state_test.go:165: Stop callback fired [2022-04-20T10:30:56.824Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-20T10:30:56.824Z] === RUN TestIsValidStateString [2022-04-20T10:30:56.824Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestViewSaveDelete [2022-04-20T10:30:56.824Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-20T10:30:56.824Z] === RUN TestViewAll [2022-04-20T10:30:56.824Z] --- PASS: TestViewAll (0.01s) [2022-04-20T10:30:56.824Z] === RUN TestViewGet [2022-04-20T10:30:56.824Z] --- PASS: TestViewGet (0.01s) [2022-04-20T10:30:56.824Z] === RUN TestNames [2022-04-20T10:30:56.824Z] --- PASS: TestNames (0.00s) [2022-04-20T10:30:56.824Z] === RUN TestViewWithHealthCheck [2022-04-20T10:30:56.824Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-20T10:30:56.824Z] PASS [2022-04-20T10:30:56.824Z] coverage: 41.7% of statements [2022-04-20T10:30:56.824Z] ok github.com/docker/docker/container 0.234s coverage: 41.7% of statements [2022-04-20T10:30:57.253Z] --- PASS: TestHealthKillContainer (8.40s) [2022-04-20T10:30:57.253Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-20T10:30:57.300Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-20T10:30:57.300Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-20T10:30:57.300Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-20T10:30:57.300Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-20T10:30:57.769Z] === RUN TestPrepare [2022-04-20T10:30:57.769Z] --- PASS: TestPrepare (0.00s) [2022-04-20T10:30:57.769Z] === RUN TestStart [2022-04-20T10:30:57.769Z] --- PASS: TestStart (0.00s) [2022-04-20T10:30:57.769Z] === RUN TestWaitCancel [2022-04-20T10:30:57.769Z] --- PASS: TestWaitCancel (0.00s) [2022-04-20T10:30:57.769Z] === RUN TestWaitDisabled [2022-04-20T10:30:57.769Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-20T10:30:57.769Z] === RUN TestWaitEnabled [2022-04-20T10:30:57.769Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-20T10:30:57.769Z] === RUN TestRemove [2022-04-20T10:30:57.769Z] --- PASS: TestRemove (0.00s) [2022-04-20T10:30:57.769Z] PASS [2022-04-20T10:30:57.769Z] coverage: 65.3% of statements [2022-04-20T10:30:57.769Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.066s coverage: 65.3% of statements [2022-04-20T10:30:57.820Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-20T10:30:58.079Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2022-04-20T10:30:58.079Z] === RUN TestIpcModeNone [2022-04-20T10:30:58.646Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-20T10:30:58.905Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-04-20T10:30:58.905Z] --- PASS: TestIpcModeNone (0.87s) [2022-04-20T10:30:58.905Z] === RUN TestIpcModePrivate [2022-04-20T10:30:59.472Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2022-04-20T10:30:59.731Z] --- PASS: TestIpcModePrivate (0.78s) [2022-04-20T10:30:59.731Z] === RUN TestIpcModeShareable [2022-04-20T10:31:00.708Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-04-20T10:31:00.708Z] --- PASS: TestIpcModeShareable (0.95s) [2022-04-20T10:31:00.708Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-20T10:31:01.562Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-20T10:31:01.562Z] === RUN TestNewListSecretsFilters [2022-04-20T10:31:01.562Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestNewListConfigsFilters [2022-04-20T10:31:01.562Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-20T10:31:01.562Z] PASS [2022-04-20T10:31:01.562Z] coverage: 0.5% of statements [2022-04-20T10:31:01.562Z] ok github.com/docker/docker/daemon/cluster 1.344s coverage: 0.5% of statements [2022-04-20T10:31:01.562Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-20T10:31:01.562Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-20T10:31:01.562Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-20T10:31:01.562Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-20T10:31:01.562Z] PASS [2022-04-20T10:31:01.562Z] coverage: 35.9% of statements [2022-04-20T10:31:01.562Z] ok github.com/docker/docker/daemon/cluster/convert 0.729s coverage: 35.9% of statements [2022-04-20T10:31:01.676Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-20T10:31:03.055Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.16s) [2022-04-20T10:31:03.055Z] === RUN TestAPIIpcModeHost [2022-04-20T10:31:03.622Z] --- PASS: TestAPIIpcModeHost (0.54s) [2022-04-20T10:31:03.622Z] === RUN TestDaemonIpcModeShareable [2022-04-20T10:31:03.783Z] === RUN TestBuilderGC [2022-04-20T10:31:03.783Z] --- PASS: TestBuilderGC (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationNotFound [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonBrokenConfiguration [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestFindConfigurationConflicts [2022-04-20T10:31:03.783Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-20T10:31:03.783Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-20T10:31:03.783Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-20T10:31:03.783Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-20T10:31:03.783Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_label [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_dns [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-20T10:31:03.783Z] === RUN TestValidateConfiguration/with_hosts [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration (0.01s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-20T10:31:03.783Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestReloadSetConfigFileNotExist [2022-04-20T10:31:03.783Z] === RUN TestWaitNodeAttachment [2022-04-20T10:31:03.783Z] time="2022-04-20T10:31:03Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-20T10:31:03.783Z] --- PASS: TestReloadSetConfigFileNotExist (0.20s) [2022-04-20T10:31:03.783Z] === RUN TestReloadDefaultConfigNotExist [2022-04-20T10:31:03.783Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:31:03.783Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestReloadBadDefaultConfig [2022-04-20T10:31:03.783Z] time="2022-04-20T10:31:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-433577922" [2022-04-20T10:31:03.783Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestReloadWithConflictingLabels [2022-04-20T10:31:03.783Z] time="2022-04-20T10:31:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-609008586" [2022-04-20T10:31:03.783Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestReloadWithDuplicateLabels [2022-04-20T10:31:03.783Z] time="2022-04-20T10:31:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-530705672" [2022-04-20T10:31:03.783Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestMaskURLCredentials [2022-04-20T10:31:03.783Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-20T10:31:03.783Z] === RUN TestDaemonConfigurationMerge [2022-04-20T10:31:03.783Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-20T10:31:03.783Z] PASS [2022-04-20T10:31:03.783Z] coverage: 79.5% of statements [2022-04-20T10:31:03.783Z] ok github.com/docker/docker/daemon/config 0.318s coverage: 79.5% of statements [2022-04-20T10:31:03.881Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-04-20T10:31:04.253Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-04-20T10:31:04.253Z] === RUN TestIsolationConversion [2022-04-20T10:31:04.253Z] === RUN TestIsolationConversion/default [2022-04-20T10:31:04.253Z] === RUN TestIsolationConversion/process [2022-04-20T10:31:04.253Z] === RUN TestIsolationConversion/hyperv [2022-04-20T10:31:04.253Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-20T10:31:04.253Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-20T10:31:04.253Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-20T10:31:04.253Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-20T10:31:04.253Z] === RUN TestContainerLabels [2022-04-20T10:31:04.253Z] --- PASS: TestContainerLabels (0.00s) [2022-04-20T10:31:04.253Z] === RUN TestCredentialSpecConversion [2022-04-20T10:31:04.253Z] === RUN TestCredentialSpecConversion/none [2022-04-20T10:31:04.253Z] === RUN TestCredentialSpecConversion/config [2022-04-20T10:31:04.253Z] === RUN TestCredentialSpecConversion/file [2022-04-20T10:31:04.253Z] === RUN TestCredentialSpecConversion/registry [2022-04-20T10:31:04.253Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-20T10:31:04.253Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-20T10:31:04.253Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-20T10:31:04.253Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-20T10:31:04.253Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-20T10:31:04.253Z] === RUN TestControllerValidateMountBind [2022-04-20T10:31:04.253Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-20T10:31:04.253Z] === RUN TestControllerValidateMountVolume [2022-04-20T10:31:04.253Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-20T10:31:04.253Z] === RUN TestControllerValidateMountTarget [2022-04-20T10:31:04.253Z] --- PASS: TestControllerValidateMountTarget (0.01s) [2022-04-20T10:31:04.253Z] === RUN TestControllerValidateMountTmpfs [2022-04-20T10:31:04.253Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-20T10:31:04.253Z] === RUN TestControllerValidateMountInvalidType [2022-04-20T10:31:04.253Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-20T10:31:04.253Z] === RUN TestControllerValidateMountNamedPipe [2022-04-20T10:31:04.253Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-20T10:31:04.253Z] PASS [2022-04-20T10:31:04.253Z] coverage: 11.0% of statements [2022-04-20T10:31:04.253Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.690s coverage: 11.0% of statements [2022-04-20T10:31:04.722Z] === RUN TestEventsLog [2022-04-20T10:31:04.722Z] --- PASS: TestEventsLog (0.00s) [2022-04-20T10:31:04.722Z] === RUN TestEventsLogTimeout [2022-04-20T10:31:04.722Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-20T10:31:04.722Z] === RUN TestLogEvents [2022-04-20T10:31:04.722Z] --- PASS: TestLogEvents (0.06s) [2022-04-20T10:31:04.722Z] === RUN TestLoadBufferedEvents [2022-04-20T10:31:04.722Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-04-20T10:31:04.722Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-20T10:31:04.722Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-20T10:31:04.722Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-20T10:31:04.722Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-20T10:31:04.722Z] PASS [2022-04-20T10:31:04.722Z] coverage: 50.0% of statements [2022-04-20T10:31:04.722Z] ok github.com/docker/docker/daemon/events 0.315s coverage: 50.0% of statements [2022-04-20T10:31:04.825Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-20T10:31:04.825Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2022-04-20T10:31:04.825Z] --- PASS: TestDaemonIpcModeShareable (1.45s) [2022-04-20T10:31:04.825Z] === RUN TestDaemonIpcModePrivate [2022-04-20T10:31:05.713Z] === RUN TestVerifyNetworkingConfig [2022-04-20T10:31:05.713Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestGetContainer [2022-04-20T10:31:05.713Z] --- PASS: TestGetContainer (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestValidContainerNames [2022-04-20T10:31:05.713Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestContainerInitDNS [2022-04-20T10:31:05.713Z] daemon_test.go:145: root required [2022-04-20T10:31:05.713Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestMerge [2022-04-20T10:31:05.713Z] --- PASS: TestMerge (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestValidateContainerIsolation [2022-04-20T10:31:05.713Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestFindNetworkErrorType [2022-04-20T10:31:05.713Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestEnsureServicesExist [2022-04-20T10:31:05.713Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-20T10:31:05.713Z] === RUN TestEnsureServicesExistErrors [2022-04-20T10:31:05.713Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-20T10:31:05.713Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-20T10:31:05.713Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-20T10:31:05.761Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-20T10:31:06.183Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestContainerDelete [2022-04-20T10:31:06.183Z] --- PASS: TestContainerDelete (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestContainerDoubleDelete [2022-04-20T10:31:06.183Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLogContainerEventCopyLabels [2022-04-20T10:31:06.183Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLogContainerEventWithAttributes [2022-04-20T10:31:06.183Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestNoneHealthcheck [2022-04-20T10:31:06.183Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestHealthStates [2022-04-20T10:31:06.183Z] === RUN TestIsEmptyDir [2022-04-20T10:31:06.183Z] --- PASS: TestIsEmptyDir (0.01s) [2022-04-20T10:31:06.183Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-20T10:31:06.183Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-20T10:31:06.183Z] PASS [2022-04-20T10:31:06.183Z] coverage: 2.3% of statements [2022-04-20T10:31:06.183Z] ok github.com/docker/docker/daemon/graphdriver 0.085s coverage: 2.3% of statements [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] time="2022-04-20T10:31:05Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:31:06.183Z] --- PASS: TestHealthStates (0.17s) [2022-04-20T10:31:06.183Z] === RUN TestGetInspectData [2022-04-20T10:31:06.183Z] --- PASS: TestGetInspectData (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestFillLicense [2022-04-20T10:31:06.183Z] --- PASS: TestFillLicense (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestListInvalidFilter [2022-04-20T10:31:06.183Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestNameFilter [2022-04-20T10:31:06.183Z] --- PASS: TestNameFilter (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-20T10:31:06.183Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-20T10:31:06.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-20T10:31:06.183Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-20T10:31:06.183Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestDaemonReloadLabels [2022-04-20T10:31:06.183Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-20T10:31:06.183Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestDaemonReloadMirrors [2022-04-20T10:31:06.183Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-20T10:31:06.183Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-20T10:31:06.183Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-20T10:31:06.183Z] reload_test.go:342: root required [2022-04-20T10:31:06.183Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-20T10:31:06.183Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-20T10:31:06.183Z] === RUN TestLinkNaming [2022-04-20T10:31:06.183Z] --- PASS: TestLinkNaming (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLinkNew [2022-04-20T10:31:06.183Z] --- PASS: TestLinkNew (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLinkEnv [2022-04-20T10:31:06.183Z] --- PASS: TestLinkEnv (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLinkMultipleEnv [2022-04-20T10:31:06.183Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-20T10:31:06.183Z] === RUN TestLinkPortRangeEnv [2022-04-20T10:31:06.183Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-20T10:31:06.183Z] PASS [2022-04-20T10:31:06.183Z] coverage: 93.0% of statements [2022-04-20T10:31:06.183Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-04-20T10:31:06.184Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-20T10:31:06.184Z] ok github.com/docker/docker/daemon/links 0.051s coverage: 93.0% of statements [2022-04-20T10:31:06.184Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-04-20T10:31:06.184Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-20T10:31:06.184Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-04-20T10:31:06.184Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-20T10:31:06.184Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-20T10:31:06.184Z] === RUN TestParseVolumesFrom [2022-04-20T10:31:06.184Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-20T10:31:06.184Z] PASS [2022-04-20T10:31:06.184Z] coverage: 8.8% of statements [2022-04-20T10:31:06.184Z] ok github.com/docker/docker/daemon 0.404s coverage: 8.8% of statements [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-20T10:31:06.184Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-20T10:31:06.327Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-04-20T10:31:06.328Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-04-20T10:31:06.328Z] check_test.go:308: [d8d10ffed8268] daemon is not started [2022-04-20T10:31:06.328Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-04-20T10:31:06.587Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: false, mustBeShared: false [2022-04-20T10:31:06.587Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2022-04-20T10:31:06.587Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-20T10:31:07.154Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-20T10:31:08.090Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2022-04-20T10:31:08.349Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s) [2022-04-20T10:31:08.349Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-20T10:31:08.349Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-20T10:31:08.408Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/#00 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1] [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]: [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com: [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp:// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls:// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls:/// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/:// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/something:// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/udp:// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-04-20T10:31:08.408Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-04-20T10:31:08.408Z] === RUN TestNewStreamConfig [2022-04-20T10:31:08.408Z] === RUN TestNewStreamConfig/defaults [2022-04-20T10:31:08.408Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-20T10:31:08.408Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-20T10:31:08.408Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-20T10:31:08.408Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-20T10:31:08.408Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-20T10:31:08.877Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-20T10:31:08.877Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-20T10:31:08.877Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-20T10:31:08.877Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-20T10:31:08.877Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-20T10:31:08.877Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-20T10:31:08.877Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-20T10:31:08.877Z] === RUN TestValidateLogOptAddress/unix:// [2022-04-20T10:31:08.877Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-04-20T10:31:08.877Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-20T10:31:08.877Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-20T10:31:08.877Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-20T10:31:08.877Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-04-20T10:31:08.877Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-04-20T10:31:08.878Z] PASS [2022-04-20T10:31:08.878Z] coverage: 53.6% of statements [2022-04-20T10:31:08.878Z] ok github.com/docker/docker/daemon/logger/fluentd 0.099s coverage: 53.6% of statements [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-20T10:31:08.878Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2022-04-20T10:31:08.878Z] === RUN TestCreateSuccess [2022-04-20T10:31:08.878Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCreateStreamSkipped [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-20T10:31:08.878Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCreateLogGroupSuccess [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-20T10:31:08.878Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCreateError [2022-04-20T10:31:08.878Z] --- PASS: TestCreateError (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCreateAlreadyExists [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-20T10:31:08.878Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestLogClosed [2022-04-20T10:31:08.878Z] --- PASS: TestLogClosed (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestLogBlocking [2022-04-20T10:31:08.878Z] --- PASS: TestLogBlocking (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-20T10:31:08.878Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestLogNonBlockingBufferFull [2022-04-20T10:31:08.878Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestPublishBatchSuccess [2022-04-20T10:31:08.878Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestPublishBatchError [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=error msg=error [2022-04-20T10:31:08.878Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-20T10:31:08.878Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-20T10:31:08.878Z] time="2022-04-20T10:31:08Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-20T10:31:08.878Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchSimple [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchTicker [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchMultilinePattern [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchClose [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestEffectiveLen [2022-04-20T10:31:08.878Z] === RUN TestEffectiveLen/0/Hello [2022-04-20T10:31:08.878Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-20T10:31:08.878Z] === RUN TestEffectiveLen/2/🙃 [2022-04-20T10:31:08.878Z] === RUN TestEffectiveLen/3/���� [2022-04-20T10:31:08.878Z] === RUN TestEffectiveLen/4/He��o [2022-04-20T10:31:08.878Z] === RUN TestEffectiveLen/5/ [2022-04-20T10:31:08.878Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/0/ [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/1/Hello [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: Hello [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/2/Hello [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: He [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: llo [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/3/Hello [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: Hello [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/4/🙃 [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/5/🙃 [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/6/a� [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: a [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: � [2022-04-20T10:31:08.878Z] === RUN TestFindValidSplit/7/a� [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1076: a� [2022-04-20T10:31:08.878Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestProcessEventEmoji [2022-04-20T10:31:08.878Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchLineSplit [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.02s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchMaxEvents [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-04-20T10:31:08.878Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-20T10:31:08.878Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-20T10:31:08.878Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsFormat [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-20T10:31:08.878Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-20T10:31:08.878Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCreateTagSuccess [2022-04-20T10:31:08.878Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-20T10:31:08.878Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2022-04-20T10:31:08.878Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-20T10:31:08.878Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-20T10:31:08.878Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-20T10:31:08.878Z] PASS [2022-04-20T10:31:08.878Z] coverage: 80.2% of statements [2022-04-20T10:31:08.878Z] ok github.com/docker/docker/daemon/logger/awslogs 0.449s coverage: 80.2% of statements [2022-04-20T10:31:08.878Z] === RUN TestAdapterReadLogs [2022-04-20T10:31:08.878Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCopier [2022-04-20T10:31:08.878Z] --- PASS: TestCopier (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCopierLongLines [2022-04-20T10:31:08.878Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-20T10:31:08.878Z] === RUN TestCopierSlow [2022-04-20T10:31:09.348Z] === RUN TestSearchRegistryForImagesErrors [2022-04-20T10:31:09.348Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestSearchRegistryForImages [2022-04-20T10:31:09.348Z] --- PASS: TestCopierSlow (0.20s) [2022-04-20T10:31:09.348Z] === RUN TestCopierWithSized [2022-04-20T10:31:09.348Z] === RUN TestCopierWithSized/as_is [2022-04-20T10:31:09.348Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestOnlyPlatformWithFallback [2022-04-20T10:31:09.348Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestImageDelete [2022-04-20T10:31:09.348Z] === RUN TestImageDelete/no_lease [2022-04-20T10:31:09.348Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-20T10:31:09.348Z] --- PASS: TestCopierWithSized (0.01s) [2022-04-20T10:31:09.348Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-04-20T10:31:09.348Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestCopierWithPartial [2022-04-20T10:31:09.348Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestRingLogger [2022-04-20T10:31:09.348Z] --- PASS: TestRingLogger (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestRingCap [2022-04-20T10:31:09.348Z] --- PASS: TestRingCap (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestRingClose [2022-04-20T10:31:09.348Z] --- PASS: TestRingClose (0.00s) [2022-04-20T10:31:09.348Z] === RUN TestRingDrain [2022-04-20T10:31:09.348Z] --- PASS: TestRingDrain (0.00s) [2022-04-20T10:31:09.348Z] PASS [2022-04-20T10:31:09.348Z] coverage: 43.2% of statements [2022-04-20T10:31:09.348Z] === RUN TestImageDelete/lease_exists [2022-04-20T10:31:09.348Z] ok github.com/docker/docker/daemon/logger 0.268s coverage: 43.2% of statements [2022-04-20T10:31:09.348Z] --- PASS: TestImageDelete (0.04s) [2022-04-20T10:31:09.348Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-04-20T10:31:09.348Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-04-20T10:31:09.348Z] === RUN TestContentStoreForPull [2022-04-20T10:31:09.348Z] --- PASS: TestContentStoreForPull (0.21s) [2022-04-20T10:31:09.348Z] PASS [2022-04-20T10:31:09.348Z] coverage: 6.6% of statements [2022-04-20T10:31:09.348Z] ok github.com/docker/docker/daemon/images 0.354s coverage: 6.6% of statements [2022-04-20T10:31:09.725Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2022-04-20T10:31:09.817Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-20T10:31:09.817Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-20T10:31:09.817Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-20T10:31:09.817Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-20T10:31:09.817Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-20T10:31:09.817Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-20T10:31:09.817Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-20T10:31:09.817Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-20T10:31:09.817Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-20T10:31:09.817Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.16s) [2022-04-20T10:31:09.817Z] === RUN TestFastTimeMarshalJSON [2022-04-20T10:31:09.817Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2022-04-20T10:31:09.817Z] PASS [2022-04-20T10:31:09.817Z] coverage: 87.2% of statements [2022-04-20T10:31:09.817Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.222s coverage: 87.2% of statements [2022-04-20T10:31:09.983Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-20T10:31:09.983Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.66s) [2022-04-20T10:31:09.983Z] === RUN TestIpcModeOlderClient [2022-04-20T10:31:09.983Z] === PAUSE TestIpcModeOlderClient [2022-04-20T10:31:09.983Z] === RUN TestKillContainerInvalidSignal [2022-04-20T10:31:10.286Z] === RUN TestJSONFileLogger [2022-04-20T10:31:10.286Z] --- PASS: TestJSONFileLogger (0.01s) [2022-04-20T10:31:10.286Z] === RUN TestJSONFileLoggerWithTags [2022-04-20T10:31:10.286Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-04-20T10:31:10.286Z] === RUN TestJSONFileLoggerWithOpts [2022-04-20T10:31:10.286Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-04-20T10:31:10.286Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-20T10:31:10.286Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-04-20T10:31:10.286Z] === RUN TestEncodeDecode [2022-04-20T10:31:10.286Z] === PAUSE TestEncodeDecode [2022-04-20T10:31:10.286Z] === RUN TestUnexpectedEOF [2022-04-20T10:31:10.286Z] time="2022-04-20T10:31:10Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-20T10:31:10.286Z] time="2022-04-20T10:31:10Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-20T10:31:10.550Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-04-20T10:31:10.755Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-04-20T10:31:10.755Z] === CONT TestEncodeDecode [2022-04-20T10:31:10.755Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-20T10:31:10.755Z] PASS [2022-04-20T10:31:10.755Z] coverage: 69.9% of statements [2022-04-20T10:31:10.755Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.332s coverage: 69.9% of statements [2022-04-20T10:31:10.809Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2022-04-20T10:31:10.809Z] === RUN TestKillContainer [2022-04-20T10:31:10.809Z] === RUN TestKillContainer/no_signal [2022-04-20T10:31:11.224Z] === RUN TestWriteLog [2022-04-20T10:31:11.224Z] === PAUSE TestWriteLog [2022-04-20T10:31:11.224Z] === RUN TestReadLog [2022-04-20T10:31:11.224Z] === PAUSE TestReadLog [2022-04-20T10:31:11.224Z] === RUN TestDecode [2022-04-20T10:31:11.224Z] --- PASS: TestDecode (0.03s) [2022-04-20T10:31:11.224Z] === CONT TestWriteLog [2022-04-20T10:31:11.224Z] === CONT TestReadLog [2022-04-20T10:31:11.224Z] === RUN TestReadLog/tail_exact [2022-04-20T10:31:11.224Z] --- PASS: TestWriteLog (0.04s) [2022-04-20T10:31:11.224Z] === RUN TestReadLog/tail_less_than_available [2022-04-20T10:31:11.224Z] === RUN TestReadLog/tail_more_than_available [2022-04-20T10:31:11.224Z] --- PASS: TestReadLog (0.29s) [2022-04-20T10:31:11.224Z] --- PASS: TestReadLog/tail_exact (0.18s) [2022-04-20T10:31:11.693Z] --- PASS: TestReadLog/tail_less_than_available (0.07s) [2022-04-20T10:31:11.693Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-04-20T10:31:11.693Z] PASS [2022-04-20T10:31:11.693Z] coverage: 78.7% of statements [2022-04-20T10:31:11.693Z] ok github.com/docker/docker/daemon/logger/local 0.446s coverage: 78.7% of statements [2022-04-20T10:31:11.693Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-20T10:31:11.693Z] === RUN TestOpenFileDelete [2022-04-20T10:31:11.693Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestOpenFileRename [2022-04-20T10:31:11.693Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestHandleDecoderErr [2022-04-20T10:31:11.693Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestParseLogTagDefaultTag [2022-04-20T10:31:11.693Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestParseLogTag [2022-04-20T10:31:11.693Z] --- PASS: TestParseLogTag (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestParseLogTagEmptyTag [2022-04-20T10:31:11.693Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestTailFiles [2022-04-20T10:31:11.693Z] --- PASS: TestTailFiles (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestFollowLogsConsumerGone [2022-04-20T10:31:11.693Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestFollowLogsProducerGone [2022-04-20T10:31:11.693Z] logfile_test.go:180: logDecode() closed after sending 1158 messages [2022-04-20T10:31:11.693Z] logfile_test.go:233: messages sent: 1158, received: 1158 [2022-04-20T10:31:11.693Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-04-20T10:31:11.693Z] === RUN TestCheckCapacityAndRotate [2022-04-20T10:31:11.693Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-20T10:31:11.693Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-20T10:31:11.693Z] --- PASS: TestCheckCapacityAndRotate (0.10s) [2022-04-20T10:31:11.693Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-04-20T10:31:11.693Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-04-20T10:31:11.693Z] PASS [2022-04-20T10:31:11.693Z] coverage: 53.5% of statements [2022-04-20T10:31:11.693Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.193s coverage: 53.5% of statements [2022-04-20T10:31:11.693Z] === RUN TestLog [2022-04-20T10:31:11.693Z] --- PASS: TestLog (0.02s) [2022-04-20T10:31:11.693Z] PASS [2022-04-20T10:31:11.693Z] coverage: 31.5% of statements [2022-04-20T10:31:11.693Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.091s coverage: 31.5% of statements [2022-04-20T10:31:11.747Z] === RUN TestKillContainer/non_killing_signal [2022-04-20T10:31:12.006Z] === RUN TestKillContainer/killing_signal [2022-04-20T10:31:12.264Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-04-20T10:31:12.681Z] === RUN TestNewParse [2022-04-20T10:31:12.681Z] --- PASS: TestNewParse (0.00s) [2022-04-20T10:31:12.681Z] PASS [2022-04-20T10:31:12.681Z] coverage: 8.3% of statements [2022-04-20T10:31:12.681Z] ok github.com/docker/docker/daemon/logger/templates 0.066s coverage: 8.3% of statements [2022-04-20T10:31:12.681Z] === RUN TestValidateLogOpt [2022-04-20T10:31:12.681Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestNewMissedConfig [2022-04-20T10:31:12.681Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestNewMissedUrl [2022-04-20T10:31:12.681Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestNewMissedToken [2022-04-20T10:31:12.681Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestNewWithProxy [2022-04-20T10:31:12.681Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestDefault [2022-04-20T10:31:12.681Z] --- PASS: TestDefault (0.01s) [2022-04-20T10:31:12.681Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-20T10:31:12.681Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-04-20T10:31:12.681Z] === RUN TestJsonFormat [2022-04-20T10:31:12.681Z] --- PASS: TestJsonFormat (0.01s) [2022-04-20T10:31:12.681Z] === RUN TestRawFormat [2022-04-20T10:31:12.681Z] --- PASS: TestRawFormat (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestRawFormatWithLabels [2022-04-20T10:31:12.681Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestRawFormatWithoutTag [2022-04-20T10:31:12.681Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-20T10:31:12.681Z] === RUN TestBatching [2022-04-20T10:31:13.150Z] --- PASS: TestBatching (0.29s) [2022-04-20T10:31:13.150Z] === RUN TestFrequency [2022-04-20T10:31:13.150Z] === RUN TestParseLogFormat [2022-04-20T10:31:13.150Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-20T10:31:13.150Z] === RUN TestValidateLogOptEmpty [2022-04-20T10:31:13.150Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-20T10:31:13.150Z] === RUN TestValidateSyslogAddress [2022-04-20T10:31:13.150Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-04-20T10:31:13.150Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-04-20T10:31:13.150Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-04-20T10:31:13.150Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-04-20T10:31:13.150Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-04-20T10:31:13.150Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-04-20T10:31:13.150Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-04-20T10:31:13.150Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-04-20T10:31:13.150Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-04-20T10:31:13.150Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-04-20T10:31:13.150Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-04-20T10:31:13.150Z] === RUN TestParseAddressDefaultPort [2022-04-20T10:31:13.150Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-20T10:31:13.203Z] --- PASS: TestKillContainer (2.21s) [2022-04-20T10:31:13.203Z] --- PASS: TestKillContainer/no_signal (0.69s) [2022-04-20T10:31:13.203Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2022-04-20T10:31:13.203Z] --- PASS: TestKillContainer/killing_signal (0.71s) [2022-04-20T10:31:13.203Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-20T10:31:13.203Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-20T10:31:13.620Z] === RUN TestValidateSyslogFacility [2022-04-20T10:31:13.620Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-20T10:31:13.620Z] === RUN TestValidateLogOptSyslogFormat [2022-04-20T10:31:13.620Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-20T10:31:13.620Z] === RUN TestValidateLogOpt [2022-04-20T10:31:13.620Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-20T10:31:13.620Z] PASS [2022-04-20T10:31:13.620Z] coverage: 43.6% of statements [2022-04-20T10:31:13.620Z] ok github.com/docker/docker/daemon/logger/syslog 0.104s coverage: 43.6% of statements [2022-04-20T10:31:13.620Z] --- PASS: TestFrequency (0.24s) [2022-04-20T10:31:13.620Z] === RUN TestOneMessagePerRequest [2022-04-20T10:31:13.620Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-20T10:31:13.620Z] === RUN TestVerify [2022-04-20T10:31:13.620Z] --- PASS: TestVerify (0.00s) [2022-04-20T10:31:13.620Z] === RUN TestSkipVerify [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] --- PASS: TestSkipVerify (0.48s) [2022-04-20T10:31:13.620Z] === RUN TestBufferMaximum [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450673.515171\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450673.515171\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:13.620Z] --- PASS: TestBufferMaximum (0.00s) [2022-04-20T10:31:13.620Z] === RUN TestServerAlwaysDown [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450673.519170\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450673.519170\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450673.519170\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450673.519170\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:13.620Z] time="2022-04-20T10:31:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450673.519170\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:13.620Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-20T10:31:13.620Z] === RUN TestCannotSendAfterClose [2022-04-20T10:31:13.620Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-20T10:31:13.620Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-20T10:31:13.770Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-20T10:31:14.028Z] check_test.go:308: [dfc2912fb9784] daemon is not started [2022-04-20T10:31:14.028Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-04-20T10:31:14.089Z] === RUN TestV1IDService [2022-04-20T10:31:14.089Z] --- PASS: TestV1IDService (0.02s) [2022-04-20T10:31:14.089Z] === RUN TestV2MetadataService [2022-04-20T10:31:14.598Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.49s) [2022-04-20T10:31:14.598Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) [2022-04-20T10:31:14.598Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2022-04-20T10:31:14.598Z] === RUN TestKillStoppedContainer [2022-04-20T10:31:14.598Z] --- PASS: TestKillStoppedContainer (0.09s) [2022-04-20T10:31:14.598Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-20T10:31:14.598Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-04-20T10:31:14.598Z] === RUN TestKillDifferentUserContainer [2022-04-20T10:31:15.077Z] time="2022-04-20T10:31:14Z" 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-04-20T10:31:15.077Z] time="2022-04-20T10:31:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"7dbf47fc69e7\"}'" [2022-04-20T10:31:15.077Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-04-20T10:31:15.077Z] PASS [2022-04-20T10:31:15.077Z] coverage: 82.5% of statements [2022-04-20T10:31:15.077Z] ok github.com/docker/docker/daemon/logger/splunk 2.159s coverage: 82.5% of statements [2022-04-20T10:31:15.077Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-20T10:31:15.077Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-20T10:31:15.077Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-20T10:31:15.077Z] --- PASS: TestV2MetadataService (0.86s) [2022-04-20T10:31:15.077Z] PASS [2022-04-20T10:31:15.077Z] coverage: 48.2% of statements [2022-04-20T10:31:15.077Z] ok github.com/docker/docker/distribution/metadata 0.952s coverage: 48.2% of statements [2022-04-20T10:31:15.077Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-20T10:31:15.077Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-20T10:31:15.077Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-20T10:31:15.077Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-20T10:31:15.077Z] === RUN TestContinueOnError_NeverContinue [2022-04-20T10:31:15.077Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-20T10:31:15.077Z] === RUN TestManifestStore [2022-04-20T10:31:15.077Z] === RUN TestManifestStore/no_remote_or_local [2022-04-20T10:31:15.077Z] === RUN TestSuccessfulDownload [2022-04-20T10:31:15.077Z] download_test.go:267: Needs fixing on Windows [2022-04-20T10:31:15.077Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-20T10:31:15.077Z] === RUN TestCancelledDownload [2022-04-20T10:31:15.077Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-20T10:31:15.077Z] === RUN TestMaxDownloadAttempts [2022-04-20T10:31:15.077Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:31:15.077Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:31:15.077Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:31:15.077Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:31:15.077Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:31:15.077Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:31:15.077Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:31:15.077Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:31:15.077Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:31:15.077Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:31:15.077Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:31:15.077Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:31:15.077Z] time="2022-04-20T10:31:15Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local606166274\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-20T10:31:15.077Z] === RUN TestManifestStore/no_local_cache [2022-04-20T10:31:15.536Z] --- PASS: TestKillDifferentUserContainer (0.72s) [2022-04-20T10:31:15.536Z] === RUN TestInspectOomKilledTrue [2022-04-20T10:31:15.536Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:31:15.536Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-20T10:31:15.536Z] === RUN TestInspectOomKilledFalse [2022-04-20T10:31:15.536Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:31:15.536Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-20T10:31:15.536Z] === RUN TestLinksEtcHostsContentMatch [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/with_local_cache [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/unknown_media_type [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=warning msg="reference for unknown type: " [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=warning msg="reference for unknown type: " [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=warning msg="reference for unknown type: " [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=warning msg="reference for unknown type: " [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=warning msg="reference for unknown type: " [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-20T10:31:15.545Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore (0.34s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/with_local_cache (0.05s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaType [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-20T10:31:15.545Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-20T10:31:15.545Z] === RUN TestFixManifestLayers [2022-04-20T10:31:15.545Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-20T10:31:15.545Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-20T10:31:15.545Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-20T10:31:15.545Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-20T10:31:15.545Z] === RUN TestFixManifestLayersBadParent [2022-04-20T10:31:15.545Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-20T10:31:15.545Z] === RUN TestValidateManifest [2022-04-20T10:31:15.545Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-20T10:31:15.545Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-20T10:31:15.545Z] === RUN TestFormatPlatform [2022-04-20T10:31:15.545Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-20T10:31:15.545Z] === RUN TestPullSchema2Config [2022-04-20T10:31:15.545Z] === RUN TestPullSchema2Config/success_first_time [2022-04-20T10:31:15.545Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:31:15.545Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:31:15.545Z] === RUN TestPullSchema2Config/500_status [2022-04-20T10:31:15.545Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:31:15.545Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:31:15.545Z] time="2022-04-20T10:31:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:31:15.545Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-20T10:31:15.545Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.46s) [2022-04-20T10:31:15.545Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.46s) [2022-04-20T10:31:15.545Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.46s) [2022-04-20T10:31:15.545Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.46s) [2022-04-20T10:31:15.545Z] === RUN TestTransfer [2022-04-20T10:31:15.545Z] --- PASS: TestTransfer (0.12s) [2022-04-20T10:31:15.545Z] === RUN TestConcurrencyLimit [2022-04-20T10:31:15.545Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:31:15.545Z] === RUN TestPullSchema2Config/EOF [2022-04-20T10:31:15.545Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:31:15.545Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:31:15.545Z] 2022/04/20 10:31:15 http: panic serving 127.0.0.1:49218: intentional panic [2022-04-20T10:31:15.545Z] goroutine 125 [running]: [2022-04-20T10:31:15.545Z] net/http.(*conn).serve.func1() [2022-04-20T10:31:15.545Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-20T10:31:15.545Z] panic({0x14d9000, 0x16bb8f0}) [2022-04-20T10:31:15.545Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-20T10:31:15.545Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003ada00?, {0x16c30d8?, 0xc000550000?}) [2022-04-20T10:31:15.545Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-20T10:31:15.545Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x16c30d8, 0xc000550000}, 0xc0002f6e00) [2022-04-20T10:31:15.545Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-20T10:31:15.545Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x16c30d8?, 0xc000550000?}, 0xc00005b000?) [2022-04-20T10:31:15.545Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-20T10:31:15.545Z] net/http.serverHandler.ServeHTTP({0xc0002cff50?}, {0x16c30d8, 0xc000550000}, 0xc0002f6e00) [2022-04-20T10:31:15.545Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-20T10:31:15.546Z] net/http.(*conn).serve(0xc000202fa0, {0x16c3950, 0xc0002cecf0}) [2022-04-20T10:31:15.546Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-20T10:31:15.546Z] created by net/http.(*Server).Serve [2022-04-20T10:31:15.546Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-20T10:31:16.014Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:31:16.014Z] === RUN TestPullSchema2Config/unauthorized [2022-04-20T10:31:16.014Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:31:16.014Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:31:16.014Z] --- PASS: TestPullSchema2Config (0.54s) [2022-04-20T10:31:16.014Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-20T10:31:16.014Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-20T10:31:16.014Z] --- PASS: TestPullSchema2Config/EOF (0.27s) [2022-04-20T10:31:16.014Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestGetRepositoryMountCandidates [2022-04-20T10:31:16.014Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestLayerAlreadyExists [2022-04-20T10:31:16.014Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:31:16.014Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:31:16.014Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:31:16.014Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:31:16.014Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:31:16.014Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:31:16.014Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestWhenEmptyAuthConfig [2022-04-20T10:31:16.014Z] === RUN TestNotFound [2022-04-20T10:31:16.014Z] --- PASS: TestNotFound (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestConflict [2022-04-20T10:31:16.014Z] --- PASS: TestConflict (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestForbidden [2022-04-20T10:31:16.014Z] --- PASS: TestForbidden (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestInvalidParameter [2022-04-20T10:31:16.014Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestNotImplemented [2022-04-20T10:31:16.014Z] --- PASS: TestNotImplemented (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestNotModified [2022-04-20T10:31:16.014Z] --- PASS: TestNotModified (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestUnauthorized [2022-04-20T10:31:16.014Z] --- PASS: TestUnauthorized (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestUnknown [2022-04-20T10:31:16.014Z] --- PASS: TestUnknown (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestCancelled [2022-04-20T10:31:16.014Z] --- PASS: TestCancelled (0.00s) [2022-04-20T10:31:16.014Z] === RUN TestDeadline [2022-04-20T10:31:16.014Z] --- PASS: TestDeadline (0.00s) [2022-04-20T10:31:16.015Z] === RUN TestDataLoss [2022-04-20T10:31:16.015Z] --- PASS: TestDataLoss (0.00s) [2022-04-20T10:31:16.015Z] === RUN TestUnavailable [2022-04-20T10:31:16.015Z] --- PASS: TestUnavailable (0.00s) [2022-04-20T10:31:16.015Z] === RUN TestSystem [2022-04-20T10:31:16.015Z] --- PASS: TestSystem (0.00s) [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Not_Found [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Bad_Request [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Conflict [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Unauthorized [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Forbidden [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Not_Modified [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-20T10:31:16.015Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-20T10:31:16.015Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-20T10:31:16.015Z] PASS [2022-04-20T10:31:16.015Z] coverage: 77.0% of statements [2022-04-20T10:31:16.015Z] --- PASS: TestConcurrencyLimit (0.39s) [2022-04-20T10:31:16.015Z] === RUN TestInactiveJobs [2022-04-20T10:31:16.015Z] ok github.com/docker/docker/errdefs 0.039s coverage: 77.0% of statements [2022-04-20T10:31:16.104Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2022-04-20T10:31:16.104Z] === RUN TestLinksContainerNames [2022-04-20T10:31:16.489Z] --- PASS: TestInactiveJobs (0.36s) [2022-04-20T10:31:16.489Z] === RUN TestWatchRelease [2022-04-20T10:31:16.489Z] --- PASS: TestWatchRelease (0.04s) [2022-04-20T10:31:16.489Z] === RUN TestWatchFinishedTransfer [2022-04-20T10:31:16.489Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-20T10:31:16.489Z] === RUN TestDuplicateTransfer [2022-04-20T10:31:16.489Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-04-20T10:31:16.489Z] === RUN TestSuccessfulUpload [2022-04-20T10:31:16.958Z] time="2022-04-20T10:31:16Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-20T10:31:16.958Z] === RUN TestFSGetInvalidData [2022-04-20T10:31:16.958Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-04-20T10:31:16.958Z] === RUN TestCancelledUpload [2022-04-20T10:31:16.958Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-20T10:31:16.958Z] PASS [2022-04-20T10:31:16.958Z] coverage: 76.8% of statements [2022-04-20T10:31:16.958Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-04-20T10:31:16.958Z] === RUN TestFSInvalidSet [2022-04-20T10:31:16.958Z] ok github.com/docker/docker/distribution/xfer 1.853s coverage: 76.8% of statements [2022-04-20T10:31:16.958Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-20T10:31:16.958Z] === RUN TestFSInvalidRoot [2022-04-20T10:31:16.958Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-20T10:31:16.958Z] === RUN TestFSMetadataGetSet [2022-04-20T10:31:16.958Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-04-20T10:31:16.958Z] === RUN TestFSInvalidWalker [2022-04-20T10:31:16.958Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-20T10:31:16.958Z] === RUN TestFSGetSet [2022-04-20T10:31:16.958Z] --- PASS: TestFSGetSet (0.03s) [2022-04-20T10:31:16.958Z] === RUN TestFSGetUnsetKey [2022-04-20T10:31:16.958Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-04-20T10:31:16.958Z] === RUN TestFSGetEmptyData [2022-04-20T10:31:16.958Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-04-20T10:31:16.958Z] === RUN TestFSDelete [2022-04-20T10:31:16.958Z] --- PASS: TestFSDelete (0.01s) [2022-04-20T10:31:16.958Z] === RUN TestFSWalker [2022-04-20T10:31:16.958Z] --- PASS: TestFSWalker (0.02s) [2022-04-20T10:31:16.958Z] === RUN TestFSWalkerStopOnError [2022-04-20T10:31:16.958Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-20T10:31:16.958Z] === RUN TestNewFromJSON [2022-04-20T10:31:16.958Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-20T10:31:16.958Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-20T10:31:16.958Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-20T10:31:16.958Z] === RUN TestMarshalKeyOrder [2022-04-20T10:31:16.958Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-20T10:31:16.958Z] === RUN TestHistoryEqual [2022-04-20T10:31:17.041Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-04-20T10:31:17.041Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-20T10:31:17.428Z] === RUN TestCompare [2022-04-20T10:31:17.429Z] --- PASS: TestCompare (0.00s) [2022-04-20T10:31:17.429Z] PASS [2022-04-20T10:31:17.429Z] coverage: 19.2% of statements [2022-04-20T10:31:17.429Z] ok github.com/docker/docker/image/cache 0.080s coverage: 19.2% of statements [2022-04-20T10:31:17.429Z] --- PASS: TestHistoryEqual (0.18s) [2022-04-20T10:31:17.429Z] === RUN TestImage [2022-04-20T10:31:17.429Z] --- PASS: TestImage (0.00s) [2022-04-20T10:31:17.429Z] === RUN TestImageOSNotEmpty [2022-04-20T10:31:17.429Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-20T10:31:17.429Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-20T10:31:17.429Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-20T10:31:17.429Z] === RUN TestCreate [2022-04-20T10:31:17.429Z] --- PASS: TestCreate (0.01s) [2022-04-20T10:31:17.429Z] === RUN TestRestore [2022-04-20T10:31:17.429Z] time="2022-04-20T10:31:16Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-20T10:31:17.429Z] --- PASS: TestRestore (0.03s) [2022-04-20T10:31:17.429Z] === RUN TestAddDelete [2022-04-20T10:31:17.429Z] --- PASS: TestWhenEmptyAuthConfig (1.32s) [2022-04-20T10:31:17.429Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-20T10:31:17.429Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-20T10:31:17.429Z] === RUN TestTokenPassThru [2022-04-20T10:31:17.429Z] --- PASS: TestTokenPassThru (0.01s) [2022-04-20T10:31:17.429Z] === RUN TestTokenPassThruDifferentHost [2022-04-20T10:31:17.429Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-04-20T10:31:17.429Z] PASS [2022-04-20T10:31:17.429Z] coverage: 26.6% of statements [2022-04-20T10:31:17.429Z] --- PASS: TestAddDelete (0.07s) [2022-04-20T10:31:17.429Z] === RUN TestSearchAfterDelete [2022-04-20T10:31:17.429Z] ok github.com/docker/docker/distribution 2.293s coverage: 26.6% of statements [2022-04-20T10:31:17.429Z] --- PASS: TestSearchAfterDelete (0.04s) [2022-04-20T10:31:17.429Z] === RUN TestParentReset [2022-04-20T10:31:17.429Z] --- PASS: TestParentReset (0.04s) [2022-04-20T10:31:17.429Z] === RUN TestGetAndSetLastUpdated [2022-04-20T10:31:17.429Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-04-20T10:31:17.429Z] === RUN TestStoreLen [2022-04-20T10:31:17.429Z] --- PASS: TestStoreLen (0.07s) [2022-04-20T10:31:17.429Z] PASS [2022-04-20T10:31:17.429Z] coverage: 86.9% of statements [2022-04-20T10:31:17.429Z] ok github.com/docker/docker/image 0.684s coverage: 86.9% of statements [2022-04-20T10:31:17.429Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-20T10:31:17.429Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-20T10:31:17.609Z] check_test.go:308: [d820f3737544f] daemon is not started [2022-04-20T10:31:17.609Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-04-20T10:31:17.609Z] --- PASS: TestLinksContainerNames (1.54s) [2022-04-20T10:31:17.609Z] === RUN TestLogsFollowTailEmpty [2022-04-20T10:31:18.416Z] === RUN TestValidateManifest [2022-04-20T10:31:18.416Z] === RUN TestValidateManifest/nil [2022-04-20T10:31:18.416Z] === RUN TestValidateManifest/non-nil [2022-04-20T10:31:18.416Z] --- PASS: TestValidateManifest (0.00s) [2022-04-20T10:31:18.416Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-20T10:31:18.416Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-20T10:31:18.416Z] PASS [2022-04-20T10:31:18.416Z] coverage: 0.7% of statements [2022-04-20T10:31:18.416Z] ok github.com/docker/docker/image/tarexport 0.107s coverage: 0.7% of statements [2022-04-20T10:31:18.416Z] === RUN TestMakeV1ConfigFromConfig [2022-04-20T10:31:18.416Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-20T10:31:18.416Z] PASS [2022-04-20T10:31:18.416Z] coverage: 25.0% of statements [2022-04-20T10:31:18.416Z] ok github.com/docker/docker/image/v1 0.066s coverage: 25.0% of statements [2022-04-20T10:31:18.416Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-20T10:31:18.546Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2022-04-20T10:31:18.546Z] === RUN TestContainerNetworkMountsNoChown [2022-04-20T10:31:19.113Z] --- PASS: TestContainerNetworkMountsNoChown (0.59s) [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/default [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/default [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/private [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/private [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rprivate [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/slave [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/slave [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rslave [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/shared [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/shared [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rshared [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/default [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/rshared [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/shared [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/rslave [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/slave [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/rprivate [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/private [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:31:19.113Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:31:19.113Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-20T10:31:19.113Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-20T10:31:19.373Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-20T10:31:19.405Z] === RUN TestSerialization [2022-04-20T10:31:19.405Z] --- PASS: TestSerialization (0.02s) [2022-04-20T10:31:19.405Z] PASS [2022-04-20T10:31:19.405Z] coverage: 100.0% of statements [2022-04-20T10:31:19.405Z] ok github.com/docker/docker/libcontainerd/queue 0.063s coverage: 100.0% of statements [2022-04-20T10:31:19.631Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-20T10:31:19.631Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-20T10:31:19.631Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-20T10:31:19.631Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.12s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-04-20T10:31:19.631Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-04-20T10:31:19.631Z] === RUN TestContainerBindMountNonRecursive [2022-04-20T10:31:19.947Z] === RUN TestEnvironmentParsing [2022-04-20T10:31:19.947Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-20T10:31:19.947Z] PASS [2022-04-20T10:31:19.947Z] coverage: 1.2% of statements [2022-04-20T10:31:19.947Z] ok github.com/docker/docker/libcontainerd/local 0.082s coverage: 1.2% of statements [2022-04-20T10:31:20.416Z] === RUN TestEmptyLayer [2022-04-20T10:31:20.416Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestCommitFailure [2022-04-20T10:31:20.416Z] --- PASS: TestCommitFailure (0.02s) [2022-04-20T10:31:20.416Z] === RUN TestStartTransactionFailure [2022-04-20T10:31:20.416Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-04-20T10:31:20.416Z] === RUN TestGetOrphan [2022-04-20T10:31:20.416Z] --- PASS: TestGetOrphan (0.01s) [2022-04-20T10:31:20.416Z] === RUN TestMountAndRegister [2022-04-20T10:31:20.416Z] layer_test.go:258: Layer size: 14 [2022-04-20T10:31:20.416Z] --- PASS: TestMountAndRegister (0.10s) [2022-04-20T10:31:20.416Z] === RUN TestLayerRelease [2022-04-20T10:31:20.416Z] layer_test.go:291: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestStoreRestore [2022-04-20T10:31:20.416Z] layer_test.go:340: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestTarStreamStability [2022-04-20T10:31:20.416Z] layer_test.go:455: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestRegisterExistingLayer [2022-04-20T10:31:20.416Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-04-20T10:31:20.416Z] === RUN TestTarStreamVerification [2022-04-20T10:31:20.416Z] layer_test.go:684: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestLayerMigration [2022-04-20T10:31:20.416Z] migration_test.go:45: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestLayerMigrationNoTarsplit [2022-04-20T10:31:20.416Z] migration_test.go:181: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestMountInit [2022-04-20T10:31:20.416Z] mount_test.go:17: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestMountInit (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestMountSize [2022-04-20T10:31:20.416Z] mount_test.go:76: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestMountSize (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestMountChanges [2022-04-20T10:31:20.416Z] mount_test.go:125: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestMountChanges (0.00s) [2022-04-20T10:31:20.416Z] === RUN TestMountApply [2022-04-20T10:31:20.416Z] mount_test.go:212: Failing on Windows [2022-04-20T10:31:20.416Z] --- SKIP: TestMountApply (0.00s) [2022-04-20T10:31:20.416Z] PASS [2022-04-20T10:31:20.416Z] coverage: 30.6% of statements [2022-04-20T10:31:20.416Z] ok github.com/docker/docker/layer 0.453s coverage: 30.6% of statements [2022-04-20T10:31:20.569Z] docker_cli_daemon_plugins_test.go:80: [d467fd0192330] daemon is not started [2022-04-20T10:31:20.887Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-20T10:31:20.887Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-20T10:31:20.887Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-20T10:31:20.887Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-20T10:31:20.887Z] === RUN TestSequenceGetAvailableBit [2022-04-20T10:31:20.887Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestSequenceEqual [2022-04-20T10:31:20.887Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestSequenceCopy [2022-04-20T10:31:20.887Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestGetFirstAvailable [2022-04-20T10:31:20.887Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestFindSequence [2022-04-20T10:31:20.887Z] --- PASS: TestFindSequence (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestCheckIfAvailable [2022-04-20T10:31:20.887Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestMergeSequences [2022-04-20T10:31:20.887Z] --- PASS: TestMergeSequences (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestPushReservation [2022-04-20T10:31:20.887Z] --- PASS: TestPushReservation (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestSerializeDeserialize [2022-04-20T10:31:20.887Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestSet [2022-04-20T10:31:20.887Z] --- PASS: TestSet (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestSetUnset [2022-04-20T10:31:20.887Z] --- PASS: TestSetUnset (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestOffsetSetUnset [2022-04-20T10:31:20.887Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestSetInRange [2022-04-20T10:31:20.887Z] --- PASS: TestSetInRange (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestSetAnyInRange [2022-04-20T10:31:20.887Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestMethods [2022-04-20T10:31:20.887Z] --- PASS: TestMethods (0.00s) [2022-04-20T10:31:20.887Z] === RUN TestRandomAllocateDeallocate [2022-04-20T10:31:21.139Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-20T10:31:21.397Z] --- PASS: TestContainerBindMountNonRecursive (1.80s) [2022-04-20T10:31:21.397Z] === RUN TestContainerVolumesMountedAsShared [2022-04-20T10:31:21.965Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-04-20T10:31:22.223Z] --- PASS: TestContainerVolumesMountedAsShared (0.79s) [2022-04-20T10:31:22.223Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-20T10:31:22.800Z] --- PASS: TestContainerVolumesMountedAsSlave (0.52s) [2022-04-20T10:31:22.801Z] === RUN TestNetworkNat [2022-04-20T10:31:23.109Z] === RUN TestInvalidConfig [2022-04-20T10:31:23.109Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-20T10:31:23.109Z] === RUN TestConfig [2022-04-20T10:31:23.109Z] --- PASS: TestConfig (0.00s) [2022-04-20T10:31:23.109Z] === RUN TestOptionsLabels [2022-04-20T10:31:23.109Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-20T10:31:23.109Z] === RUN TestValidName [2022-04-20T10:31:23.109Z] --- PASS: TestValidName (0.00s) [2022-04-20T10:31:23.109Z] PASS [2022-04-20T10:31:23.109Z] coverage: 19.7% of statements [2022-04-20T10:31:23.109Z] ok github.com/docker/docker/libnetwork/config 0.080s coverage: 19.7% of statements [2022-04-20T10:31:23.373Z] --- PASS: TestNetworkNat (0.63s) [2022-04-20T10:31:23.373Z] === RUN TestNetworkLocalhostTCPNat [2022-04-20T10:31:23.578Z] === RUN TestKey [2022-04-20T10:31:23.578Z] --- PASS: TestKey (0.00s) [2022-04-20T10:31:23.578Z] === RUN TestParseKey [2022-04-20T10:31:23.578Z] --- PASS: TestParseKey (0.00s) [2022-04-20T10:31:23.578Z] === RUN TestInvalidDataStore [2022-04-20T10:31:23.578Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-20T10:31:23.578Z] === RUN TestKVObjectFlatKey [2022-04-20T10:31:23.578Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-20T10:31:23.579Z] === RUN TestAtomicKVObjectFlatKey [2022-04-20T10:31:23.579Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-20T10:31:23.579Z] PASS [2022-04-20T10:31:23.579Z] coverage: 21.9% of statements [2022-04-20T10:31:23.579Z] ok github.com/docker/docker/libnetwork/datastore 0.047s coverage: 21.9% of statements [2022-04-20T10:31:23.638Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-20T10:31:24.048Z] === RUN TestErrorInterfaces [2022-04-20T10:31:24.048Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestNetworkMarshalling [2022-04-20T10:31:24.048Z] --- PASS: TestNetworkMarshalling (0.19s) [2022-04-20T10:31:24.048Z] === RUN TestEndpointMarshalling [2022-04-20T10:31:24.048Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestAuxAddresses [2022-04-20T10:31:24.048Z] time="2022-04-20T10:31:23Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:31:24.048Z] --- PASS: TestAuxAddresses (0.02s) [2022-04-20T10:31:24.048Z] === RUN TestSRVServiceQuery [2022-04-20T10:31:24.048Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestServiceVIPReuse [2022-04-20T10:31:24.048Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-20T10:31:24.048Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestDNSIPQuery [2022-04-20T10:31:24.048Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestDNSProxyServFail [2022-04-20T10:31:24.048Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestSandboxAddEmpty [2022-04-20T10:31:24.048Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestSandboxAddMultiPrio [2022-04-20T10:31:24.048Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestSandboxAddSamePrio [2022-04-20T10:31:24.048Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestCleanupServiceDiscovery [2022-04-20T10:31:24.048Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestDNSOptions [2022-04-20T10:31:24.048Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:31:24.048Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-20T10:31:24.048Z] === RUN TestMultipleControllersWithSameStore [2022-04-20T10:31:24.048Z] time="2022-04-20T10:31:23Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:31:24.048Z] time="2022-04-20T10:31:23Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:31:24.048Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-04-20T10:31:24.048Z] PASS [2022-04-20T10:31:24.048Z] coverage: 8.5% of statements [2022-04-20T10:31:24.048Z] ok github.com/docker/docker/libnetwork 0.341s coverage: 8.5% of statements [2022-04-20T10:31:24.206Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-20T10:31:24.207Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2022-04-20T10:31:24.207Z] === RUN TestNetworkLoopbackNat [2022-04-20T10:31:24.516Z] === RUN TestIPDataMarshalling [2022-04-20T10:31:24.516Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-20T10:31:24.516Z] === RUN TestValidateAndIsV6 [2022-04-20T10:31:24.516Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-20T10:31:24.516Z] PASS [2022-04-20T10:31:24.516Z] coverage: 68.9% of statements [2022-04-20T10:31:24.516Z] ok github.com/docker/docker/libnetwork/driverapi 0.042s coverage: 68.9% of statements [2022-04-20T10:31:24.516Z] === RUN TestDriver [2022-04-20T10:31:24.516Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:31:24.516Z] PASS [2022-04-20T10:31:24.516Z] coverage: 34.8% of statements [2022-04-20T10:31:24.516Z] ok github.com/docker/docker/libnetwork/drivers/host 0.045s coverage: 34.8% of statements [2022-04-20T10:31:24.776Z] docker_cli_daemon_plugins_test.go:170: [d583b9a27fedd] daemon is not started [2022-04-20T10:31:25.503Z] === RUN TestDriver [2022-04-20T10:31:25.504Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:31:25.504Z] PASS [2022-04-20T10:31:25.504Z] coverage: 34.8% of statements [2022-04-20T10:31:25.504Z] ok github.com/docker/docker/libnetwork/drivers/null 0.045s coverage: 34.8% of statements [2022-04-20T10:31:25.504Z] === RUN TestNetworkAllocateFree [2022-04-20T10:31:25.504Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-20T10:31:25.504Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-20T10:31:25.504Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-20T10:31:25.979Z] PASS [2022-04-20T10:31:25.979Z] coverage: 63.6% of statements [2022-04-20T10:31:25.979Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.046s coverage: 63.6% of statements [2022-04-20T10:31:25.979Z] === RUN TestGetEmptyCapabilities [2022-04-20T10:31:25.979Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-04-20T10:31:25.979Z] === RUN TestGetExtraCapabilities [2022-04-20T10:31:25.979Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-04-20T10:31:25.979Z] === RUN TestGetInvalidCapabilities [2022-04-20T10:31:25.979Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-04-20T10:31:25.979Z] === RUN TestRemoteDriver [2022-04-20T10:31:25.979Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-20T10:31:25.979Z] === RUN TestDriverError [2022-04-20T10:31:25.979Z] --- PASS: TestDriverError (0.01s) [2022-04-20T10:31:25.979Z] === RUN TestMissingValues [2022-04-20T10:31:25.979Z] --- PASS: TestMissingValues (0.01s) [2022-04-20T10:31:25.979Z] === RUN TestRollback [2022-04-20T10:31:25.979Z] --- PASS: TestRollback (0.00s) [2022-04-20T10:31:25.979Z] PASS [2022-04-20T10:31:25.979Z] coverage: 57.4% of statements [2022-04-20T10:31:25.979Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.114s coverage: 57.4% of statements [2022-04-20T10:31:26.152Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-04-20T10:31:26.967Z] === RUN TestNew [2022-04-20T10:31:26.967Z] --- PASS: TestNew (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestAddDriver [2022-04-20T10:31:26.967Z] --- PASS: TestAddDriver (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestAddDuplicateDriver [2022-04-20T10:31:26.967Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-20T10:31:26.967Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestDriver [2022-04-20T10:31:26.967Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestIPAM [2022-04-20T10:31:26.967Z] --- PASS: TestIPAM (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestWalkIPAMs [2022-04-20T10:31:26.967Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestWalkDrivers [2022-04-20T10:31:26.967Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-20T10:31:26.967Z] PASS [2022-04-20T10:31:26.967Z] coverage: 82.4% of statements [2022-04-20T10:31:26.967Z] ok github.com/docker/docker/libnetwork/drvregistry 0.076s coverage: 82.4% of statements [2022-04-20T10:31:26.967Z] === RUN TestNAT [2022-04-20T10:31:26.967Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-20T10:31:26.967Z] --- SKIP: TestNAT (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestTransparent [2022-04-20T10:31:26.967Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-20T10:31:26.967Z] --- SKIP: TestTransparent (0.00s) [2022-04-20T10:31:26.967Z] PASS [2022-04-20T10:31:26.967Z] coverage: 0.0% of statements [2022-04-20T10:31:26.967Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.049s coverage: 0.0% of statements [2022-04-20T10:31:26.967Z] === RUN TestBuildDefault [2022-04-20T10:31:26.967Z] --- PASS: TestBuildDefault (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestBuildHostnameDomainname [2022-04-20T10:31:26.967Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestBuildHostname [2022-04-20T10:31:26.967Z] --- PASS: TestBuildHostname (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestBuildHostnameFQDN [2022-04-20T10:31:26.967Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestBuildNoIP [2022-04-20T10:31:26.967Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestUpdate [2022-04-20T10:31:26.967Z] --- PASS: TestUpdate (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-20T10:31:26.967Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-20T10:31:26.967Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestAddEmpty [2022-04-20T10:31:26.967Z] --- PASS: TestAddEmpty (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestAdd [2022-04-20T10:31:26.967Z] --- PASS: TestAdd (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestDeleteEmpty [2022-04-20T10:31:26.967Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestDeleteNewline [2022-04-20T10:31:26.967Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestDelete [2022-04-20T10:31:26.967Z] --- PASS: TestDelete (0.00s) [2022-04-20T10:31:26.967Z] === RUN TestConcurrentWrites [2022-04-20T10:31:26.967Z] --- PASS: TestRandomAllocateDeallocate (6.18s) [2022-04-20T10:31:26.967Z] === RUN TestAllocateRandomDeallocate [2022-04-20T10:31:27.088Z] --- PASS: TestNetworkLoopbackNat (2.97s) [2022-04-20T10:31:27.088Z] === RUN TestPause [2022-04-20T10:31:27.436Z] --- PASS: TestConcurrentWrites (0.25s) [2022-04-20T10:31:27.436Z] PASS [2022-04-20T10:31:27.436Z] coverage: 81.2% of statements [2022-04-20T10:31:27.436Z] ok github.com/docker/docker/libnetwork/etchosts 0.313s coverage: 81.2% of statements [2022-04-20T10:31:27.905Z] === RUN TestNew [2022-04-20T10:31:27.905Z] === RUN TestCaller [2022-04-20T10:31:27.905Z] --- PASS: TestNew (0.00s) [2022-04-20T10:31:27.905Z] === RUN TestAllocate [2022-04-20T10:31:27.905Z] --- PASS: TestAllocate (0.00s) [2022-04-20T10:31:27.905Z] === RUN TestUninitialized [2022-04-20T10:31:27.905Z] --- PASS: TestUninitialized (0.00s) [2022-04-20T10:31:27.905Z] === RUN TestAllocateInRange [2022-04-20T10:31:27.905Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-20T10:31:27.905Z] --- PASS: TestCaller (0.00s) [2022-04-20T10:31:27.905Z] PASS [2022-04-20T10:31:27.905Z] coverage: 100.0% of statements [2022-04-20T10:31:27.905Z] === RUN TestAllocateSerial [2022-04-20T10:31:27.905Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-20T10:31:27.905Z] PASS [2022-04-20T10:31:27.905Z] coverage: 87.5% of statements [2022-04-20T10:31:27.905Z] ok github.com/docker/docker/libnetwork/idm 0.050s coverage: 87.5% of statements [2022-04-20T10:31:27.905Z] ok github.com/docker/docker/libnetwork/internal/caller 0.049s coverage: 100.0% of statements [2022-04-20T10:31:28.026Z] --- PASS: TestPause (0.87s) [2022-04-20T10:31:28.026Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-20T10:31:28.026Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:31:28.026Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:31:28.026Z] === RUN TestPauseStopPausedContainer [2022-04-20T10:31:28.376Z] --- PASS: TestAllocateRandomDeallocate (1.15s) [2022-04-20T10:31:28.376Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-20T10:31:28.376Z] === RUN TestSetSerialInsertDelete [2022-04-20T10:31:28.376Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-20T10:31:28.376Z] === RUN TestSetParallelInsertDelete [2022-04-20T10:31:28.963Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2022-04-20T10:31:28.963Z] === RUN TestPidHost [2022-04-20T10:31:29.221Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-04-20T10:31:29.365Z] === RUN TestInt2IP2IntConversion [2022-04-20T10:31:29.792Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-04-20T10:31:29.833Z] --- PASS: TestInt2IP2IntConversion (0.45s) [2022-04-20T10:31:29.833Z] === RUN TestGetAddressVersion [2022-04-20T10:31:29.833Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-20T10:31:29.833Z] === RUN TestKeyString [2022-04-20T10:31:29.833Z] --- PASS: TestKeyString (0.00s) [2022-04-20T10:31:29.833Z] === RUN TestPoolDataMarshal [2022-04-20T10:31:29.833Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-20T10:31:29.833Z] === RUN TestSubnetsMarshal [2022-04-20T10:31:29.833Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-04-20T10:31:29.833Z] === RUN TestAddSubnets [2022-04-20T10:31:29.833Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.63s) [2022-04-20T10:31:29.833Z] === RUN TestRetrieveFromStore [2022-04-20T10:31:29.833Z] --- PASS: TestAddSubnets (0.05s) [2022-04-20T10:31:29.833Z] === RUN TestDoublePoolRelease [2022-04-20T10:31:29.833Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-04-20T10:31:29.833Z] === RUN TestAddReleasePoolID [2022-04-20T10:31:29.833Z] === RUN TestPoolRequest [2022-04-20T10:31:29.833Z] --- PASS: TestPoolRequest (0.00s) [2022-04-20T10:31:29.833Z] === RUN TestOtherRequests [2022-04-20T10:31:29.833Z] --- PASS: TestOtherRequests (0.00s) [2022-04-20T10:31:29.833Z] PASS [2022-04-20T10:31:29.833Z] coverage: 57.1% of statements [2022-04-20T10:31:29.833Z] ok github.com/docker/docker/libnetwork/ipams/null 0.045s coverage: 57.1% of statements [2022-04-20T10:31:29.833Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-04-20T10:31:29.833Z] === RUN TestPredefinedPool [2022-04-20T10:31:30.303Z] --- PASS: TestPredefinedPool (0.03s) [2022-04-20T10:31:30.303Z] === RUN TestRemoveSubnet [2022-04-20T10:31:30.303Z] --- PASS: TestRemoveSubnet (0.23s) [2022-04-20T10:31:30.303Z] === RUN TestGetSameAddress [2022-04-20T10:31:30.303Z] --- PASS: TestGetSameAddress (0.03s) [2022-04-20T10:31:30.303Z] === RUN TestPoolAllocationReuse [2022-04-20T10:31:30.303Z] --- PASS: TestRetrieveFromStore (0.56s) [2022-04-20T10:31:30.303Z] === RUN TestIsCorrupted [2022-04-20T10:31:30.303Z] --- PASS: TestIsCorrupted (0.02s) [2022-04-20T10:31:30.303Z] === RUN TestSetRollover [2022-04-20T10:31:30.359Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-04-20T10:31:30.617Z] --- PASS: TestPidHost (1.63s) [2022-04-20T10:31:30.617Z] === RUN TestPsFilter [2022-04-20T10:31:30.617Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-20T10:31:30.617Z] --- PASS: TestPsFilter (0.14s) [2022-04-20T10:31:30.617Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-20T10:31:30.875Z] check_test.go:308: [d084bb0aef953] daemon is not started [2022-04-20T10:31:30.875Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-04-20T10:31:31.291Z] === RUN TestGetCapabilities [2022-04-20T10:31:31.291Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-20T10:31:31.291Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-20T10:31:31.291Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-20T10:31:31.291Z] === RUN TestGetDefaultAddressSpaces [2022-04-20T10:31:31.291Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-04-20T10:31:31.291Z] === RUN TestRemoteDriver [2022-04-20T10:31:31.291Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-20T10:31:31.291Z] PASS [2022-04-20T10:31:31.291Z] coverage: 47.4% of statements [2022-04-20T10:31:31.291Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.072s coverage: 47.4% of statements [2022-04-20T10:31:31.442Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2022-04-20T10:31:31.442Z] === RUN TestRemoveContainerWithVolume [2022-04-20T10:31:31.701Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-20T10:31:31.769Z] --- PASS: TestPoolAllocationReuse (1.62s) [2022-04-20T10:31:31.769Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-20T10:31:31.769Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-04-20T10:31:31.769Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-20T10:31:32.241Z] --- PASS: TestSetRollover (1.52s) [2022-04-20T10:31:32.241Z] === RUN TestSetRolloverSerial [2022-04-20T10:31:32.241Z] === RUN TestWindowsIPAM [2022-04-20T10:31:32.241Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-20T10:31:32.241Z] PASS [2022-04-20T10:31:32.241Z] coverage: 71.4% of statements [2022-04-20T10:31:32.241Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.045s coverage: 71.4% of statements [2022-04-20T10:31:32.267Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2022-04-20T10:31:32.267Z] === RUN TestRemoveContainerRunning [2022-04-20T10:31:32.838Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-04-20T10:31:32.838Z] --- PASS: TestRemoveContainerRunning (0.83s) [2022-04-20T10:31:32.838Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-20T10:31:33.096Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-20T10:31:33.233Z] === RUN TestDefaultNetwork [2022-04-20T10:31:33.233Z] --- PASS: TestDefaultNetwork (0.24s) [2022-04-20T10:31:33.233Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-20T10:31:33.666Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2022-04-20T10:31:33.666Z] === RUN TestRemoveInvalidContainer [2022-04-20T10:31:33.666Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-04-20T10:31:33.666Z] === RUN TestRenameLinkedContainer [2022-04-20T10:31:33.701Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2022-04-20T10:31:33.701Z] === RUN TestInitAddressPools [2022-04-20T10:31:33.701Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-20T10:31:33.701Z] PASS [2022-04-20T10:31:33.701Z] coverage: 74.0% of statements [2022-04-20T10:31:33.701Z] ok github.com/docker/docker/libnetwork/ipamutils 0.581s coverage: 74.0% of statements [2022-04-20T10:31:33.701Z] --- PASS: TestSetRolloverSerial (1.55s) [2022-04-20T10:31:33.701Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-20T10:31:33.701Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-20T10:31:33.701Z] PASS [2022-04-20T10:31:33.701Z] coverage: 84.4% of statements [2022-04-20T10:31:33.701Z] ok github.com/docker/docker/libnetwork/bitseq 12.681s coverage: 84.4% of statements [2022-04-20T10:31:34.170Z] === RUN TestKeyValue [2022-04-20T10:31:34.170Z] --- PASS: TestKeyValue (0.00s) [2022-04-20T10:31:34.170Z] PASS [2022-04-20T10:31:34.170Z] coverage: 60.0% of statements [2022-04-20T10:31:34.170Z] ok github.com/docker/docker/libnetwork/netlabel 0.037s coverage: 60.0% of statements [2022-04-20T10:31:34.170Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.33s) [2022-04-20T10:31:34.170Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-20T10:31:34.601Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-04-20T10:31:36.505Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-04-20T10:31:36.763Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-20T10:31:37.022Z] --- PASS: TestRenameLinkedContainer (3.20s) [2022-04-20T10:31:37.022Z] === RUN TestRenameStoppedContainer [2022-04-20T10:31:37.126Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.73s) [2022-04-20T10:31:37.126Z] === RUN TestGetAddress [2022-04-20T10:31:37.126Z] === RUN TestNetworkDBSimple [2022-04-20T10:31:37.958Z] --- PASS: TestRenameStoppedContainer (0.83s) [2022-04-20T10:31:37.958Z] === RUN TestRenameRunningContainerAndReuse [2022-04-20T10:31:37.958Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-20T10:31:38.123Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-20T10:31:38.595Z] 2022/04/20 10:31:37 Closing DB instances... [2022-04-20T10:31:38.596Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-20T10:31:38.596Z] PASS [2022-04-20T10:31:38.596Z] coverage: 100.0% of statements [2022-04-20T10:31:38.596Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.050s coverage: 100.0% of statements [2022-04-20T10:31:38.596Z] === RUN TestGenerate [2022-04-20T10:31:38.596Z] --- PASS: TestGenerate (0.00s) [2022-04-20T10:31:38.596Z] === RUN TestGeneratePtr [2022-04-20T10:31:38.596Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-20T10:31:38.596Z] === RUN TestGenerateMissingField [2022-04-20T10:31:38.596Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-20T10:31:38.596Z] === RUN TestFieldCannotBeSet [2022-04-20T10:31:38.596Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-20T10:31:38.596Z] === RUN TestTypeMismatchError [2022-04-20T10:31:38.596Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-20T10:31:38.596Z] PASS [2022-04-20T10:31:38.596Z] coverage: 100.0% of statements [2022-04-20T10:31:38.596Z] ok github.com/docker/docker/libnetwork/options 0.039s coverage: 100.0% of statements [2022-04-20T10:31:39.412Z] --- PASS: TestRenameRunningContainerAndReuse (1.50s) [2022-04-20T10:31:39.412Z] === RUN TestRenameInvalidName [2022-04-20T10:31:39.584Z] testing: warning: no tests to run [2022-04-20T10:31:39.584Z] PASS [2022-04-20T10:31:39.584Z] coverage: 0.0% of statements [2022-04-20T10:31:39.584Z] ok github.com/docker/docker/libnetwork/osl 0.044s coverage: 0.0% of statements [no tests to run] [2022-04-20T10:31:39.584Z] --- PASS: TestNetworkDBSimple (2.04s) [2022-04-20T10:31:39.584Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-20T10:31:39.584Z] === RUN TestRequestNewPort [2022-04-20T10:31:39.584Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestRequestSpecificPort [2022-04-20T10:31:39.584Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestReleasePort [2022-04-20T10:31:39.584Z] --- PASS: TestReleasePort (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestReuseReleasedPort [2022-04-20T10:31:39.584Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestReleaseUnreadledPort [2022-04-20T10:31:39.584Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestUnknowProtocol [2022-04-20T10:31:39.584Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestAllocateAllPorts [2022-04-20T10:31:39.584Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestPortAllocation [2022-04-20T10:31:39.584Z] --- PASS: TestPortAllocation (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestPortAllocationWithCustomRange [2022-04-20T10:31:39.584Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestNoDuplicateBPR [2022-04-20T10:31:39.584Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-20T10:31:39.584Z] === RUN TestChangePortRange [2022-04-20T10:31:39.584Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-20T10:31:39.584Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-20T10:31:39.584Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-20T10:31:39.584Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-20T10:31:39.584Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-20T10:31:39.584Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-20T10:31:39.584Z] --- PASS: TestChangePortRange (0.00s) [2022-04-20T10:31:39.584Z] PASS [2022-04-20T10:31:39.584Z] coverage: 88.6% of statements [2022-04-20T10:31:39.584Z] ok github.com/docker/docker/libnetwork/portallocator 0.042s coverage: 88.6% of statements [2022-04-20T10:31:39.677Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-04-20T10:31:40.059Z] testing: warning: no tests to run [2022-04-20T10:31:40.059Z] PASS [2022-04-20T10:31:40.059Z] coverage: 0.0% of statements [2022-04-20T10:31:40.059Z] ok github.com/docker/docker/libnetwork/portmapper 0.048s coverage: 0.0% of statements [no tests to run] [2022-04-20T10:31:40.255Z] --- PASS: TestRenameInvalidName (0.97s) [2022-04-20T10:31:40.255Z] === RUN TestRenameAnonymousContainer [2022-04-20T10:31:40.528Z] === RUN TestHashData [2022-04-20T10:31:40.528Z] --- PASS: TestHashData (0.00s) [2022-04-20T10:31:40.528Z] PASS [2022-04-20T10:31:40.528Z] coverage: 2.8% of statements [2022-04-20T10:31:40.528Z] ok github.com/docker/docker/libnetwork/resolvconf 0.040s coverage: 2.8% of statements [2022-04-20T10:31:40.528Z] 2022/04/20 10:31:40 Closing DB instances... [2022-04-20T10:31:40.996Z] === RUN TestErrorConstructors [2022-04-20T10:31:40.996Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-20T10:31:40.996Z] === RUN TestCompareIPMask [2022-04-20T10:31:40.996Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-20T10:31:40.996Z] === RUN TestUtilGetHostPartIP [2022-04-20T10:31:40.996Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-20T10:31:40.996Z] === RUN TestUtilGetBroadcastIP [2022-04-20T10:31:40.996Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-20T10:31:40.996Z] === RUN TestParseCIDR [2022-04-20T10:31:40.996Z] --- PASS: TestParseCIDR (0.00s) [2022-04-20T10:31:40.996Z] PASS [2022-04-20T10:31:40.996Z] coverage: 37.3% of statements [2022-04-20T10:31:40.996Z] ok github.com/docker/docker/libnetwork/types 0.041s coverage: 37.3% of statements [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-20T10:31:41.464Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-20T10:31:41.464Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-20T10:31:41.464Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-20T10:31:41.464Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-20T10:31:41.464Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-20T10:31:41.464Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-20T10:31:41.465Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-20T10:31:41.465Z] PASS [2022-04-20T10:31:41.465Z] coverage: 55.0% of statements [2022-04-20T10:31:41.465Z] ok github.com/docker/docker/oci 0.049s coverage: 55.0% of statements [2022-04-20T10:31:41.631Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-04-20T10:31:42.457Z] === RUN TestParseVersion [2022-04-20T10:31:42.457Z] --- PASS: TestParseVersion (0.00s) [2022-04-20T10:31:42.457Z] PASS [2022-04-20T10:31:42.457Z] coverage: 52.9% of statements [2022-04-20T10:31:42.457Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2022-04-20T10:31:42.457Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-04-20T10:31:42.457Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-20T10:31:42.457Z] === RUN TestAddressPoolOpt [2022-04-20T10:31:42.457Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/a [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/something [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/_=a [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/env1=value1 [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/_env1=value1 [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/PATH [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/=a [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/PATH= [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/PATH=something [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/asd!qwe [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/1asd [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/123 [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/some_space [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/__some_space_before [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/some_space_after__ [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/= [2022-04-20T10:31:42.457Z] === RUN TestValidateEnv/PaTh [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestParseHost [2022-04-20T10:31:42.457Z] --- PASS: TestParseHost (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestParseDockerDaemonHost [2022-04-20T10:31:42.457Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestParseTCP [2022-04-20T10:31:42.457Z] --- PASS: TestParseTCP (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-20T10:31:42.457Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestValidateExtraHosts [2022-04-20T10:31:42.457Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestIpOptString [2022-04-20T10:31:42.457Z] --- PASS: TestIpOptString (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-20T10:31:42.457Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestNewIpOptValidDefaultVal [2022-04-20T10:31:42.457Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestIpOptSetInvalidVal [2022-04-20T10:31:42.457Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestValidateIPAddress [2022-04-20T10:31:42.457Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestMapOpts [2022-04-20T10:31:42.457Z] --- PASS: TestMapOpts (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestListOptsWithoutValidator [2022-04-20T10:31:42.457Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestListOptsWithValidator [2022-04-20T10:31:42.457Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestValidateDNSSearch [2022-04-20T10:31:42.457Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_general_format [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_one_more [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-20T10:31:42.457Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-20T10:31:42.457Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestNamedListOpts [2022-04-20T10:31:42.457Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestNamedMapOpts [2022-04-20T10:31:42.457Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestParseLink [2022-04-20T10:31:42.457Z] --- PASS: TestParseLink (0.00s) [2022-04-20T10:31:42.457Z] === RUN TestUlimitOpt [2022-04-20T10:31:42.457Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-20T10:31:42.457Z] PASS [2022-04-20T10:31:42.457Z] coverage: 66.5% of statements [2022-04-20T10:31:42.457Z] ok github.com/docker/docker/opts 0.080s coverage: 66.5% of statements [2022-04-20T10:31:42.949Z] dccd9e4d14d3: Pull complete [2022-04-20T10:31:42.949Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-20T10:31:42.949Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:31:42.949Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-04-20T10:31:42.949Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-04-20T10:31:42.949Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-04-20T10:31:42.949Z] WARN: Skipping validation tests [2022-04-20T10:31:42.949Z] INFO: Running unit tests at 04/20/2022 10:31:42... [2022-04-20T10:31:43.529Z] --- PASS: TestRenameAnonymousContainer (2.89s) [2022-04-20T10:31:43.529Z] === RUN TestRenameContainerWithSameName [2022-04-20T10:31:43.529Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-20T10:31:43.530Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-04-20T10:31:44.024Z] 2022/04/20 10:31:43 Closing DB instances... [2022-04-20T10:31:44.024Z] === RUN TestPeerCertificateMarshalJSON [2022-04-20T10:31:44.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-20T10:31:44.095Z] --- PASS: TestRenameContainerWithSameName (0.85s) [2022-04-20T10:31:44.095Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-20T10:31:44.095Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-04-20T10:31:44.492Z] === RUN TestIsArchivePathDir [2022-04-20T10:31:44.492Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-20T10:31:44.492Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-20T10:31:44.492Z] --- PASS: TestPeerCertificateMarshalJSON (0.32s) [2022-04-20T10:31:44.492Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-20T10:31:44.492Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-20T10:31:44.492Z] === RUN TestMiddleware [2022-04-20T10:31:44.492Z] --- PASS: TestMiddleware (0.00s) [2022-04-20T10:31:44.492Z] === RUN TestNewResponseModifier [2022-04-20T10:31:44.492Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-20T10:31:44.492Z] PASS [2022-04-20T10:31:44.492Z] coverage: 26.8% of statements [2022-04-20T10:31:44.492Z] ok github.com/docker/docker/pkg/authorization 0.370s coverage: 26.8% of statements [2022-04-20T10:31:44.492Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-04-20T10:31:44.492Z] === RUN TestIsArchivePathInvalidFile [2022-04-20T10:31:44.960Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2022-04-20T10:31:44.960Z] === RUN TestIsArchivePathTar [2022-04-20T10:31:44.960Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-04-20T10:31:44.960Z] === RUN TestDecompressStreamGzip [2022-04-20T10:31:44.960Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-04-20T10:31:44.960Z] === RUN TestDecompressStreamBzip2 [2022-04-20T10:31:44.960Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.85s) [2022-04-20T10:31:44.960Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-20T10:31:45.429Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-04-20T10:31:45.429Z] === RUN TestDecompressStreamXz [2022-04-20T10:31:45.429Z] archive_test.go:133: Xz not present in msys2 [2022-04-20T10:31:45.429Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestDecompressStreamZstd [2022-04-20T10:31:45.429Z] === RUN TestUnbuffered [2022-04-20T10:31:45.429Z] --- PASS: TestUnbuffered (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestRaceUnbuffered [2022-04-20T10:31:45.429Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-20T10:31:45.429Z] PASS [2022-04-20T10:31:45.429Z] coverage: 100.0% of statements [2022-04-20T10:31:45.429Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2022-04-20T10:31:45.429Z] archive_test.go:140: zstd not installed [2022-04-20T10:31:45.429Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-04-20T10:31:45.429Z] === RUN TestCompressStreamXzUnsupported [2022-04-20T10:31:45.429Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-20T10:31:45.429Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCompressStreamInvalid [2022-04-20T10:31:45.429Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestExtensionInvalid [2022-04-20T10:31:45.429Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestExtensionUncompressed [2022-04-20T10:31:45.429Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestExtensionBzip2 [2022-04-20T10:31:45.429Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestExtensionGzip [2022-04-20T10:31:45.429Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestExtensionXz [2022-04-20T10:31:45.429Z] --- PASS: TestExtensionXz (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestExtensionZstd [2022-04-20T10:31:45.429Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCmdStreamLargeStderr [2022-04-20T10:31:45.429Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-04-20T10:31:45.429Z] === RUN TestCmdStreamBad [2022-04-20T10:31:45.429Z] archive_test.go:252: Failing on Windows CI machines [2022-04-20T10:31:45.429Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCmdStreamGood [2022-04-20T10:31:45.429Z] --- PASS: TestCmdStreamGood (0.04s) [2022-04-20T10:31:45.429Z] === RUN TestUntarPathWithInvalidDest [2022-04-20T10:31:45.429Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-04-20T10:31:45.429Z] === RUN TestUntarPathWithInvalidSrc [2022-04-20T10:31:45.429Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestUntarPath [2022-04-20T10:31:45.429Z] --- PASS: TestUntarPath (0.07s) [2022-04-20T10:31:45.429Z] === RUN TestUntarPathWithDestinationFile [2022-04-20T10:31:45.429Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-04-20T10:31:45.429Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-20T10:31:45.429Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-04-20T10:31:45.429Z] === RUN TestCopyWithTarInvalidSrc [2022-04-20T10:31:45.429Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-20T10:31:45.429Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCopyWithTarSrcFile [2022-04-20T10:31:45.429Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-04-20T10:31:45.429Z] === RUN TestCopyWithTarSrcFolder [2022-04-20T10:31:45.429Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-20T10:31:45.429Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-20T10:31:45.429Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-20T10:31:45.429Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-20T10:31:45.429Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-04-20T10:31:45.429Z] === RUN TestCopyFileWithTarSrcFile [2022-04-20T10:31:45.429Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-04-20T10:31:45.429Z] === RUN TestTarFiles [2022-04-20T10:31:45.469Z] --- PASS: TestRenameContainerWithLinkedContainer (1.29s) [2022-04-20T10:31:45.469Z] === RUN TestResize [2022-04-20T10:31:45.727Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-20T10:31:45.897Z] === RUN TestMatch [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[foo]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[foo_bar]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[]#01 [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[qux]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-20T10:31:45.897Z] === RUN TestMatch/[[foo_baz]] [2022-04-20T10:31:45.897Z] --- PASS: TestMatch (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-20T10:31:45.897Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-20T10:31:45.897Z] PASS [2022-04-20T10:31:45.897Z] coverage: 87.5% of statements [2022-04-20T10:31:45.897Z] ok github.com/docker/docker/pkg/capabilities 0.033s coverage: 87.5% of statements [2022-04-20T10:31:45.986Z] --- PASS: TestResize (0.60s) [2022-04-20T10:31:45.986Z] === RUN TestResizeWithInvalidSize [2022-04-20T10:31:46.553Z] --- PASS: TestResizeWithInvalidSize (0.57s) [2022-04-20T10:31:46.553Z] === RUN TestResizeWhenContainerNotStarted [2022-04-20T10:31:46.886Z] === RUN TestChrootTarUntar [2022-04-20T10:31:46.886Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-20T10:31:46.886Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootUntarEmptyArchive [2022-04-20T10:31:46.886Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootTarUntarWithSymlink [2022-04-20T10:31:46.886Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootCopyWithTar [2022-04-20T10:31:46.886Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootCopyFileWithTar [2022-04-20T10:31:46.886Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootUntarPath [2022-04-20T10:31:46.886Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-20T10:31:46.886Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-20T10:31:46.886Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:31:46.886Z] === RUN TestChrootApplyDotDotFile [2022-04-20T10:31:46.886Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:31:46.886Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-20T10:31:46.886Z] PASS [2022-04-20T10:31:46.886Z] coverage: 12.0% of statements [2022-04-20T10:31:46.886Z] ok github.com/docker/docker/pkg/chrootarchive 0.076s coverage: 12.0% of statements [2022-04-20T10:31:47.120Z] --- PASS: TestResizeWhenContainerNotStarted (0.59s) [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:31:47.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:31:47.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:31:47.120Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-20T10:31:47.120Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:31:47.355Z] 2022/04/20 10:31:46 Closing DB instances... [2022-04-20T10:31:47.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-20T10:31:47.637Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-04-20T10:31:47.748Z] INFO: make.ps1 starting at 04/20/2022 10:31:46 [2022-04-20T10:31:47.748Z] INFO: Git commit (95c8fa20bb) assumed from DOCKER_GITCOMMIT environment variable [2022-04-20T10:31:47.748Z] INFO: Invoking autogen... [2022-04-20T10:31:47.823Z] === RUN TestEnsureRemoveAllNotExist [2022-04-20T10:31:47.823Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-20T10:31:47.823Z] === RUN TestEnsureRemoveAllWithDir [2022-04-20T10:31:47.823Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-20T10:31:47.823Z] === RUN TestEnsureRemoveAllWithFile [2022-04-20T10:31:47.823Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-20T10:31:47.823Z] PASS [2022-04-20T10:31:47.823Z] coverage: 0.0% of statements [2022-04-20T10:31:47.823Z] ok github.com/docker/docker/pkg/containerfs 0.039s coverage: 0.0% of statements [2022-04-20T10:31:48.204Z] INFO: Running unit tests... [2022-04-20T10:31:48.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-20T10:31:48.811Z] === RUN TestSizeEmpty [2022-04-20T10:31:48.811Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-20T10:31:48.811Z] === RUN TestSizeEmptyFile [2022-04-20T10:31:48.811Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-20T10:31:48.811Z] === RUN TestSizeNonemptyFile [2022-04-20T10:31:48.811Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-20T10:31:48.811Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-20T10:31:48.811Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-20T10:31:48.811Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-20T10:31:48.811Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-20T10:31:48.811Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-20T10:31:48.811Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-20T10:31:48.811Z] === RUN TestMoveToSubdir [2022-04-20T10:31:48.811Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-20T10:31:48.811Z] === RUN TestSizeNonExistingDirectory [2022-04-20T10:31:48.811Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-20T10:31:48.811Z] PASS [2022-04-20T10:31:48.811Z] coverage: 80.0% of statements [2022-04-20T10:31:48.811Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements [2022-04-20T10:31:48.811Z] --- PASS: TestNetworkDBCRUDTableEntry (3.91s) [2022-04-20T10:31:48.811Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-20T10:31:49.508Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:31:49.799Z] === RUN TestPollerAddRemove [2022-04-20T10:31:49.799Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-20T10:31:49.799Z] === RUN TestPollerEvent [2022-04-20T10:31:49.799Z] poller_test.go:40: No chmod on Windows [2022-04-20T10:31:49.799Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-20T10:31:49.799Z] === RUN TestPollerClose [2022-04-20T10:31:49.799Z] --- PASS: TestPollerClose (0.00s) [2022-04-20T10:31:49.799Z] PASS [2022-04-20T10:31:49.799Z] coverage: 45.7% of statements [2022-04-20T10:31:49.799Z] ok github.com/docker/docker/pkg/filenotify 0.041s coverage: 45.7% of statements [2022-04-20T10:31:50.271Z] === RUN TestCopyFileWithInvalidSrc [2022-04-20T10:31:50.271Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestCopyFileWithInvalidDest [2022-04-20T10:31:50.271Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-20T10:31:50.271Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-20T10:31:50.271Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestCopyFile [2022-04-20T10:31:50.271Z] --- PASS: TestCopyFile (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-20T10:31:50.271Z] fileutils_test.go:133: Needs porting to Windows [2022-04-20T10:31:50.271Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-20T10:31:50.271Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-20T10:31:50.271Z] fileutils_test.go:179: Needs porting to Windows [2022-04-20T10:31:50.271Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestWildcardMatches [2022-04-20T10:31:50.271Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestPatternMatches [2022-04-20T10:31:50.271Z] --- PASS: TestPatternMatches (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-20T10:31:50.271Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestPatternMatchesFolderExclusions [2022-04-20T10:31:50.271Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-20T10:31:50.271Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-20T10:31:50.271Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-20T10:31:50.271Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-20T10:31:50.271Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestSingleExclamationError [2022-04-20T10:31:50.271Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-20T10:31:50.271Z] === RUN TestMatchesWithNoPatterns [2022-04-20T10:31:50.272Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestMatchesWithMalformedPatterns [2022-04-20T10:31:50.272Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestMatches [2022-04-20T10:31:50.272Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-20T10:31:50.272Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-20T10:31:50.272Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-20T10:31:50.272Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-20T10:31:50.272Z] --- PASS: TestMatches (0.01s) [2022-04-20T10:31:50.272Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-20T10:31:50.272Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-20T10:31:50.272Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-20T10:31:50.272Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCleanPatterns [2022-04-20T10:31:50.272Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-20T10:31:50.272Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCleanPatternsExceptionFlag [2022-04-20T10:31:50.272Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-20T10:31:50.272Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-20T10:31:50.272Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCleanPatternsErrorSingleException [2022-04-20T10:31:50.272Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCreateIfNotExistsDir [2022-04-20T10:31:50.272Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-04-20T10:31:50.272Z] === RUN TestCreateIfNotExistsFile [2022-04-20T10:31:50.272Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-04-20T10:31:50.272Z] === RUN TestMatch [2022-04-20T10:31:50.272Z] --- PASS: TestMatch (0.00s) [2022-04-20T10:31:50.272Z] === RUN TestCompile [2022-04-20T10:31:50.272Z] === RUN TestCompile/slash [2022-04-20T10:31:50.272Z] === RUN TestCompile/backslash [2022-04-20T10:31:50.272Z] --- PASS: TestCompile (0.00s) [2022-04-20T10:31:50.272Z] --- PASS: TestCompile/slash (0.00s) [2022-04-20T10:31:50.272Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-20T10:31:50.272Z] PASS [2022-04-20T10:31:50.272Z] coverage: 84.7% of statements [2022-04-20T10:31:50.272Z] ok github.com/docker/docker/pkg/fileutils 0.086s coverage: 84.7% of statements [2022-04-20T10:31:50.444Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-20T10:31:50.703Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:31:50.740Z] --- PASS: TestTarFiles (5.21s) [2022-04-20T10:31:50.740Z] === RUN TestDetectCompressionZstd [2022-04-20T10:31:50.740Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-20T10:31:50.740Z] === RUN TestTarUntar [2022-04-20T10:31:50.740Z] --- PASS: TestTarUntar (0.04s) [2022-04-20T10:31:50.740Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-20T10:31:50.740Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-20T10:31:50.740Z] === RUN TestTarWithOptions [2022-04-20T10:31:50.740Z] --- PASS: TestTarWithOptions (0.02s) [2022-04-20T10:31:50.740Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-20T10:31:50.740Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-20T10:31:50.740Z] === RUN TestUntarUstarGnuConflict [2022-04-20T10:31:50.740Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-20T10:31:50.740Z] === RUN TestUntarInvalidFilenames [2022-04-20T10:31:51.211Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1479905197\\dest" [2022-04-20T10:31:51.211Z] --- PASS: TestUntarInvalidFilenames (0.18s) [2022-04-20T10:31:51.211Z] === RUN TestUntarHardlinkToSymlink [2022-04-20T10:31:51.211Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-20T10:31:51.211Z] === RUN TestUntarInvalidHardlink [2022-04-20T10:31:51.211Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1368734644\\victim\\hello" -> "../victim/hello" [2022-04-20T10:31:51.211Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4148801236\\victim\\hello" -> "/../victim/hello" [2022-04-20T10:31:51.211Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3006450085\\victim" -> "../victim" [2022-04-20T10:31:51.211Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2467825566\\victim" -> "../victim" [2022-04-20T10:31:51.211Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink411585712\\victim" -> "../victim" [2022-04-20T10:31:51.211Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink189499188\\victim" -> "../victim" [2022-04-20T10:31:51.211Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-04-20T10:31:51.211Z] === RUN TestUntarInvalidSymlink [2022-04-20T10:31:51.211Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1523314792\\dest\\dotdot" -> "../victim/hello" [2022-04-20T10:31:51.211Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3128423239\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-20T10:31:51.211Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1518233602\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:51.211Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3897782648\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:51.211Z] 2022/04/20 10:31:50 Closing DB instances... [2022-04-20T10:31:51.211Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink562080319\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:51.211Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3867962188\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:51.211Z] === RUN TestGet [2022-04-20T10:31:51.211Z] --- PASS: TestGet (0.00s) [2022-04-20T10:31:51.211Z] === RUN TestGetShortcutString [2022-04-20T10:31:51.211Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-20T10:31:51.211Z] PASS [2022-04-20T10:31:51.211Z] coverage: 42.9% of statements [2022-04-20T10:31:51.211Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3651598669\\dest\\dir\\loophole" -> "../../victim" [2022-04-20T10:31:51.211Z] ok github.com/docker/docker/pkg/homedir 0.035s coverage: 42.9% of statements [2022-04-20T10:31:51.211Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-04-20T10:31:51.211Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-20T10:31:51.211Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-20T10:31:51.211Z] === RUN TestXGlobalNoParent [2022-04-20T10:31:51.211Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-20T10:31:51.211Z] === RUN TestReplaceFileTarWrapper [2022-04-20T10:31:51.211Z] --- PASS: TestReplaceFileTarWrapper (0.17s) [2022-04-20T10:31:51.211Z] === RUN TestPrefixHeaderReadable [2022-04-20T10:31:51.211Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-04-20T10:31:51.211Z] === RUN TestDisablePigz [2022-04-20T10:31:51.211Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-20T10:31:51.638Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-20T10:31:51.679Z] --- PASS: TestDisablePigz (0.13s) [2022-04-20T10:31:51.680Z] === RUN TestPigz [2022-04-20T10:31:51.680Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-20T10:31:51.680Z] --- PASS: TestPigz (0.24s) [2022-04-20T10:31:51.680Z] === RUN TestNosysFileInfo [2022-04-20T10:31:51.680Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestCopyFileWithInvalidDest [2022-04-20T10:31:51.680Z] archive_windows_test.go:16: Currently fails [2022-04-20T10:31:51.680Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestCanonicalTarNameForPath [2022-04-20T10:31:51.680Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestCanonicalTarName [2022-04-20T10:31:51.680Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChmodTarEntry [2022-04-20T10:31:51.680Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestHardLinkOrder [2022-04-20T10:31:51.680Z] --- PASS: TestHardLinkOrder (0.08s) [2022-04-20T10:31:51.680Z] === RUN TestChangeString [2022-04-20T10:31:51.680Z] --- PASS: TestChangeString (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChangesWithNoChanges [2022-04-20T10:31:51.680Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-04-20T10:31:51.680Z] === RUN TestChangesWithChanges [2022-04-20T10:31:51.680Z] --- PASS: TestChangesWithChanges (0.03s) [2022-04-20T10:31:51.680Z] === RUN TestChangesWithChangesGH13590 [2022-04-20T10:31:51.680Z] changes_test.go:196: needs more investigation [2022-04-20T10:31:51.680Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChangesDirsEmpty [2022-04-20T10:31:51.680Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:31:51.680Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChangesDirsMutated [2022-04-20T10:31:51.680Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:31:51.680Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestApplyLayer [2022-04-20T10:31:51.680Z] changes_test.go:433: needs further investigation [2022-04-20T10:31:51.680Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChangesSizeWithHardlinks [2022-04-20T10:31:51.680Z] changes_test.go:469: needs further investigation [2022-04-20T10:31:51.680Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChangesSizeWithNoChanges [2022-04-20T10:31:51.680Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-20T10:31:51.680Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestChangesSize [2022-04-20T10:31:51.680Z] --- PASS: TestChangesSize (0.00s) [2022-04-20T10:31:51.680Z] === RUN TestApplyLayerInvalidFilenames [2022-04-20T10:31:51.680Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1326570464\\dest" [2022-04-20T10:31:51.680Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-04-20T10:31:51.680Z] === RUN TestApplyLayerInvalidHardlink [2022-04-20T10:31:51.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink994620776\\victim\\hello" -> "../victim/hello" [2022-04-20T10:31:51.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1316381151\\victim\\hello" -> "/../victim/hello" [2022-04-20T10:31:52.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink154735090\\victim" -> "../victim" [2022-04-20T10:31:52.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink433812794\\victim" -> "../victim" [2022-04-20T10:31:52.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink944570530\\victim" -> "../victim" [2022-04-20T10:31:52.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3696889674\\victim" -> "../victim" [2022-04-20T10:31:52.148Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-04-20T10:31:52.148Z] === RUN TestApplyLayerInvalidSymlink [2022-04-20T10:31:52.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink688472061\\dest\\dotdot" -> "../victim/hello" [2022-04-20T10:31:52.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2028814641\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-20T10:31:52.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1065735042\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:52.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1738810747\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:52.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3689217200\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:52.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3786717290\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:31:52.148Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-04-20T10:31:52.148Z] === RUN TestApplyLayerWhiteouts [2022-04-20T10:31:52.148Z] === RUN TestCreateIDMapOrder [2022-04-20T10:31:52.148Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-20T10:31:52.148Z] PASS [2022-04-20T10:31:52.148Z] coverage: 7.2% of statements [2022-04-20T10:31:52.148Z] ok github.com/docker/docker/pkg/idtools 0.038s coverage: 7.2% of statements [2022-04-20T10:31:52.148Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-04-20T10:31:52.148Z] === RUN TestGenerateEmptyFile [2022-04-20T10:31:52.148Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-20T10:31:52.148Z] === RUN TestGenerateWithContent [2022-04-20T10:31:52.148Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-20T10:31:52.148Z] PASS [2022-04-20T10:31:52.148Z] coverage: 61.9% of statements [2022-04-20T10:31:52.148Z] ok github.com/docker/docker/pkg/archive 7.525s coverage: 61.9% of statements [2022-04-20T10:31:52.204Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-20T10:31:52.204Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-20T10:31:52.617Z] --- PASS: TestNetworkDBCRUDTableEntries (3.48s) [2022-04-20T10:31:52.617Z] === RUN TestNetworkDBNodeLeave [2022-04-20T10:31:53.094Z] === RUN TestFixedBufferCap [2022-04-20T10:31:53.094Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-20T10:31:53.094Z] === RUN TestFixedBufferLen [2022-04-20T10:31:53.094Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-20T10:31:53.094Z] === RUN TestFixedBufferString [2022-04-20T10:31:53.094Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-20T10:31:53.094Z] === RUN TestFixedBufferWrite [2022-04-20T10:31:53.094Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-20T10:31:53.094Z] === RUN TestFixedBufferRead [2022-04-20T10:31:53.094Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-20T10:31:53.094Z] === RUN TestBytesPipeRead [2022-04-20T10:31:53.094Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-20T10:31:53.094Z] === RUN TestBytesPipeWrite [2022-04-20T10:31:53.094Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-20T10:31:53.094Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-20T10:31:53.564Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-04-20T10:31:53.564Z] === RUN TestAtomicWriteToFile [2022-04-20T10:31:53.564Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-04-20T10:31:53.564Z] === RUN TestAtomicWriteSetCommit [2022-04-20T10:31:53.564Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-04-20T10:31:53.564Z] === RUN TestAtomicWriteSetCancel [2022-04-20T10:31:53.564Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-20T10:31:53.564Z] === RUN TestReadCloserWrapperClose [2022-04-20T10:31:53.564Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-20T10:31:53.564Z] === RUN TestReaderErrWrapperReadOnError [2022-04-20T10:31:53.564Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-20T10:31:53.564Z] === RUN TestReaderErrWrapperRead [2022-04-20T10:31:53.564Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-20T10:31:53.564Z] === RUN TestCancelReadCloser [2022-04-20T10:31:53.582Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-20T10:31:53.582Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-20T10:31:53.582Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:31:54.034Z] --- PASS: TestCancelReadCloser (0.10s) [2022-04-20T10:31:54.034Z] === RUN TestWriteCloserWrapperClose [2022-04-20T10:31:54.034Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-20T10:31:54.034Z] === RUN TestNopWriteCloser [2022-04-20T10:31:54.034Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-20T10:31:54.034Z] === RUN TestNopWriter [2022-04-20T10:31:54.034Z] --- PASS: TestNopWriter (0.00s) [2022-04-20T10:31:54.034Z] === RUN TestWriteCounter [2022-04-20T10:31:54.034Z] --- PASS: TestWriteCounter (0.00s) [2022-04-20T10:31:54.034Z] PASS [2022-04-20T10:31:54.034Z] coverage: 69.6% of statements [2022-04-20T10:31:54.034Z] ok github.com/docker/docker/pkg/ioutils 0.600s coverage: 69.6% of statements [2022-04-20T10:31:54.148Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-04-20T10:31:54.714Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-20T10:31:55.021Z] === RUN TestError [2022-04-20T10:31:55.021Z] --- PASS: TestError (0.00s) [2022-04-20T10:31:55.021Z] === RUN TestProgressString [2022-04-20T10:31:55.021Z] === RUN TestProgressString/no_progress [2022-04-20T10:31:55.021Z] === RUN TestProgressString/progress_1 [2022-04-20T10:31:55.021Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-20T10:31:55.021Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-20T10:31:55.021Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-20T10:31:55.021Z] === RUN TestProgressString/with_units [2022-04-20T10:31:55.021Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-20T10:31:55.021Z] === RUN TestProgressString/hide_counts [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-20T10:31:55.021Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-20T10:31:55.021Z] === RUN TestJSONMessageDisplay [2022-04-20T10:31:55.021Z] --- PASS: TestJSONMessageDisplay (0.17s) [2022-04-20T10:31:55.021Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-20T10:31:55.021Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-20T10:31:55.021Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-20T10:31:55.021Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-20T10:31:55.021Z] === RUN TestDisplayJSONMessagesStream [2022-04-20T10:31:55.021Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-20T10:31:55.021Z] PASS [2022-04-20T10:31:55.021Z] coverage: 91.7% of statements [2022-04-20T10:31:55.021Z] ok github.com/docker/docker/pkg/jsonmessage 0.214s coverage: 91.7% of statements [2022-04-20T10:31:55.490Z] --- PASS: TestNetworkDBNodeLeave (2.99s) [2022-04-20T10:31:55.490Z] === RUN TestNetworkDBWatch [2022-04-20T10:31:55.490Z] === RUN TestStandardLongPath [2022-04-20T10:31:55.490Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-20T10:31:55.490Z] === RUN TestUNCLongPath [2022-04-20T10:31:55.490Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-20T10:31:55.490Z] PASS [2022-04-20T10:31:55.490Z] coverage: 100.0% of statements [2022-04-20T10:31:55.490Z] ok github.com/docker/docker/pkg/longpath 0.035s coverage: 100.0% of statements [2022-04-20T10:31:55.958Z] === RUN TestNameFormat [2022-04-20T10:31:55.958Z] --- PASS: TestNameFormat (0.00s) [2022-04-20T10:31:55.958Z] === RUN TestNameRetries [2022-04-20T10:31:55.958Z] --- PASS: TestNameRetries (0.00s) [2022-04-20T10:31:55.958Z] PASS [2022-04-20T10:31:55.958Z] coverage: 85.7% of statements [2022-04-20T10:31:55.958Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2022-04-20T10:31:56.425Z] === RUN TestParseKeyValueOpt [2022-04-20T10:31:56.425Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-20T10:31:56.895Z] === RUN TestParseUintList [2022-04-20T10:31:56.895Z] --- PASS: TestParseUintList (0.00s) [2022-04-20T10:31:56.895Z] === RUN TestParseUintListMaximumLimits [2022-04-20T10:31:56.895Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-20T10:31:56.895Z] PASS [2022-04-20T10:31:56.895Z] coverage: 97.0% of statements [2022-04-20T10:31:56.895Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2022-04-20T10:31:57.247Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-20T10:31:57.363Z] 2022/04/20 10:31:57 Closing DB instances... [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-20T10:31:57.363Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-20T10:31:57.363Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-20T10:31:57.363Z] PASS [2022-04-20T10:31:57.363Z] coverage: 36.4% of statements [2022-04-20T10:31:57.363Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.036s coverage: 36.4% of statements [2022-04-20T10:31:57.814Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-20T10:31:58.073Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-20T10:31:58.349Z] === RUN TestNewAndRemove [2022-04-20T10:31:58.349Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-20T10:31:58.349Z] === RUN TestRemoveInvalidPath [2022-04-20T10:31:58.349Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-20T10:31:58.349Z] PASS [2022-04-20T10:31:58.349Z] coverage: 82.6% of statements [2022-04-20T10:31:58.349Z] ok github.com/docker/docker/pkg/pidfile 0.035s coverage: 82.6% of statements [2022-04-20T10:31:58.516Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-20T10:31:58.817Z] --- PASS: TestNetworkDBWatch (3.27s) [2022-04-20T10:31:58.817Z] === RUN TestNetworkDBBulkSync [2022-04-20T10:31:59.287Z] --- PASS: TestGetAddress (22.16s) [2022-04-20T10:31:59.287Z] === RUN TestRequestSyntaxCheck [2022-04-20T10:31:59.287Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-04-20T10:31:59.287Z] === RUN TestRequest [2022-04-20T10:31:59.755Z] === RUN TestFailedConnection [2022-04-20T10:31:59.976Z] check_test.go:308: [d60cf956e020c] daemon is not started [2022-04-20T10:31:59.976Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-04-20T10:32:00.226Z] 2022/04/20 10:31:59 Closing DB instances... [2022-04-20T10:32:01.792Z] --- PASS: TestNetworkDBBulkSync (2.87s) [2022-04-20T10:32:01.792Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-20T10:32:01.792Z] --- PASS: TestFailedConnection (2.12s) [2022-04-20T10:32:01.792Z] === RUN TestFailOnce [2022-04-20T10:32:01.878Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-20T10:32:02.262Z] 2022/04/20 10:32:01 http: panic serving 127.0.0.1:49291: Plugin not ready [2022-04-20T10:32:02.262Z] goroutine 9 [running]: [2022-04-20T10:32:02.262Z] net/http.(*conn).serve.func1() [2022-04-20T10:32:02.262Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-20T10:32:02.262Z] panic({0xb63700, 0xcad060}) [2022-04-20T10:32:02.262Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-20T10:32:02.262Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc00008ba70?) [2022-04-20T10:32:02.262Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-20T10:32:02.262Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xcb2878?, 0xc0001ac000?}, 0xabd9a6?) [2022-04-20T10:32:02.262Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-20T10:32:02.262Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xcb2878, 0xc0001ac000}, 0xc000196100) [2022-04-20T10:32:02.262Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-20T10:32:02.262Z] net/http.serverHandler.ServeHTTP({0xcb0e98?}, {0xcb2878, 0xc0001ac000}, 0xc000196100) [2022-04-20T10:32:02.262Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-20T10:32:02.262Z] net/http.(*conn).serve(0xc000059040, {0xcb2d78, 0xc0002820c0}) [2022-04-20T10:32:02.262Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-20T10:32:02.262Z] created by net/http.(*Server).Serve [2022-04-20T10:32:02.262Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-20T10:32:02.262Z] time="2022-04-20T10:32:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.FailOnce: Post \"http://127.0.0.1:49290/Test.FailOnce\": EOF, retrying in 1s" [2022-04-20T10:32:02.445Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-04-20T10:32:03.250Z] --- PASS: TestFailOnce (1.21s) [2022-04-20T10:32:03.250Z] === RUN TestEchoInputOutput [2022-04-20T10:32:03.250Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-20T10:32:03.250Z] === RUN TestBackoff [2022-04-20T10:32:03.250Z] --- PASS: TestBackoff (0.00s) [2022-04-20T10:32:03.250Z] === RUN TestAbortRetry [2022-04-20T10:32:03.250Z] --- PASS: TestAbortRetry (0.00s) [2022-04-20T10:32:03.250Z] === RUN TestClientScheme [2022-04-20T10:32:03.250Z] --- PASS: TestClientScheme (0.00s) [2022-04-20T10:32:03.250Z] === RUN TestNewClientWithTimeout [2022-04-20T10:32:03.718Z] time="2022-04-20T10:32:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-20T10:32:03.822Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-20T10:32:04.081Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-20T10:32:04.705Z] 2022/04/20 10:32:04 Closing DB instances... [2022-04-20T10:32:05.173Z] time="2022-04-20T10:32:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-20T10:32:06.739Z] --- PASS: TestRequest (7.31s) [2022-04-20T10:32:06.739Z] === RUN TestOverlappingRequests [2022-04-20T10:32:06.739Z] --- PASS: TestOverlappingRequests (0.34s) [2022-04-20T10:32:06.739Z] === RUN TestRelease [2022-04-20T10:32:07.366Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-20T10:32:07.727Z] time="2022-04-20T10:32:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-20T10:32:07.727Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.10s) [2022-04-20T10:32:07.727Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-20T10:32:08.194Z] --- PASS: TestRelease (1.44s) [2022-04-20T10:32:08.194Z] === RUN TestAllocateRandomDeallocate [2022-04-20T10:32:08.664Z] 2022/04/20 10:32:08 Closing DB instances... [2022-04-20T10:32:08.742Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-20T10:32:10.229Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-04-20T10:32:10.229Z] === RUN TestNetworkDBGarbageCollection [2022-04-20T10:32:10.641Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-20T10:32:10.882Z] ? github.com/docker/docker/api [no test files] [2022-04-20T10:32:10.900Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-20T10:32:12.445Z] time="2022-04-20T10:32:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-20T10:32:12.445Z] --- PASS: TestAllocateRandomDeallocate (3.88s) [2022-04-20T10:32:12.445Z] === RUN TestRetrieveFromStore [2022-04-20T10:32:13.432Z] --- PASS: TestRetrieveFromStore (1.29s) [2022-04-20T10:32:13.432Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-20T10:32:13.432Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-04-20T10:32:13.432Z] === RUN TestParallelPredefinedRequest1 [2022-04-20T10:32:13.432Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-20T10:32:13.432Z] === RUN TestParallelPredefinedRequest2 [2022-04-20T10:32:13.432Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-20T10:32:13.432Z] === RUN TestParallelPredefinedRequest3 [2022-04-20T10:32:13.432Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-20T10:32:13.432Z] === RUN TestParallelPredefinedRequest4 [2022-04-20T10:32:13.432Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-20T10:32:13.432Z] === RUN TestParallelPredefinedRequest5 [2022-04-20T10:32:13.432Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-20T10:32:13.432Z] === RUN TestDebug [2022-04-20T10:32:13.432Z] --- PASS: TestDebug (0.00s) [2022-04-20T10:32:13.432Z] === RUN TestRequestPoolParallel [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.42s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.34s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.00s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.50s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.31s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.38s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.77s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.87s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.27s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.36s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.75s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.32s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.18s) [2022-04-20T10:32:13.433Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.64s) [2022-04-20T10:32:13.433Z] === RUN TestCgroupNamespacesRun [2022-04-20T10:32:13.900Z] --- PASS: TestRequestPoolParallel (0.41s) [2022-04-20T10:32:13.900Z] === RUN TestFullAllocateRelease [2022-04-20T10:32:14.369Z] --- PASS: TestFullAllocateRelease (0.41s) [2022-04-20T10:32:14.369Z] === RUN TestOddAllocateRelease [2022-04-20T10:32:14.369Z] --- PASS: TestOddAllocateRelease (0.26s) [2022-04-20T10:32:14.369Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-20T10:32:14.810Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-20T10:32:14.837Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-04-20T10:32:14.837Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-20T10:32:14.837Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-04-20T10:32:14.837Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-20T10:32:14.837Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest1 [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest4 [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest5 [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest1 [2022-04-20T10:32:14.837Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest4 [2022-04-20T10:32:14.837Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:32:14.837Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest3 [2022-04-20T10:32:14.837Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest2 [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest3 [2022-04-20T10:32:14.837Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest2 [2022-04-20T10:32:14.837Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:32:14.837Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-20T10:32:14.837Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-20T10:32:14.837Z] === CONT TestParallelPredefinedRequest5 [2022-04-20T10:32:14.837Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:32:14.837Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-20T10:32:14.837Z] PASS [2022-04-20T10:32:14.837Z] coverage: 85.3% of statements [2022-04-20T10:32:14.837Z] ok github.com/docker/docker/libnetwork/ipam 45.445s coverage: 85.3% of statements [2022-04-20T10:32:15.069Z] --- PASS: TestCgroupNamespacesRun (2.02s) [2022-04-20T10:32:15.069Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-20T10:32:16.401Z] === RUN TestParseEmptyInterface [2022-04-20T10:32:16.401Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-20T10:32:16.401Z] === RUN TestParseNonInterfaceType [2022-04-20T10:32:16.401Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-20T10:32:16.401Z] === RUN TestParseWithOneFunction [2022-04-20T10:32:16.401Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-20T10:32:16.401Z] === RUN TestParseWithMultipleFuncs [2022-04-20T10:32:16.401Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-20T10:32:16.401Z] === RUN TestParseWithUnnamedReturn [2022-04-20T10:32:16.401Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-20T10:32:16.401Z] === RUN TestEmbeddedInterface [2022-04-20T10:32:16.401Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-20T10:32:16.401Z] === RUN TestParsedImports [2022-04-20T10:32:16.401Z] --- PASS: TestParsedImports (0.00s) [2022-04-20T10:32:16.401Z] === RUN TestAliasedImports [2022-04-20T10:32:16.401Z] --- PASS: TestAliasedImports (0.00s) [2022-04-20T10:32:16.401Z] PASS [2022-04-20T10:32:16.401Z] coverage: 56.8% of statements [2022-04-20T10:32:16.401Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.066s coverage: 56.8% of statements [2022-04-20T10:32:16.869Z] === RUN TestHTTPTransport [2022-04-20T10:32:16.869Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-20T10:32:16.869Z] PASS [2022-04-20T10:32:16.869Z] coverage: 85.7% of statements [2022-04-20T10:32:16.869Z] ok github.com/docker/docker/pkg/plugins/transport 0.037s coverage: 85.7% of statements [2022-04-20T10:32:16.972Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.60s) [2022-04-20T10:32:16.972Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-20T10:32:17.856Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-20T10:32:17.856Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-20T10:32:17.856Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-20T10:32:17.856Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-20T10:32:17.856Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-20T10:32:17.856Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-20T10:32:17.856Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-20T10:32:17.856Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-20T10:32:17.856Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-20T10:32:17.856Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-20T10:32:17.856Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-20T10:32:17.856Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-20T10:32:17.856Z] === RUN TestBufferPoolPutAndGet [2022-04-20T10:32:17.856Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-20T10:32:17.856Z] PASS [2022-04-20T10:32:17.856Z] coverage: 88.2% of statements [2022-04-20T10:32:17.856Z] ok github.com/docker/docker/pkg/pools 0.033s coverage: 88.2% of statements [2022-04-20T10:32:17.906Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-20T10:32:18.164Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-04-20T10:32:18.324Z] === RUN TestOutputOnPrematureClose [2022-04-20T10:32:18.324Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-20T10:32:18.324Z] === RUN TestCompleteSilently [2022-04-20T10:32:18.324Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-20T10:32:18.324Z] PASS [2022-04-20T10:32:18.324Z] coverage: 75.9% of statements [2022-04-20T10:32:18.324Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2022-04-20T10:32:18.424Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-20T10:32:18.683Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.02s) [2022-04-20T10:32:18.683Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-20T10:32:18.791Z] === RUN TestSendToOneSub [2022-04-20T10:32:18.791Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-20T10:32:18.791Z] === RUN TestSendToMultipleSubs [2022-04-20T10:32:18.791Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-20T10:32:18.791Z] === RUN TestEvictOneSub [2022-04-20T10:32:18.791Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-20T10:32:18.791Z] === RUN TestClosePublisher [2022-04-20T10:32:18.791Z] --- PASS: TestClosePublisher (0.00s) [2022-04-20T10:32:18.791Z] === RUN TestPubSubRace [2022-04-20T10:32:19.776Z] --- PASS: TestPubSubRace (1.05s) [2022-04-20T10:32:19.776Z] PASS [2022-04-20T10:32:19.776Z] coverage: 75.0% of statements [2022-04-20T10:32:19.776Z] ok github.com/docker/docker/pkg/pubsub 1.076s coverage: 75.0% of statements [2022-04-20T10:32:20.244Z] === RUN TestRegister [2022-04-20T10:32:20.244Z] --- PASS: TestRegister (0.00s) [2022-04-20T10:32:20.244Z] === RUN TestCommand [2022-04-20T10:32:20.244Z] --- PASS: TestCommand (0.03s) [2022-04-20T10:32:20.244Z] === RUN TestNaiveSelf [2022-04-20T10:32:20.244Z] --- PASS: TestNaiveSelf (0.03s) [2022-04-20T10:32:20.244Z] PASS [2022-04-20T10:32:20.244Z] coverage: 82.4% of statements [2022-04-20T10:32:20.244Z] ok github.com/docker/docker/pkg/reexec 0.090s coverage: 82.4% of statements [2022-04-20T10:32:20.584Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2022-04-20T10:32:20.585Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-20T10:32:20.585Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-20T10:32:20.585Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-04-20T10:32:20.713Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-04-20T10:32:20.713Z] === RUN TestClientStream [2022-04-20T10:32:20.713Z] --- PASS: TestClientStream (0.00s) [2022-04-20T10:32:20.713Z] === RUN TestClientSendFile [2022-04-20T10:32:20.713Z] --- PASS: TestClientSendFile (0.00s) [2022-04-20T10:32:20.713Z] === RUN TestClientWithRequestTimeout [2022-04-20T10:32:20.713Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-04-20T10:32:20.713Z] === RUN TestFileSpecPlugin [2022-04-20T10:32:20.713Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-20T10:32:20.713Z] === RUN TestFileJSONSpecPlugin [2022-04-20T10:32:20.713Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-20T10:32:20.713Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-20T10:32:20.713Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-20T10:32:20.713Z] === RUN TestPluginAddHandler [2022-04-20T10:32:20.713Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-20T10:32:20.713Z] === RUN TestPluginWaitBadPlugin [2022-04-20T10:32:20.713Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-20T10:32:20.713Z] === RUN TestGet [2022-04-20T10:32:20.713Z] time="2022-04-20T10:32:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-20T10:32:21.182Z] === RUN TestDump [2022-04-20T10:32:21.182Z] goroutine 35 [running]: [2022-04-20T10:32:21.182Z] github.com/docker/docker/pkg/stack.dump(0xb42d57?) [2022-04-20T10:32:21.182Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-20T10:32:21.182Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-20T10:32:21.182Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-20T10:32:21.182Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-20T10:32:21.182Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-20T10:32:21.182Z] testing.tRunner(0xc0001451e0, 0xd0a498) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:32:21.182Z] created by testing.(*T).Run [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-20T10:32:21.182Z] [2022-04-20T10:32:21.182Z] goroutine 1 [chan receive]: [2022-04-20T10:32:21.182Z] testing.(*T).Run(0xc000145040, {0xcf913c?, 0xb1c1f3?}, 0xd0a498) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-20T10:32:21.182Z] testing.runTests.func1(0xc000132840?) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-20T10:32:21.182Z] testing.tRunner(0xc000145040, 0xc00013dca0) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:32:21.182Z] testing.runTests(0xc0001105a0?, {0xe8e400, 0x3, 0x3}, {0x1e519dd0a28?, 0x40?, 0xe934a0?}) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-20T10:32:21.182Z] testing.(*M).Run(0xc0001105a0) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-20T10:32:21.182Z] main.main() [2022-04-20T10:32:21.182Z] _testmain.go:99 +0x255 [2022-04-20T10:32:21.182Z] --- PASS: TestDump (0.00s) [2022-04-20T10:32:21.182Z] === RUN TestDumpToFile [2022-04-20T10:32:21.182Z] --- PASS: TestDumpToFile (0.17s) [2022-04-20T10:32:21.182Z] === RUN TestDumpToFileWithEmptyInput [2022-04-20T10:32:21.182Z] goroutine 37 [running]: [2022-04-20T10:32:21.182Z] github.com/docker/docker/pkg/stack.dump(0xbbed13?) [2022-04-20T10:32:21.182Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-20T10:32:21.182Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xbbece0?}) [2022-04-20T10:32:21.182Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-20T10:32:21.182Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001451e0?) [2022-04-20T10:32:21.182Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-20T10:32:21.182Z] testing.tRunner(0xc000145860, 0xd0a488) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:32:21.182Z] created by testing.(*T).Run [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-20T10:32:21.182Z] [2022-04-20T10:32:21.182Z] goroutine 1 [chan receive]: [2022-04-20T10:32:21.182Z] testing.(*T).Run(0xc000145040, {0xd00713?, 0xb1c1f3?}, 0xd0a488) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-20T10:32:21.182Z] testing.runTests.func1(0xc000132840?) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-20T10:32:21.182Z] testing.tRunner(0xc000145040, 0xc00013dca0) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:32:21.182Z] testing.runTests(0xc0001105a0?, {0xe8e400, 0x3, 0x3}, {0x1e519dd0a28?, 0x40?, 0xe934a0?}) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-20T10:32:21.182Z] testing.(*M).Run(0xc0001105a0) [2022-04-20T10:32:21.182Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-20T10:32:21.182Z] main.main() [2022-04-20T10:32:21.182Z] _testmain.go:99 +0x255 [2022-04-20T10:32:21.182Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-20T10:32:21.182Z] PASS [2022-04-20T10:32:21.182Z] coverage: 90.9% of statements [2022-04-20T10:32:21.182Z] ok github.com/docker/docker/pkg/stack 0.222s coverage: 90.9% of statements [2022-04-20T10:32:21.653Z] time="2022-04-20T10:32:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-20T10:32:21.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-04-20T10:32:22.123Z] === RUN TestNewStdWriter [2022-04-20T10:32:22.123Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-20T10:32:22.123Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestWriteWithNilBytes [2022-04-20T10:32:22.123Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestWrite [2022-04-20T10:32:22.123Z] --- PASS: TestWrite (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestWriteWithWriterError [2022-04-20T10:32:22.123Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-20T10:32:22.123Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyWriteAndRead [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-20T10:32:22.123Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-20T10:32:22.123Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-20T10:32:22.123Z] PASS [2022-04-20T10:32:22.123Z] coverage: 100.0% of statements [2022-04-20T10:32:22.123Z] ok github.com/docker/docker/pkg/stdcopy 0.033s coverage: 100.0% of statements [2022-04-20T10:32:22.217Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2022-04-20T10:32:22.217Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-20T10:32:22.592Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-20T10:32:22.592Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-20T10:32:22.592Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestFormatStatus [2022-04-20T10:32:22.592Z] --- PASS: TestFormatStatus (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestFormatError [2022-04-20T10:32:22.592Z] --- PASS: TestFormatError (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestFormatJSONError [2022-04-20T10:32:22.592Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-20T10:32:22.592Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-20T10:32:22.592Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestNewJSONProgressOutput [2022-04-20T10:32:22.592Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestAuxFormatterEmit [2022-04-20T10:32:22.592Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestStreamWriterStdout [2022-04-20T10:32:22.592Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-20T10:32:22.592Z] === RUN TestStreamWriterStderr [2022-04-20T10:32:22.592Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-20T10:32:22.592Z] PASS [2022-04-20T10:32:22.592Z] coverage: 66.2% of statements [2022-04-20T10:32:22.592Z] ok github.com/docker/docker/pkg/streamformatter 0.038s coverage: 66.2% of statements [2022-04-20T10:32:22.785Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-20T10:32:23.064Z] === RUN TestGenerateRandomID [2022-04-20T10:32:23.064Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-20T10:32:23.064Z] === RUN TestShortenId [2022-04-20T10:32:23.064Z] --- PASS: TestShortenId (0.00s) [2022-04-20T10:32:23.064Z] === RUN TestShortenSha256Id [2022-04-20T10:32:23.064Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-20T10:32:23.064Z] === RUN TestShortenIdEmpty [2022-04-20T10:32:23.064Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-20T10:32:23.064Z] === RUN TestShortenIdInvalid [2022-04-20T10:32:23.064Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-20T10:32:23.064Z] === RUN TestIsShortIDNonHex [2022-04-20T10:32:23.064Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-20T10:32:23.064Z] === RUN TestIsShortIDNotCorrectSize [2022-04-20T10:32:23.064Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-20T10:32:23.064Z] PASS [2022-04-20T10:32:23.064Z] coverage: 70.6% of statements [2022-04-20T10:32:23.064Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2022-04-20T10:32:23.533Z] time="2022-04-20T10:32:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-20T10:32:24.002Z] === RUN TestIsCpusetListAvailable [2022-04-20T10:32:24.002Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-20T10:32:24.002Z] PASS [2022-04-20T10:32:24.002Z] coverage: 39.4% of statements [2022-04-20T10:32:24.002Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 39.4% of statements [2022-04-20T10:32:24.222Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.78s) [2022-04-20T10:32:24.222Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-20T10:32:24.803Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2022-04-20T10:32:24.803Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-20T10:32:24.988Z] === RUN TestChtimes [2022-04-20T10:32:24.988Z] --- PASS: TestChtimes (0.01s) [2022-04-20T10:32:24.988Z] === RUN TestChtimesWindows [2022-04-20T10:32:24.988Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-20T10:32:24.988Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-20T10:32:24.988Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-20T10:32:24.988Z] PASS [2022-04-20T10:32:24.988Z] coverage: 13.0% of statements [2022-04-20T10:32:24.988Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 13.0% of statements [2022-04-20T10:32:25.457Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-20T10:32:25.457Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-20T10:32:25.457Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-20T10:32:25.457Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-20T10:32:25.998Z] === RUN TestTailFile [2022-04-20T10:32:25.998Z] --- PASS: TestTailFile (0.00s) [2022-04-20T10:32:25.998Z] === RUN TestTailFileManyLines [2022-04-20T10:32:25.998Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-20T10:32:25.998Z] === RUN TestTailEmptyFile [2022-04-20T10:32:25.998Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-20T10:32:25.998Z] === RUN TestTailNegativeN [2022-04-20T10:32:25.998Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader [2022-04-20T10:32:25.998Z] === CONT TestNewTailReader [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/truncated_last_line [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-20T10:32:25.998Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-20T10:32:25.998Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === CONT TestNewTailReader/no_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-20T10:32:25.998Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-20T10:32:25.998Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.998Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:25.999Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:25.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:25.999Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.000Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.001Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:32:26.001Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.002Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.002Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.002Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.487Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.487Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.487Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.487Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.487Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.487Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.487Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.487Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.487Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:32:26.488Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:32:26.488Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.02s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:32:26.489Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.490Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:32:26.491Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:32:26.491Z] PASS [2022-04-20T10:32:26.491Z] coverage: 88.6% of statements [2022-04-20T10:32:26.491Z] ok github.com/docker/docker/pkg/tailfile 0.285s coverage: 88.6% of statements [2022-04-20T10:32:26.491Z] === RUN TestTarSumRemoveNonExistent [2022-04-20T10:32:26.491Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestTarSumRemove [2022-04-20T10:32:26.491Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestSortFileInfoSums [2022-04-20T10:32:26.491Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestNewTarSumForLabelInvalid [2022-04-20T10:32:26.491Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestNewTarSumForLabel [2022-04-20T10:32:26.491Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestEmptyTar [2022-04-20T10:32:26.491Z] --- PASS: TestEmptyTar (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestTarSumsReadSize [2022-04-20T10:32:26.491Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestTarSums [2022-04-20T10:32:26.491Z] --- PASS: TestTarSums (0.06s) [2022-04-20T10:32:26.491Z] === RUN TestIteration [2022-04-20T10:32:26.491Z] --- PASS: TestIteration (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestVersionLabelForChecksum [2022-04-20T10:32:26.491Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestVersion [2022-04-20T10:32:26.491Z] --- PASS: TestVersion (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestGetVersion [2022-04-20T10:32:26.491Z] --- PASS: TestGetVersion (0.00s) [2022-04-20T10:32:26.491Z] === RUN TestGetVersions [2022-04-20T10:32:26.491Z] --- PASS: TestGetVersions (0.00s) [2022-04-20T10:32:26.491Z] PASS [2022-04-20T10:32:26.491Z] coverage: 89.3% of statements [2022-04-20T10:32:26.491Z] ok github.com/docker/docker/pkg/tarsum 0.110s coverage: 89.3% of statements [2022-04-20T10:32:26.708Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-04-20T10:32:26.708Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2022-04-20T10:32:26.708Z] === RUN TestNISDomainname [2022-04-20T10:32:26.959Z] === RUN TestTruncIndex [2022-04-20T10:32:26.959Z] --- PASS: TestTruncIndex (0.10s) [2022-04-20T10:32:26.959Z] PASS [2022-04-20T10:32:26.959Z] coverage: 91.5% of statements [2022-04-20T10:32:26.959Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-04-20T10:32:27.427Z] === RUN TestVersionInfo [2022-04-20T10:32:27.427Z] --- PASS: TestVersionInfo (0.00s) [2022-04-20T10:32:27.427Z] === RUN TestAppendVersions [2022-04-20T10:32:27.427Z] --- PASS: TestAppendVersions (0.00s) [2022-04-20T10:32:27.427Z] PASS [2022-04-20T10:32:27.427Z] coverage: 88.9% of statements [2022-04-20T10:32:27.427Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2022-04-20T10:32:27.642Z] --- PASS: TestNISDomainname (0.92s) [2022-04-20T10:32:27.642Z] === RUN TestHostnameDnsResolution [2022-04-20T10:32:27.895Z] time="2022-04-20T10:32:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-20T10:32:27.901Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-20T10:32:28.364Z] === RUN TestNewSettable [2022-04-20T10:32:28.364Z] --- PASS: TestNewSettable (0.00s) [2022-04-20T10:32:28.364Z] === RUN TestIsSettable [2022-04-20T10:32:28.364Z] --- PASS: TestIsSettable (0.00s) [2022-04-20T10:32:28.364Z] === RUN TestUpdateSettingsEnv [2022-04-20T10:32:28.364Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-20T10:32:28.364Z] PASS [2022-04-20T10:32:28.364Z] coverage: 20.0% of statements [2022-04-20T10:32:28.364Z] ok github.com/docker/docker/plugin/v2 0.038s coverage: 20.0% of statements [2022-04-20T10:32:28.364Z] === RUN TestValidatePrivileges [2022-04-20T10:32:28.364Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-20T10:32:28.364Z] === RUN TestFilterByCapNeg [2022-04-20T10:32:28.364Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-20T10:32:28.364Z] === RUN TestFilterByCapPos [2022-04-20T10:32:28.364Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-20T10:32:28.364Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-20T10:32:28.364Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-20T10:32:28.364Z] PASS [2022-04-20T10:32:28.364Z] coverage: 12.0% of statements [2022-04-20T10:32:28.364Z] ok github.com/docker/docker/plugin 0.051s coverage: 12.0% of statements [2022-04-20T10:32:28.836Z] --- PASS: TestHostnameDnsResolution (1.29s) [2022-04-20T10:32:28.836Z] === RUN TestUnprivilegedPortsAndPing [2022-04-20T10:32:29.356Z] === RUN TestLoad [2022-04-20T10:32:29.356Z] --- PASS: TestLoad (0.00s) [2022-04-20T10:32:29.356Z] === RUN TestSave [2022-04-20T10:32:29.356Z] --- PASS: TestSave (0.03s) [2022-04-20T10:32:29.356Z] === RUN TestAddDeleteGet [2022-04-20T10:32:29.356Z] --- PASS: TestAddDeleteGet (0.03s) [2022-04-20T10:32:29.356Z] === RUN TestInvalidTags [2022-04-20T10:32:29.356Z] --- PASS: TestInvalidTags (0.00s) [2022-04-20T10:32:29.356Z] PASS [2022-04-20T10:32:29.356Z] coverage: 84.4% of statements [2022-04-20T10:32:29.356Z] ok github.com/docker/docker/reference 0.115s coverage: 84.4% of statements [2022-04-20T10:32:29.406Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-20T10:32:29.406Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-04-20T10:32:29.973Z] --- PASS: TestUnprivilegedPortsAndPing (0.98s) [2022-04-20T10:32:29.973Z] === RUN TestPrivilegedHostDevices [2022-04-20T10:32:30.234Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-20T10:32:30.342Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-20T10:32:30.342Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-04-20T10:32:30.342Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-20T10:32:30.342Z] === RUN TestResolveAuthConfigIndexServer [2022-04-20T10:32:30.342Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-20T10:32:30.342Z] === RUN TestResolveAuthConfigFullURL [2022-04-20T10:32:30.342Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-20T10:32:30.342Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-20T10:32:30.342Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-20T10:32:30.342Z] === RUN TestValidateMirror [2022-04-20T10:32:30.342Z] --- PASS: TestValidateMirror (0.00s) [2022-04-20T10:32:30.342Z] === RUN TestLoadInsecureRegistries [2022-04-20T10:32:30.342Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-20T10:32:30.342Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-20T10:32:30.342Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-20T10:32:30.342Z] === RUN TestResumableRequestReaderWithReadError [2022-04-20T10:32:30.342Z] time="2022-04-20T10:32:30Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-20T10:32:30.342Z] time="2022-04-20T10:32:30Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-20T10:32:30.342Z] time="2022-04-20T10:32:30Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-20T10:32:30.342Z] --- PASS: TestLoadInsecureRegistries (0.16s) [2022-04-20T10:32:30.343Z] === RUN TestNewServiceConfig [2022-04-20T10:32:30.343Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestValidateIndexName [2022-04-20T10:32:30.343Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestValidateIndexNameWithError [2022-04-20T10:32:30.343Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestEndpointParse [2022-04-20T10:32:30.343Z] --- PASS: TestEndpointParse (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestEndpointParseInvalid [2022-04-20T10:32:30.343Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestValidateEndpoint [2022-04-20T10:32:30.343Z] --- PASS: TestValidateEndpoint (0.01s) [2022-04-20T10:32:30.343Z] === RUN TestPing [2022-04-20T10:32:30.343Z] --- PASS: TestPing (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestPingRegistryEndpoint [2022-04-20T10:32:30.343Z] time="2022-04-20T10:32:30Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-20T10:32:30.343Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s) [2022-04-20T10:32:30.343Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-20T10:32:30.343Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-20T10:32:30.343Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-20T10:32:30.343Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:32:30.343Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestEndpoint [2022-04-20T10:32:30.343Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestResumableRequestReader [2022-04-20T10:32:30.343Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-20T10:32:30.343Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:32:30.343Z] --- SKIP: TestEndpoint (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestParseRepositoryInfo [2022-04-20T10:32:30.343Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-20T10:32:30.343Z] PASS [2022-04-20T10:32:30.343Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestNewIndexInfo [2022-04-20T10:32:30.343Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestMirrorEndpointLookup [2022-04-20T10:32:30.343Z] coverage: 100.0% of statements [2022-04-20T10:32:30.343Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:32:30.343Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestSearchRepositories [2022-04-20T10:32:30.343Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-20T10:32:30.343Z] Host: 127.0.0.1:49328 [2022-04-20T10:32:30.343Z] User-Agent: docker test client [2022-04-20T10:32:30.343Z] Authorization: Token fake-token [2022-04-20T10:32:30.343Z] X-Docker-Token: true [2022-04-20T10:32:30.343Z] Accept-Encoding: gzip [2022-04-20T10:32:30.343Z] [2022-04-20T10:32:30.343Z] [2022-04-20T10:32:30.343Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-20T10:32:30.343Z] Connection: close [2022-04-20T10:32:30.343Z] Content-Length: 144 [2022-04-20T10:32:30.343Z] Cache-Control: no-cache [2022-04-20T10:32:30.343Z] Content-Type: application/json [2022-04-20T10:32:30.343Z] Date: Wed, 20 Apr 2022 10:32:30 GMT [2022-04-20T10:32:30.343Z] Expires: -1 [2022-04-20T10:32:30.343Z] Pragma: no-cache [2022-04-20T10:32:30.343Z] Server: docker-tests/mock [2022-04-20T10:32:30.343Z] X-Docker-Registry-Config: mock [2022-04-20T10:32:30.343Z] X-Docker-Registry-Version: 0.0.0 [2022-04-20T10:32:30.343Z] [2022-04-20T10:32:30.343Z] [2022-04-20T10:32:30.343Z] --- PASS: TestSearchRepositories (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestTrustedLocation [2022-04-20T10:32:30.343Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-20T10:32:30.343Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestAllowNondistributableArtifacts [2022-04-20T10:32:30.343Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-20T10:32:30.343Z] === RUN TestIsSecureIndex [2022-04-20T10:32:30.343Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-20T10:32:30.343Z] PASS [2022-04-20T10:32:30.343Z] coverage: 51.7% of statements [2022-04-20T10:32:30.343Z] ok github.com/docker/docker/registry/resumable 0.218s coverage: 100.0% of statements [2022-04-20T10:32:30.343Z] ok github.com/docker/docker/registry 0.233s coverage: 51.7% of statements [2022-04-20T10:32:30.800Z] --- PASS: TestPrivilegedHostDevices (0.94s) [2022-04-20T10:32:30.800Z] === RUN TestStats [2022-04-20T10:32:30.811Z] === RUN TestRestartManagerTimeout [2022-04-20T10:32:30.811Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-20T10:32:30.811Z] === RUN TestRestartManagerTimeoutReset [2022-04-20T10:32:30.811Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-20T10:32:30.811Z] PASS [2022-04-20T10:32:30.811Z] coverage: 50.9% of statements [2022-04-20T10:32:30.811Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2022-04-20T10:32:31.280Z] === RUN TestDecodeContainerConfig [2022-04-20T10:32:31.280Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-04-20T10:32:31.280Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-20T10:32:31.280Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-04-20T10:32:31.280Z] === RUN TestDecodeContainerConfigIsolation [2022-04-20T10:32:31.280Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-20T10:32:31.280Z] === RUN TestValidatePrivileged [2022-04-20T10:32:31.280Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-20T10:32:31.280Z] PASS [2022-04-20T10:32:31.280Z] coverage: 52.4% of statements [2022-04-20T10:32:31.280Z] ok github.com/docker/docker/runconfig 0.042s coverage: 52.4% of statements [2022-04-20T10:32:31.367Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-20T10:32:31.748Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-20T10:32:31.748Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-20T10:32:31.748Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-20T10:32:31.748Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-20T10:32:31.748Z] PASS [2022-04-20T10:32:31.748Z] coverage: 62.5% of statements [2022-04-20T10:32:31.748Z] ok github.com/docker/docker/testutil 0.044s coverage: 62.5% of statements [2022-04-20T10:32:31.934Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-20T10:32:33.835Z] --- PASS: TestStats (2.81s) [2022-04-20T10:32:33.835Z] === RUN TestStopContainerWithTimeout [2022-04-20T10:32:33.835Z] === RUN TestStopContainerWithTimeout/0 [2022-04-20T10:32:33.835Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-20T10:32:33.835Z] === RUN TestStopContainerWithTimeout/1 [2022-04-20T10:32:33.835Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-20T10:32:33.835Z] === RUN TestStopContainerWithTimeout/3 [2022-04-20T10:32:33.835Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-20T10:32:33.835Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-20T10:32:33.835Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-20T10:32:33.835Z] === CONT TestStopContainerWithTimeout/0 [2022-04-20T10:32:33.835Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-20T10:32:33.965Z] === RUN TestGetDriver [2022-04-20T10:32:33.965Z] --- PASS: TestGetDriver (0.00s) [2022-04-20T10:32:33.965Z] === RUN TestVolumeRequestError [2022-04-20T10:32:33.965Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-20T10:32:33.965Z] PASS [2022-04-20T10:32:33.965Z] coverage: 36.1% of statements [2022-04-20T10:32:33.965Z] ok github.com/docker/docker/volume/drivers 0.046s coverage: 36.1% of statements [2022-04-20T10:32:33.965Z] === RUN TestGetAddress [2022-04-20T10:32:33.965Z] --- PASS: TestGetAddress (0.00s) [2022-04-20T10:32:33.965Z] === RUN TestRemove [2022-04-20T10:32:33.965Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-20T10:32:33.965Z] --- SKIP: TestRemove (0.00s) [2022-04-20T10:32:33.965Z] === RUN TestInitializeWithVolumes [2022-04-20T10:32:33.965Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-04-20T10:32:33.965Z] === RUN TestCreate [2022-04-20T10:32:33.965Z] --- PASS: TestCreate (0.01s) [2022-04-20T10:32:33.965Z] === RUN TestValidateName [2022-04-20T10:32:33.965Z] --- PASS: TestValidateName (0.00s) [2022-04-20T10:32:33.965Z] === RUN TestCreateWithOpts [2022-04-20T10:32:33.965Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-20T10:32:33.965Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-20T10:32:33.965Z] === RUN TestRelaodNoOpts [2022-04-20T10:32:33.965Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-04-20T10:32:33.965Z] PASS [2022-04-20T10:32:33.965Z] coverage: 41.5% of statements [2022-04-20T10:32:33.965Z] ok github.com/docker/docker/volume/local 0.077s coverage: 41.5% of statements [2022-04-20T10:32:34.096Z] check_test.go:308: [d312784d02097] daemon is not started [2022-04-20T10:32:34.096Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-04-20T10:32:34.662Z] === CONT TestStopContainerWithTimeout/3 [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRaw [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-20T10:32:35.532Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRaw [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-20T10:32:35.532Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-20T10:32:35.532Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-20T10:32:35.532Z] === RUN TestConvertTmpfsOptions [2022-04-20T10:32:35.532Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-20T10:32:35.533Z] linux_parser_test.go:209: data="ro" [2022-04-20T10:32:35.533Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-20T10:32:35.533Z] === RUN TestParseMountSpec [2022-04-20T10:32:35.533Z] parser_test.go:62: case 0 [2022-04-20T10:32:35.533Z] parser_test.go:62: case 1 [2022-04-20T10:32:35.533Z] parser_test.go:62: case 2 [2022-04-20T10:32:35.533Z] parser_test.go:62: case 3 [2022-04-20T10:32:35.533Z] parser_test.go:62: case 4 [2022-04-20T10:32:35.533Z] parser_test.go:62: case 5 [2022-04-20T10:32:35.533Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-20T10:32:35.533Z] === RUN TestValidateMount [2022-04-20T10:32:35.533Z] --- PASS: TestValidateMount (0.00s) [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRaw [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-20T10:32:35.533Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-20T10:32:35.533Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-20T10:32:35.533Z] PASS [2022-04-20T10:32:35.533Z] coverage: 67.6% of statements [2022-04-20T10:32:35.533Z] ok github.com/docker/docker/volume/mounts 0.055s coverage: 67.6% of statements [2022-04-20T10:32:35.601Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-04-20T10:32:35.998Z] === RUN TestMiddlewares [2022-04-20T10:32:35.998Z] --- PASS: TestMiddlewares (0.00s) [2022-04-20T10:32:35.998Z] PASS [2022-04-20T10:32:35.998Z] coverage: 7.9% of statements [2022-04-20T10:32:35.998Z] ok github.com/docker/docker/api/server 0.070s coverage: 7.9% of statements [2022-04-20T10:32:36.001Z] --- PASS: TestGet (15.04s) [2022-04-20T10:32:36.002Z] === RUN TestPluginWithNoManifest [2022-04-20T10:32:36.002Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-20T10:32:36.002Z] === RUN TestGetAll [2022-04-20T10:32:36.002Z] --- PASS: TestGetAll (0.00s) [2022-04-20T10:32:36.002Z] PASS [2022-04-20T10:32:36.002Z] coverage: 73.2% of statements [2022-04-20T10:32:36.002Z] ok github.com/docker/docker/pkg/plugins 36.057s coverage: 73.2% of statements [2022-04-20T10:32:36.002Z] === RUN TestSetGetMeta [2022-04-20T10:32:36.002Z] === PAUSE TestSetGetMeta [2022-04-20T10:32:36.002Z] === RUN TestRestore [2022-04-20T10:32:36.002Z] === PAUSE TestRestore [2022-04-20T10:32:36.002Z] === RUN TestServiceCreate [2022-04-20T10:32:36.002Z] === PAUSE TestServiceCreate [2022-04-20T10:32:36.002Z] === RUN TestServiceList [2022-04-20T10:32:36.002Z] === PAUSE TestServiceList [2022-04-20T10:32:36.002Z] === RUN TestServiceRemove [2022-04-20T10:32:36.002Z] === PAUSE TestServiceRemove [2022-04-20T10:32:36.002Z] === RUN TestServiceGet [2022-04-20T10:32:36.002Z] === PAUSE TestServiceGet [2022-04-20T10:32:36.002Z] === RUN TestServicePrune [2022-04-20T10:32:36.002Z] === PAUSE TestServicePrune [2022-04-20T10:32:36.002Z] === RUN TestCreate [2022-04-20T10:32:36.002Z] === PAUSE TestCreate [2022-04-20T10:32:36.002Z] === RUN TestRemove [2022-04-20T10:32:36.002Z] === PAUSE TestRemove [2022-04-20T10:32:36.002Z] === RUN TestList [2022-04-20T10:32:36.002Z] === PAUSE TestList [2022-04-20T10:32:36.002Z] === RUN TestFindByDriver [2022-04-20T10:32:36.002Z] === PAUSE TestFindByDriver [2022-04-20T10:32:36.002Z] === RUN TestFindByReferenced [2022-04-20T10:32:36.002Z] === PAUSE TestFindByReferenced [2022-04-20T10:32:36.002Z] === RUN TestDerefMultipleOfSameRef [2022-04-20T10:32:36.002Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-20T10:32:36.002Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:32:36.002Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:32:36.002Z] === RUN TestDefererencePluginOnCreateError [2022-04-20T10:32:36.002Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-20T10:32:36.002Z] === RUN TestRefDerefRemove [2022-04-20T10:32:36.002Z] === PAUSE TestRefDerefRemove [2022-04-20T10:32:36.002Z] === RUN TestGet [2022-04-20T10:32:36.002Z] === PAUSE TestGet [2022-04-20T10:32:36.002Z] === RUN TestGetWithReference [2022-04-20T10:32:36.002Z] === PAUSE TestGetWithReference [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_nil_list [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_empty_list [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_filter_some [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_filter_middle [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:32:36.002Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-20T10:32:36.002Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_nil_list [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_filter_some [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_filter_middle [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:32:36.002Z] === CONT TestFilterFunc/test_empty_list [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-20T10:32:36.002Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-20T10:32:36.002Z] === CONT TestSetGetMeta [2022-04-20T10:32:36.002Z] === CONT TestServiceGet [2022-04-20T10:32:36.002Z] === CONT TestList [2022-04-20T10:32:36.002Z] === CONT TestDefererencePluginOnCreateError [2022-04-20T10:32:36.002Z] --- PASS: TestSetGetMeta (0.03s) [2022-04-20T10:32:36.002Z] === CONT TestRemove [2022-04-20T10:32:36.002Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-04-20T10:32:36.002Z] === CONT TestCreate [2022-04-20T10:32:36.002Z] --- PASS: TestList (0.05s) [2022-04-20T10:32:36.002Z] === CONT TestServicePrune [2022-04-20T10:32:36.002Z] --- PASS: TestCreate (0.02s) [2022-04-20T10:32:36.002Z] === CONT TestServiceRemove [2022-04-20T10:32:36.002Z] --- PASS: TestRemove (0.04s) [2022-04-20T10:32:36.002Z] === CONT TestServiceList [2022-04-20T10:32:36.002Z] === CONT TestServiceCreate [2022-04-20T10:32:36.002Z] --- PASS: TestServiceGet (0.21s) [2022-04-20T10:32:36.002Z] time="2022-04-20T10:32:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:32:36.002Z] --- PASS: TestServiceRemove (0.15s) [2022-04-20T10:32:36.002Z] === CONT TestRestore [2022-04-20T10:32:36.002Z] time="2022-04-20T10:32:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:32:36.002Z] --- PASS: TestServiceList (0.15s) [2022-04-20T10:32:36.002Z] === CONT TestGetWithReference [2022-04-20T10:32:36.002Z] time="2022-04-20T10:32:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:32:36.002Z] time="2022-04-20T10:32:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-20T10:32:36.002Z] --- PASS: TestServiceCreate (0.03s) [2022-04-20T10:32:36.002Z] === CONT TestGet [2022-04-20T10:32:36.002Z] --- PASS: TestRestore (0.03s) [2022-04-20T10:32:36.002Z] === CONT TestRefDerefRemove [2022-04-20T10:32:36.002Z] time="2022-04-20T10:32:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:32:36.002Z] --- PASS: TestGetWithReference (0.03s) [2022-04-20T10:32:36.002Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:32:36.002Z] --- PASS: TestServicePrune (0.20s) [2022-04-20T10:32:36.002Z] === CONT TestDerefMultipleOfSameRef [2022-04-20T10:32:36.002Z] --- PASS: TestGet (0.03s) [2022-04-20T10:32:36.002Z] === CONT TestFindByReferenced [2022-04-20T10:32:36.002Z] --- PASS: TestRefDerefRemove (0.03s) [2022-04-20T10:32:36.002Z] === CONT TestFindByDriver [2022-04-20T10:32:36.002Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-04-20T10:32:36.002Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-04-20T10:32:36.469Z] --- PASS: TestFindByReferenced (0.02s) [2022-04-20T10:32:36.469Z] --- PASS: TestFindByDriver (0.02s) [2022-04-20T10:32:36.469Z] PASS [2022-04-20T10:32:36.469Z] coverage: 69.0% of statements [2022-04-20T10:32:36.469Z] ok github.com/docker/docker/volume/service 0.351s coverage: 69.0% of statements [2022-04-20T10:32:36.537Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-20T10:32:36.798Z] === CONT TestStopContainerWithTimeout/1 [2022-04-20T10:32:37.744Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-04-20T10:32:37.744Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-20T10:32:38.311Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-04-20T10:32:38.568Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-04-20T10:32:38.568Z] --- PASS: TestStopContainerWithTimeout/0 (1.10s) [2022-04-20T10:32:38.568Z] --- PASS: TestStopContainerWithTimeout/-1 (3.04s) [2022-04-20T10:32:38.568Z] --- PASS: TestStopContainerWithTimeout/3 (2.73s) [2022-04-20T10:32:38.568Z] --- PASS: TestStopContainerWithTimeout/1 (1.89s) [2022-04-20T10:32:38.568Z] === RUN TestDeleteDevicemapper [2022-04-20T10:32:38.568Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:32:38.568Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-20T10:32:38.568Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-20T10:32:39.503Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-20T10:32:42.035Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.55s) [2022-04-20T10:32:42.035Z] === RUN TestUpdateMemory [2022-04-20T10:32:42.035Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:32:42.035Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-20T10:32:42.035Z] === RUN TestUpdateCPUQuota [2022-04-20T10:32:43.936Z] --- PASS: TestUpdateCPUQuota (1.43s) [2022-04-20T10:32:43.936Z] === RUN TestUpdatePidsLimit [2022-04-20T10:32:43.936Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-20T10:32:43.936Z] === RUN TestUpdatePidsLimit/no_change [2022-04-20T10:32:44.502Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-20T10:32:44.761Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-20T10:32:45.020Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-20T10:32:45.588Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-20T10:32:45.588Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-20T10:32:45.847Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-20T10:32:47.224Z] --- PASS: TestUpdatePidsLimit (3.78s) [2022-04-20T10:32:47.224Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2022-04-20T10:32:47.224Z] --- PASS: TestUpdatePidsLimit/no_change (0.33s) [2022-04-20T10:32:47.224Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2022-04-20T10:32:47.225Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2022-04-20T10:32:47.225Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2022-04-20T10:32:47.225Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2022-04-20T10:32:47.225Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2022-04-20T10:32:47.225Z] === RUN TestUpdateRestartPolicy [2022-04-20T10:32:47.483Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-04-20T10:32:48.050Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-20T10:32:48.616Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-20T10:32:48.874Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-20T10:32:49.442Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-20T10:32:49.701Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-20T10:32:49.959Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-20T10:32:49.959Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-04-20T10:32:49.959Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-20T10:32:50.218Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-04-20T10:32:51.153Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-20T10:32:51.719Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-04-20T10:32:54.247Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-04-20T10:32:55.185Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-20T10:32:56.123Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-20T10:32:56.381Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-04-20T10:32:56.381Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-04-20T10:32:56.381Z] check_test.go:308: [d032fa0abdccd] daemon is not started [2022-04-20T10:32:56.381Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-04-20T10:32:56.381Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-04-20T10:32:56.381Z] check_test.go:308: [d1a4b1b6301f6] daemon is not started [2022-04-20T10:32:56.381Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-04-20T10:32:56.639Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-20T10:32:56.897Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-20T10:32:57.465Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-20T10:32:58.031Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-20T10:32:58.031Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-20T10:32:59.405Z] check_test.go:308: [d5fa5827887ab] daemon is not started [2022-04-20T10:32:59.405Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-04-20T10:32:59.971Z] --- PASS: TestUpdateRestartPolicy (12.59s) [2022-04-20T10:32:59.971Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-20T10:33:00.906Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2022-04-20T10:33:00.906Z] === RUN TestWaitNonBlocked [2022-04-20T10:33:00.906Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:33:00.906Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:33:00.906Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:33:00.906Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:33:00.906Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:33:00.906Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:33:02.283Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-20T10:33:02.283Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2022-04-20T10:33:02.283Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.27s) [2022-04-20T10:33:02.283Z] === RUN TestWaitBlocked [2022-04-20T10:33:02.283Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:33:02.283Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:33:02.283Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:33:02.283Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:33:02.283Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-20T10:33:02.283Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-20T10:33:03.217Z] --- PASS: TestWaitBlocked (0.02s) [2022-04-20T10:33:03.217Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2022-04-20T10:33:03.217Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.22s) [2022-04-20T10:33:03.217Z] === CONT TestContainerStartOnDaemonRestart [2022-04-20T10:33:03.217Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-20T10:33:04.153Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-04-20T10:33:05.277Z] 4612f6d0b889: Pull complete [2022-04-20T10:33:06.569Z] 2022/04/20 10:33:02 Closing DB instances... [2022-04-20T10:33:06.569Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-04-20T10:33:06.569Z] === RUN TestFindNode [2022-04-20T10:33:06.569Z] 2022/04/20 10:33:04 Closing DB instances... [2022-04-20T10:33:06.569Z] --- PASS: TestFindNode (0.02s) [2022-04-20T10:33:06.569Z] === RUN TestChangeNodeState [2022-04-20T10:33:06.569Z] 2022/04/20 10:33:04 Closing DB instances... [2022-04-20T10:33:06.569Z] --- PASS: TestChangeNodeState (0.02s) [2022-04-20T10:33:06.569Z] === RUN TestNodeReincarnation [2022-04-20T10:33:06.569Z] 2022/04/20 10:33:04 Closing DB instances... [2022-04-20T10:33:07.477Z] --- PASS: TestContainerStartOnDaemonRestart (4.10s) [2022-04-20T10:33:07.477Z] === CONT TestIpcModeOlderClient [2022-04-20T10:33:07.477Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-04-20T10:33:07.477Z] === CONT TestContainerKillOnDaemonStart [2022-04-20T10:33:07.477Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.36s) [2022-04-20T10:33:07.477Z] === CONT TestDaemonHostGatewayIP [2022-04-20T10:33:08.044Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-20T10:33:09.520Z] --- PASS: TestNodeReincarnation (5.02s) [2022-04-20T10:33:09.520Z] === RUN TestParallelCreate [2022-04-20T10:33:09.520Z] 2022/04/20 10:33:09 Closing DB instances... [2022-04-20T10:33:09.520Z] --- PASS: TestParallelCreate (0.02s) [2022-04-20T10:33:09.520Z] === RUN TestParallelDelete [2022-04-20T10:33:09.520Z] 2022/04/20 10:33:09 Closing DB instances... [2022-04-20T10:33:09.520Z] --- PASS: TestParallelDelete (0.02s) [2022-04-20T10:33:09.520Z] === RUN TestNetworkDBIslands [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:01825f40c2b1 with config:&{NodeID:01825f40c2b1 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 01825f40c2b1/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 01825f40c2b1/172.19.189.110, added to nodes list" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2deadb7d58f7 with config:&{NodeID:2deadb7d58f7 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, added to nodes list" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49360" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, added to nodes list" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 01825f40c2b1/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=info msg="Node 01825f40c2b1/172.19.189.110, added to nodes list" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-20T10:33:09.520Z] time="2022-04-20T10:33:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49361" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ece327f553fc with config:&{NodeID:ece327f553fc Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node 01825f40c2b1/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node 01825f40c2b1/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-20T10:33:10.506Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-04-20T10:33:10.576Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:33225d81653b with config:&{NodeID:33225d81653b Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node ece327f553fc/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 01825f40c2b1/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=info msg="Node 01825f40c2b1/172.19.189.110, added to nodes list" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-20T10:33:10.974Z] time="2022-04-20T10:33:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-04-20T10:33:11.143Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-20T10:33:11.143Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-04-20T10:33:11.401Z] --- PASS: TestDaemonHostGatewayIP (3.85s) [2022-04-20T10:33:11.401Z] === CONT TestDaemonRestartIpcMode [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:16037ac5f5e7 with config:&{NodeID:16037ac5f5e7 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 01825f40c2b1/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 01825f40c2b1/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node ece327f553fc/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node ece327f553fc/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.442Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.660Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:11.910Z] networkdb_test.go:835: Re-joining: 3 [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=info msg="The new bootstrap node list is:[172.19.189.110:10033 172.19.189.110:10034 172.19.189.110:10035]" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10033" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49368" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10034" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49369" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10035" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49370" [2022-04-20T10:33:11.910Z] networkdb_test.go:835: Re-joining: 4 [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=info msg="The new bootstrap node list is:[172.19.189.110:10033 172.19.189.110:10034 172.19.189.110:10035]" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10033" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49371" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10034" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49372" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10035" [2022-04-20T10:33:11.910Z] time="2022-04-20T10:33:11Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49373" [2022-04-20T10:33:12.380Z] time="2022-04-20T10:33:12Z" level=info msg="node 0 leaving" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="node3(ece327f553fc): Node leave event for 01825f40c2b1/172.19.189.110" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="node5(16037ac5f5e7): Node leave event for 01825f40c2b1/172.19.189.110" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="node4(33225d81653b): Node leave event for 01825f40c2b1/172.19.189.110" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="node2(2deadb7d58f7): Node leave event for 01825f40c2b1/172.19.189.110" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.381Z] time="2022-04-20T10:33:12Z" level=info msg="node1(01825f40c2b1): Node leave event for 01825f40c2b1/172.19.189.110" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1/172.19.189.110, left gossip cluster" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1/172.19.189.110, left gossip cluster" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1/172.19.189.110, left gossip cluster" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1/172.19.189.110, left gossip cluster" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 01825f40c2b1/172.19.189.110, left gossip cluster" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="node 1 leaving" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="node4(33225d81653b): Node leave event for 2deadb7d58f7/172.19.189.110" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="node3(ece327f553fc): Node leave event for 2deadb7d58f7/172.19.189.110" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="node5(16037ac5f5e7): Node leave event for 2deadb7d58f7/172.19.189.110" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7 change state NodeActive --> NodeLeft" [2022-04-20T10:33:12.848Z] time="2022-04-20T10:33:12Z" level=info msg="node2(2deadb7d58f7): Node leave event for 2deadb7d58f7/172.19.189.110" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, left gossip cluster" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, left gossip cluster" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, left gossip cluster" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:12Z" level=info msg="Node 2deadb7d58f7/172.19.189.110, left gossip cluster" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="node 2 leaving" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="Node ece327f553fc change state NodeActive --> NodeLeft" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="node5(16037ac5f5e7): Node leave event for ece327f553fc/172.19.189.110" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="Node ece327f553fc change state NodeActive --> NodeLeft" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="node4(33225d81653b): Node leave event for ece327f553fc/172.19.189.110" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="Node ece327f553fc change state NodeActive --> NodeLeft" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="node3(ece327f553fc): Node leave event for ece327f553fc/172.19.189.110" [2022-04-20T10:33:13.316Z] time="2022-04-20T10:33:13Z" level=info msg="Node ece327f553fc/172.19.189.110, left gossip cluster" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node ece327f553fc/172.19.189.110, left gossip cluster" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node ece327f553fc/172.19.189.110, left gossip cluster" [2022-04-20T10:33:13.785Z] networkdb_test.go:867: node4: OK [2022-04-20T10:33:13.785Z] networkdb_test.go:867: node5: OK [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="node 0 coming back" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2a01a5c886ef with config:&{NodeID:2a01a5c886ef Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, added to nodes list" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="node 1 coming back" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f28c9f7a2f28 with config:&{NodeID:f28c9f7a2f28 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, added to nodes list" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="node 2 coming back" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4f95715609f4 with config:&{NodeID:4f95715609f4 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node 4f95715609f4/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:13.785Z] time="2022-04-20T10:33:13Z" level=info msg="Node 4f95715609f4/172.19.189.110, added to nodes list" [2022-04-20T10:33:14.190Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-04-20T10:33:14.190Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-20T10:33:14.448Z] --- PASS: TestDaemonRestartIpcMode (3.04s) [2022-04-20T10:33:16.976Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-20T10:33:17.544Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-04-20T10:33:17.571Z] time="2022-04-20T10:33:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.189.110:10033 172.19.189.110:10034 172.19.189.110:10035]" [2022-04-20T10:33:17.572Z] time="2022-04-20T10:33:17Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.189.110:10033 172.19.189.110:10034 172.19.189.110:10035]" [2022-04-20T10:33:17.802Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-20T10:33:17.802Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-04-20T10:33:17.802Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-20T10:33:17.802Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-04-20T10:33:17.802Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-20T10:33:17.802Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-04-20T10:33:17.802Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-20T10:33:17.802Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-04-20T10:33:17.802Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10033" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49374" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, is the new incarnation of the shutdown node 01825f40c2b1/172.19.189.110" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10034" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49375" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, is the new incarnation of the shutdown node 2deadb7d58f7/172.19.189.110" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10035" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49376" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 33225d81653b/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 33225d81653b/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 4f95715609f4/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 4f95715609f4/172.19.189.110, is the new incarnation of the shutdown node ece327f553fc/172.19.189.110" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 4f95715609f4/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, is the new incarnation of the shutdown node 2deadb7d58f7/172.19.189.110" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, is the new incarnation of the shutdown node 01825f40c2b1/172.19.189.110" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 4f95715609f4/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 4f95715609f4/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 4f95715609f4/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.039Z] time="2022-04-20T10:33:17Z" level=info msg="Node 4f95715609f4/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=info msg="Node 4f95715609f4/172.19.189.110, joined gossip cluster" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=info msg="Node 4f95715609f4/172.19.189.110, is the new incarnation of the shutdown node ece327f553fc/172.19.189.110" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=info msg="Node 4f95715609f4/172.19.189.110, added to nodes list" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10033" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49377" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10034" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49378" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.189.110:10035" [2022-04-20T10:33:18.507Z] time="2022-04-20T10:33:18Z" level=debug msg="memberlist: Stream connection from=172.19.189.110:49379" [2022-04-20T10:33:18.975Z] 2022/04/20 10:33:18 Closing DB instances... [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="Node 2a01a5c886ef change state NodeActive --> NodeLeft" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="node2(f28c9f7a2f28): Node leave event for 2a01a5c886ef/172.19.189.110" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="Node 2a01a5c886ef change state NodeActive --> NodeLeft" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="node4(33225d81653b): Node leave event for 2a01a5c886ef/172.19.189.110" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="Node 2a01a5c886ef change state NodeActive --> NodeLeft" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="node5(16037ac5f5e7): Node leave event for 2a01a5c886ef/172.19.189.110" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="Node 2a01a5c886ef change state NodeActive --> NodeLeft" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="node1(2a01a5c886ef): Node leave event for 2a01a5c886ef/172.19.189.110" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="Node 2a01a5c886ef change state NodeActive --> NodeLeft" [2022-04-20T10:33:18.975Z] time="2022-04-20T10:33:18Z" level=info msg="node3(4f95715609f4): Node leave event for 2a01a5c886ef/172.19.189.110" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node 2a01a5c886ef/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28 change state NodeActive --> NodeLeft" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="node3(4f95715609f4): Node leave event for f28c9f7a2f28/172.19.189.110" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28 change state NodeActive --> NodeLeft" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="node5(16037ac5f5e7): Node leave event for f28c9f7a2f28/172.19.189.110" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28 change state NodeActive --> NodeLeft" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="node4(33225d81653b): Node leave event for f28c9f7a2f28/172.19.189.110" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28 change state NodeActive --> NodeLeft" [2022-04-20T10:33:19.446Z] time="2022-04-20T10:33:19Z" level=info msg="node2(f28c9f7a2f28): Node leave event for f28c9f7a2f28/172.19.189.110" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node f28c9f7a2f28/172.19.189.110, left gossip cluster" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node 4f95715609f4 change state NodeActive --> NodeLeft" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="node4(33225d81653b): Node leave event for 4f95715609f4/172.19.189.110" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node 4f95715609f4 change state NodeActive --> NodeLeft" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="node5(16037ac5f5e7): Node leave event for 4f95715609f4/172.19.189.110" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node 4f95715609f4 change state NodeActive --> NodeLeft" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="node3(4f95715609f4): Node leave event for 4f95715609f4/172.19.189.110" [2022-04-20T10:33:19.913Z] time="2022-04-20T10:33:19Z" level=info msg="Node 4f95715609f4/172.19.189.110, left gossip cluster" [2022-04-20T10:33:20.336Z] --- PASS: TestContainerKillOnDaemonStart (12.74s) [2022-04-20T10:33:20.336Z] PASS [2022-04-20T10:33:20.336Z] [2022-04-20T10:33:20.336Z] === Skipped [2022-04-20T10:33:20.336Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-20T10:33:20.336Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:33:20.336Z] [2022-04-20T10:33:20.336Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-20T10:33:20.336Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:33:20.336Z] [2022-04-20T10:33:20.336Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-20T10:33:20.336Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:33:20.336Z] [2022-04-20T10:33:20.336Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-20T10:33:20.336Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-20T10:33:20.336Z] [2022-04-20T10:33:20.336Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-20T10:33:20.336Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-20T10:33:20.336Z] [2022-04-20T10:33:20.336Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-20T10:33:20.336Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:33:20.336Z] [2022-04-20T10:33:20.336Z] DONE 234 tests, 6 skipped in 166.230s [2022-04-20T10:33:20.336Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-20T10:33:20.336Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:33:20.336Z] ++ set -e [2022-04-20T10:33:20.336Z] ++ '[' -n 0 ']' [2022-04-20T10:33:20.336Z] ++ set -x [2022-04-20T10:33:20.336Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:33:20.336Z] === RUN TestConfigDaemonLibtrustID [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:19Z" level=info msg="Node 4f95715609f4/172.19.189.110, left gossip cluster" [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:19Z" level=info msg="Node 4f95715609f4/172.19.189.110, left gossip cluster" [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:20Z" level=debug msg="memberlist: Failed ping: 4f95715609f4 (timeout reached)" [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:20Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.19.189.110:10036: use of closed network connection" [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:20Z" level=info msg="Node 33225d81653b change state NodeActive --> NodeLeft" [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:20Z" level=info msg="node5(16037ac5f5e7): Node leave event for 33225d81653b/172.19.189.110" [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:20Z" level=info msg="Node 33225d81653b change state NodeActive --> NodeLeft" [2022-04-20T10:33:20.381Z] time="2022-04-20T10:33:20Z" level=info msg="node4(33225d81653b): Node leave event for 33225d81653b/172.19.189.110" [2022-04-20T10:33:20.856Z] time="2022-04-20T10:33:20Z" level=info msg="Node 33225d81653b/172.19.189.110, left gossip cluster" [2022-04-20T10:33:20.856Z] time="2022-04-20T10:33:20Z" level=info msg="memberlist: Suspect 4f95715609f4 has failed, no acks received" [2022-04-20T10:33:20.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-04-20T10:33:20.904Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2022-04-20T10:33:20.904Z] === RUN TestDaemonConfigValidation [2022-04-20T10:33:20.904Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:33:20.904Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:33:20.904Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-20T10:33:20.904Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-20T10:33:20.904Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-20T10:33:20.904Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-20T10:33:20.904Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-20T10:33:20.904Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-20T10:33:20.904Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-20T10:33:20.904Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-20T10:33:20.904Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-20T10:33:20.904Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-20T10:33:21.162Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-20T10:33:21.162Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-20T10:33:21.162Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-20T10:33:21.162Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-20T10:33:21.324Z] time="2022-04-20T10:33:20Z" level=info msg="Node 33225d81653b/172.19.189.110, left gossip cluster" [2022-04-20T10:33:21.324Z] time="2022-04-20T10:33:21Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, left gossip cluster" [2022-04-20T10:33:21.324Z] time="2022-04-20T10:33:21Z" level=info msg="Node 16037ac5f5e7 change state NodeActive --> NodeFailed" [2022-04-20T10:33:21.324Z] time="2022-04-20T10:33:21Z" level=info msg="Node 16037ac5f5e7/172.19.189.110, added to failed nodes list" [2022-04-20T10:33:21.324Z] --- PASS: TestNetworkDBIslands (11.86s) [2022-04-20T10:33:21.324Z] PASS [2022-04-20T10:33:21.324Z] coverage: 60.0% of statements [2022-04-20T10:33:21.324Z] ok github.com/docker/docker/libnetwork/networkdb 104.231s coverage: 60.0% of statements [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/quota [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/rootless [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/volume [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-20T10:33:21.324Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-20T10:33:21.420Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-20T10:33:21.420Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.14s) [2022-04-20T10:33:21.420Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.20s) [2022-04-20T10:33:21.421Z] --- PASS: TestDaemonConfigValidation/valid_config (0.16s) [2022-04-20T10:33:21.421Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.12s) [2022-04-20T10:33:21.421Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.12s) [2022-04-20T10:33:21.421Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-20T10:33:21.421Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-20T10:33:22.356Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-20T10:33:23.733Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === Skipped [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-20T10:33:24.281Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-20T10:33:24.281Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-20T10:33:24.281Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-04-20T10:33:24.281Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-20T10:33:24.281Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-20T10:33:24.281Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-20T10:33:24.281Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-20T10:33:24.281Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-20T10:33:24.281Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-04-20T10:33:24.281Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-20T10:33:24.281Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-20T10:33:24.281Z] daemon_test.go:145: root required [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-20T10:33:24.281Z] reload_test.go:342: root required [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-20T10:33:24.281Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-20T10:33:24.281Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-20T10:33:24.281Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-20T10:33:24.281Z] download_test.go:267: Needs fixing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-20T10:33:24.281Z] layer_test.go:291: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-20T10:33:24.281Z] layer_test.go:340: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-20T10:33:24.281Z] layer_test.go:455: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-20T10:33:24.281Z] layer_test.go:684: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-20T10:33:24.281Z] migration_test.go:45: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-20T10:33:24.281Z] migration_test.go:181: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-20T10:33:24.281Z] mount_test.go:17: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-20T10:33:24.281Z] mount_test.go:76: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-20T10:33:24.281Z] mount_test.go:125: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-20T10:33:24.281Z] mount_test.go:212: Failing on Windows [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-04-20T10:33:24.281Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-20T10:33:24.281Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-20T10:33:24.281Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-20T10:33:24.281Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-20T10:33:24.281Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-20T10:33:24.281Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-20T10:33:24.281Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-20T10:33:24.281Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-20T10:33:24.281Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-20T10:33:24.281Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:33:24.281Z] [2022-04-20T10:33:24.281Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-20T10:33:24.282Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-20T10:33:24.282Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-20T10:33:24.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-20T10:33:24.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-20T10:33:24.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-20T10:33:24.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-20T10:33:24.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:133: Xz not present in msys2 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-04-20T10:33:24.282Z] archive_test.go:140: zstd not installed [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:252: Failing on Windows CI machines [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:33:24.282Z] archive_windows_test.go:16: Currently fails [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-20T10:33:24.282Z] changes_test.go:196: needs more investigation [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-04-20T10:33:24.282Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-04-20T10:33:24.282Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-20T10:33:24.282Z] changes_test.go:433: needs further investigation [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-20T10:33:24.282Z] changes_test.go:469: needs further investigation [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-20T10:33:24.282Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-20T10:33:24.282Z] poller_test.go:40: No chmod on Windows [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-20T10:33:24.282Z] fileutils_test.go:133: Needs porting to Windows [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-20T10:33:24.282Z] fileutils_test.go:179: Needs porting to Windows [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-04-20T10:33:24.282Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-20T10:33:24.282Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-20T10:33:24.282Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-20T10:33:24.282Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-20T10:33:24.282Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-20T10:33:24.282Z] [2022-04-20T10:33:24.282Z] DONE 2197 tests, 70 skipped in 280.390s [2022-04-20T10:33:24.668Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-20T10:33:24.668Z] daemon_test.go:156: [dc50db3ecb7a2] daemon is not started [2022-04-20T10:33:24.668Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-04-20T10:33:24.668Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-04-20T10:33:24.668Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.10s) [2022-04-20T10:33:24.668Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2022-04-20T10:33:24.668Z] === RUN TestDaemonProxy [2022-04-20T10:33:24.668Z] === RUN TestDaemonProxy/environment_variables [2022-04-20T10:33:24.749Z] INFO: make.ps1 ended at 04/20/2022 10:33:24 [2022-04-20T10:33:24.927Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-04-20T10:33:25.862Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-20T10:33:26.313Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-20T10:33:26.313Z] INFO: Unit tests ended at 04/20/2022 10:33:26. Duration:00:04:55.3647595 [2022-04-20T10:33:26.313Z] INFO: Building busybox [2022-04-20T10:33:26.313Z] Sending build context to Docker daemon 5.12kB [2022-04-20T10:33:26.313Z] [2022-04-20T10:33:26.313Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-20T10:33:26.313Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-20T10:33:26.313Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-20T10:33:26.313Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-20T10:33:26.314Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-20T10:33:26.314Z] ---> aa8714eb8356 [2022-04-20T10:33:26.314Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-20T10:33:26.314Z] ---> Running in 6541315fb7c2 [2022-04-20T10:33:26.428Z] === RUN TestDaemonProxy/command-line_options [2022-04-20T10:33:26.995Z] check_test.go:308: [dee39e1a3cbde] daemon is not started [2022-04-20T10:33:26.995Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-04-20T10:33:27.931Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-20T10:33:28.189Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-20T10:33:28.189Z] === RUN TestDaemonProxy/configuration_file [2022-04-20T10:33:29.564Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-04-20T10:33:30.132Z] === RUN TestDaemonProxy/conflicting_options [2022-04-20T10:33:30.391Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-20T10:33:30.958Z] --- PASS: TestDaemonProxy (6.37s) [2022-04-20T10:33:30.958Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-04-20T10:33:30.958Z] --- PASS: TestDaemonProxy/command-line_options (1.79s) [2022-04-20T10:33:30.958Z] --- PASS: TestDaemonProxy/configuration_file (1.78s) [2022-04-20T10:33:30.958Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-20T10:33:30.958Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-04-20T10:33:30.958Z] PASS [2022-04-20T10:33:30.958Z] [2022-04-20T10:33:30.958Z] DONE 17 tests in 10.846s [2022-04-20T10:33:30.958Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-20T10:33:30.958Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:33:30.958Z] ++ set -e [2022-04-20T10:33:30.958Z] ++ '[' -n 0 ']' [2022-04-20T10:33:30.958Z] ++ set -x [2022-04-20T10:33:30.958Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:33:31.080Z] Removing intermediate container 6541315fb7c2 [2022-04-20T10:33:31.080Z] ---> 3da92fc5c254 [2022-04-20T10:33:31.080Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-20T10:33:31.217Z] INFO: Testing against a local daemon [2022-04-20T10:33:31.217Z] === RUN TestCommitInheritsEnv [2022-04-20T10:33:31.549Z] ---> Running in 150a64091d8d [2022-04-20T10:33:31.549Z] Removing intermediate container 150a64091d8d [2022-04-20T10:33:31.549Z] ---> b65da7f1ab16 [2022-04-20T10:33:31.549Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-20T10:33:31.549Z] ---> Running in d0fb3ba6d4fc [2022-04-20T10:33:31.784Z] --- PASS: TestCommitInheritsEnv (0.53s) [2022-04-20T10:33:31.784Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-20T10:33:31.784Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-20T10:33:31.784Z] === RUN TestImportWithCustomPlatform [2022-04-20T10:33:31.784Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-20T10:33:31.784Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-20T10:33:31.784Z] === RUN TestImportWithCustomPlatform// [2022-04-20T10:33:31.784Z] === RUN TestImportWithCustomPlatform/linux [2022-04-20T10:33:32.017Z] Removing intermediate container d0fb3ba6d4fc [2022-04-20T10:33:32.017Z] ---> c9c835bc5ee2 [2022-04-20T10:33:32.017Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-20T10:33:32.043Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-20T10:33:32.043Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-20T10:33:32.302Z] === RUN TestImportWithCustomPlatform/macos [2022-04-20T10:33:32.302Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-20T10:33:32.302Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform (0.46s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/#00 (0.11s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/linux (0.11s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.10s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-20T10:33:32.302Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-20T10:33:32.302Z] === RUN TestImagesFilterMultiReference [2022-04-20T10:33:32.302Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-20T10:33:32.302Z] === RUN TestImagePullPlatformInvalid [2022-04-20T10:33:32.302Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-04-20T10:33:32.302Z] === RUN TestRemoveImageOrphaning [2022-04-20T10:33:32.561Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-20T10:33:32.820Z] --- PASS: TestRemoveImageOrphaning (0.37s) [2022-04-20T10:33:32.820Z] === RUN TestRemoveImageGarbageCollector [2022-04-20T10:33:33.386Z] time="2022-04-20T10:33:33Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-04-20T10:33:33.386Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-04-20T10:33:33.583Z] [2022-04-20T10:33:34.054Z] ---> 23335ee66fbc [2022-04-20T10:33:34.054Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-20T10:33:34.054Z] ---> Running in 867fa819f484 [2022-04-20T10:33:35.288Z] check_test.go:308: [db0e4ba3d7b17] daemon is not started [2022-04-20T10:33:35.289Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-04-20T10:33:35.289Z] --- PASS: TestRemoveImageGarbageCollector (2.63s) [2022-04-20T10:33:35.289Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-20T10:33:35.289Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-04-20T10:33:35.289Z] === RUN TestTagInvalidReference [2022-04-20T10:33:35.547Z] --- PASS: TestTagInvalidReference (0.02s) [2022-04-20T10:33:35.547Z] === RUN TestTagValidPrefixedRepo [2022-04-20T10:33:35.547Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-04-20T10:33:35.547Z] === RUN TestTagExistedNameWithoutForce [2022-04-20T10:33:35.547Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-04-20T10:33:35.547Z] === RUN TestTagOfficialNames [2022-04-20T10:33:35.547Z] --- PASS: TestTagOfficialNames (0.09s) [2022-04-20T10:33:35.547Z] === RUN TestTagMatchesDigest [2022-04-20T10:33:35.547Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-20T10:33:35.547Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-20T10:33:37.445Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-20T10:33:37.703Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-20T10:33:38.639Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-04-20T10:33:38.897Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-20T10:33:42.180Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-20T10:33:42.713Z] Removing intermediate container 867fa819f484 [2022-04-20T10:33:42.713Z] ---> a7084a99e38f [2022-04-20T10:33:42.713Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-20T10:33:42.713Z] ---> Running in c31e5ff894c9 [2022-04-20T10:33:43.115Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-20T10:33:43.115Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-20T10:33:44.052Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-04-20T10:33:44.281Z] [2022-04-20T10:33:44.281Z] SUCCESS: Specified value was saved. [2022-04-20T10:33:44.310Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-20T10:33:45.246Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-04-20T10:33:45.505Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-20T10:33:45.763Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-04-20T10:33:46.330Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-04-20T10:33:46.330Z] docker_cli_daemon_test.go:2843: Checking IpcMode private set from config [2022-04-20T10:33:46.896Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-20T10:33:46.896Z] docker_cli_daemon_test.go:2843: Checking IpcMode shareable set from config [2022-04-20T10:33:47.232Z] Removing intermediate container c31e5ff894c9 [2022-04-20T10:33:47.232Z] ---> 4d9aabd4dd3a [2022-04-20T10:33:47.232Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-20T10:33:47.232Z] ---> Running in 9bce77947dee [2022-04-20T10:33:47.462Z] docker_cli_daemon_test.go:2843: Checking IpcMode host set from config [2022-04-20T10:33:48.029Z] docker_cli_daemon_test.go:2843: Checking IpcMode container:123 set from config [2022-04-20T10:33:48.048Z] === RUN TestBoolValue [2022-04-20T10:33:48.048Z] --- PASS: TestBoolValue (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestBoolValueOrDefault [2022-04-20T10:33:48.048Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestInt64ValueOrZero [2022-04-20T10:33:48.048Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestInt64ValueOrDefault [2022-04-20T10:33:48.048Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-20T10:33:48.048Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestJsonContentType [2022-04-20T10:33:48.048Z] --- PASS: TestJsonContentType (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestReadJSON [2022-04-20T10:33:48.048Z] === RUN TestReadJSON/nil_body [2022-04-20T10:33:48.048Z] === RUN TestReadJSON/empty_body [2022-04-20T10:33:48.048Z] === RUN TestReadJSON/with_valid_request [2022-04-20T10:33:48.048Z] === RUN TestReadJSON/with_whitespace [2022-04-20T10:33:48.048Z] === RUN TestReadJSON/with_extra_content [2022-04-20T10:33:48.048Z] === RUN TestReadJSON/invalid_JSON [2022-04-20T10:33:48.048Z] --- PASS: TestReadJSON (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-04-20T10:33:48.048Z] PASS [2022-04-20T10:33:48.048Z] coverage: 31.9% of statements [2022-04-20T10:33:48.048Z] ok github.com/docker/docker/api/server/httputils 0.054s coverage: 31.9% of statements [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-20T10:33:48.048Z] === RUN TestMaskSecretKeys [2022-04-20T10:33:48.048Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-20T10:33:48.048Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-20T10:33:48.048Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-20T10:33:48.048Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-20T10:33:48.048Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestVersionMiddlewareVersion [2022-04-20T10:33:48.048Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-20T10:33:48.048Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-20T10:33:48.048Z] PASS [2022-04-20T10:33:48.048Z] coverage: 37.7% of statements [2022-04-20T10:33:48.048Z] ok github.com/docker/docker/api/server/middleware 0.073s coverage: 37.7% of statements [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-20T10:33:48.048Z] === RUN TestToJSON [2022-04-20T10:33:48.048Z] --- PASS: TestToJSON (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestToParamWithVersion [2022-04-20T10:33:48.048Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestFromJSON [2022-04-20T10:33:48.048Z] --- PASS: TestFromJSON (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestEmpty [2022-04-20T10:33:48.048Z] --- PASS: TestEmpty (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestArgsMatchKVListEmptySources [2022-04-20T10:33:48.048Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestArgsMatchKVList [2022-04-20T10:33:48.048Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestArgsMatch [2022-04-20T10:33:48.048Z] --- PASS: TestArgsMatch (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestAdd [2022-04-20T10:33:48.048Z] --- PASS: TestAdd (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestDel [2022-04-20T10:33:48.048Z] --- PASS: TestDel (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestLen [2022-04-20T10:33:48.048Z] --- PASS: TestLen (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestExactMatch [2022-04-20T10:33:48.048Z] --- PASS: TestExactMatch (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestOnlyOneExactMatch [2022-04-20T10:33:48.048Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestContains [2022-04-20T10:33:48.048Z] --- PASS: TestContains (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestValidate [2022-04-20T10:33:48.048Z] --- PASS: TestValidate (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestWalkValues [2022-04-20T10:33:48.048Z] --- PASS: TestWalkValues (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestFuzzyMatch [2022-04-20T10:33:48.048Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestClone [2022-04-20T10:33:48.048Z] --- PASS: TestClone (0.00s) [2022-04-20T10:33:48.048Z] PASS [2022-04-20T10:33:48.048Z] coverage: 92.2% of statements [2022-04-20T10:33:48.048Z] ok github.com/docker/docker/api/types/filters 0.055s coverage: 92.2% of statements [2022-04-20T10:33:48.048Z] === RUN TestStrSliceMarshalJSON [2022-04-20T10:33:48.048Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestStrSliceUnmarshalJSON [2022-04-20T10:33:48.048Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestStrSliceUnmarshalString [2022-04-20T10:33:48.048Z] --- PASS: TestStrSliceUnmarshalString (0.03s) [2022-04-20T10:33:48.048Z] === RUN TestStrSliceUnmarshalSlice [2022-04-20T10:33:48.048Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-20T10:33:48.048Z] PASS [2022-04-20T10:33:48.048Z] coverage: 90.0% of statements [2022-04-20T10:33:48.048Z] ok github.com/docker/docker/api/types/strslice 0.091s coverage: 90.0% of statements [2022-04-20T10:33:48.048Z] === RUN TestDurationToSecondsString [2022-04-20T10:33:48.048Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-04-20T10:33:48.048Z] === RUN TestGetTimestamp [2022-04-20T10:33:48.048Z] === RUN TestAdjustForAPIVersion [2022-04-20T10:33:48.048Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-20T10:33:48.048Z] PASS [2022-04-20T10:33:48.048Z] coverage: 6.1% of statements [2022-04-20T10:33:48.048Z] ok github.com/docker/docker/api/server/router/swarm 0.053s coverage: 6.1% of statements [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-20T10:33:48.048Z] --- PASS: TestGetTimestamp (0.21s) [2022-04-20T10:33:48.048Z] === RUN TestParseTimestamps [2022-04-20T10:33:48.048Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-20T10:33:48.048Z] PASS [2022-04-20T10:33:48.048Z] coverage: 100.0% of statements [2022-04-20T10:33:48.048Z] ok github.com/docker/docker/api/types/time 0.270s coverage: 100.0% of statements [2022-04-20T10:33:48.048Z] === RUN TestCompareVersion [2022-04-20T10:33:48.048Z] --- PASS: TestCompareVersion (0.00s) [2022-04-20T10:33:48.048Z] PASS [2022-04-20T10:33:48.048Z] coverage: 77.3% of statements [2022-04-20T10:33:48.048Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 77.3% of statements [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-20T10:33:48.048Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-20T10:33:48.595Z] docker_cli_daemon_test.go:2843: Checking IpcMode nosuchmode set from config [2022-04-20T10:33:49.010Z] === RUN TestIsGIT [2022-04-20T10:33:49.010Z] --- PASS: TestIsGIT (0.00s) [2022-04-20T10:33:49.010Z] PASS [2022-04-20T10:33:49.010Z] coverage: 100.0% of statements [2022-04-20T10:33:49.010Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.058s coverage: 100.0% of statements [2022-04-20T10:33:49.160Z] docker_cli_daemon_test.go:2843: Checking IpcMode private set from cli [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-20T10:33:49.471Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-20T10:33:49.471Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-20T10:33:49.471Z] === RUN TestCloneArgsSmartHttp [2022-04-20T10:33:49.471Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-04-20T10:33:49.471Z] === RUN TestCloneArgsDumbHttp [2022-04-20T10:33:49.471Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-20T10:33:49.471Z] === RUN TestCloneArgsGit [2022-04-20T10:33:49.471Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-20T10:33:49.471Z] === RUN TestCheckoutGit [2022-04-20T10:33:49.727Z] docker_cli_daemon_test.go:2843: Checking IpcMode shareable set from cli [2022-04-20T10:33:49.985Z] docker_cli_daemon_test.go:2843: Checking IpcMode host set from cli [2022-04-20T10:33:50.552Z] docker_cli_daemon_test.go:2843: Checking IpcMode container:123 set from cli [2022-04-20T10:33:51.024Z] Cannot create a file when that file already exists. [2022-04-20T10:33:51.126Z] docker_cli_daemon_test.go:2843: Checking IpcMode nosuchmode set from cli [2022-04-20T10:33:51.708Z] check_test.go:308: [d2534bac192e6] daemon is not started [2022-04-20T10:33:51.708Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-04-20T10:33:52.363Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-20T10:33:52.363Z] === RUN TestEnable [2022-04-20T10:33:52.363Z] --- PASS: TestEnable (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestDisable [2022-04-20T10:33:52.363Z] --- PASS: TestDisable (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestEnabled [2022-04-20T10:33:52.363Z] --- PASS: TestEnabled (0.00s) [2022-04-20T10:33:52.363Z] PASS [2022-04-20T10:33:52.363Z] coverage: 100.0% of statements [2022-04-20T10:33:52.363Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-04-20T10:33:52.363Z] === RUN TestProcessNoDockerignore [2022-04-20T10:33:52.363Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-20T10:33:52.363Z] ok github.com/docker/docker/cli/debug 0.046s coverage: 100.0% of statements [2022-04-20T10:33:52.363Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-04-20T10:33:52.363Z] === RUN TestDetectContentType [2022-04-20T10:33:52.363Z] --- PASS: TestDetectContentType (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestSelectAcceptableMIME [2022-04-20T10:33:52.363Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestInspectEmptyResponse [2022-04-20T10:33:52.363Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestInspectResponseBinary [2022-04-20T10:33:52.363Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestResponseUnsupportedContentType [2022-04-20T10:33:52.363Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestInspectResponseTextSimple [2022-04-20T10:33:52.363Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestInspectResponseEmptyContentType [2022-04-20T10:33:52.363Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestUnknownContentLength [2022-04-20T10:33:52.363Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestDownloadRemote [2022-04-20T10:33:52.363Z] --- PASS: TestDownloadRemote (0.10s) [2022-04-20T10:33:52.363Z] === RUN TestGetWithStatusError [2022-04-20T10:33:52.363Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestCloseRootDirectory [2022-04-20T10:33:52.363Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:52.363Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestHashFile [2022-04-20T10:33:52.363Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:52.363Z] --- SKIP: TestHashFile (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestHashSubdir [2022-04-20T10:33:52.363Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:52.363Z] --- SKIP: TestHashSubdir (0.01s) [2022-04-20T10:33:52.363Z] === RUN TestRemoveDirectory [2022-04-20T10:33:52.363Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:33:52.363Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-20T10:33:52.363Z] PASS [2022-04-20T10:33:52.363Z] coverage: 9.3% of statements [2022-04-20T10:33:52.363Z] ok github.com/docker/docker/builder/remotecontext 0.270s coverage: 9.3% of statements [2022-04-20T10:33:52.363Z] === RUN TestGetAllAllowed [2022-04-20T10:33:52.363Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestGetAllMeta [2022-04-20T10:33:52.363Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-20T10:33:52.363Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestIsUnreferencedBuiltin [2022-04-20T10:33:52.363Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestIsExistingDirectory [2022-04-20T10:33:52.363Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-04-20T10:33:52.363Z] === RUN TestGetFilenameForDownload [2022-04-20T10:33:52.363Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestEnv2Variables [2022-04-20T10:33:52.363Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-20T10:33:52.363Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestMaintainer [2022-04-20T10:33:52.363Z] --- PASS: TestMaintainer (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestLabel [2022-04-20T10:33:52.363Z] --- PASS: TestLabel (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestFromScratch [2022-04-20T10:33:52.363Z] --- PASS: TestFromScratch (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestFromWithArg [2022-04-20T10:33:52.363Z] --- PASS: TestFromWithArg (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-20T10:33:52.363Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestFromWithUndefinedArg [2022-04-20T10:33:52.363Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestFromMultiStageWithNamedStage [2022-04-20T10:33:52.363Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestOnbuild [2022-04-20T10:33:52.363Z] --- PASS: TestOnbuild (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestWorkdir [2022-04-20T10:33:52.363Z] --- PASS: TestWorkdir (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestCmd [2022-04-20T10:33:52.363Z] --- PASS: TestCmd (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestHealthcheckNone [2022-04-20T10:33:52.363Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestHealthcheckCmd [2022-04-20T10:33:52.363Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestEntrypoint [2022-04-20T10:33:52.363Z] --- PASS: TestEntrypoint (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestExpose [2022-04-20T10:33:52.363Z] --- PASS: TestExpose (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestUser [2022-04-20T10:33:52.363Z] --- PASS: TestUser (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestVolume [2022-04-20T10:33:52.363Z] --- PASS: TestVolume (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestStopSignal [2022-04-20T10:33:52.363Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-20T10:33:52.363Z] --- SKIP: TestStopSignal (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestArg [2022-04-20T10:33:52.363Z] --- PASS: TestArg (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestShell [2022-04-20T10:33:52.363Z] --- PASS: TestShell (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestPrependEnvOnCmd [2022-04-20T10:33:52.363Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestRunWithBuildArgs [2022-04-20T10:33:52.363Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestRunIgnoresHealthcheck [2022-04-20T10:33:52.363Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestDispatchUnsupportedOptions [2022-04-20T10:33:52.363Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-20T10:33:52.363Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-20T10:33:52.363Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-20T10:33:52.363Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestNormalizeWorkdir [2022-04-20T10:33:52.363Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestDispatch [2022-04-20T10:33:52.363Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-20T10:33:52.363Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-20T10:33:52.363Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-20T10:33:52.363Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-20T10:33:52.363Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-20T10:33:52.363Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-20T10:33:52.363Z] === RUN TestDispatch/COPY_url [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch (0.08s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-20T10:33:52.363Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestAddScratchImageAddsToMounts [2022-04-20T10:33:52.363Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-20T10:33:52.363Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-20T10:33:52.363Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-20T10:33:52.363Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestImageSourceGetAddsToMounts [2022-04-20T10:33:52.363Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestEmptyDockerfile [2022-04-20T10:33:52.363Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-04-20T10:33:52.363Z] === RUN TestSymlinkDockerfile [2022-04-20T10:33:52.363Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-04-20T10:33:52.363Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-20T10:33:52.363Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestNonExistingDockerfile [2022-04-20T10:33:52.363Z] --- PASS: TestNonExistingDockerfile (0.01s) [2022-04-20T10:33:52.363Z] === RUN TestCopyRunConfig [2022-04-20T10:33:52.363Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestDeepCopyRunConfig [2022-04-20T10:33:52.363Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestExportImage [2022-04-20T10:33:52.363Z] --- PASS: TestExportImage (0.00s) [2022-04-20T10:33:52.363Z] === RUN TestNormalizeDest [2022-04-20T10:33:52.363Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-20T10:33:52.363Z] PASS [2022-04-20T10:33:52.363Z] coverage: 46.7% of statements [2022-04-20T10:33:52.363Z] ok github.com/docker/docker/builder/dockerfile 0.284s coverage: 46.7% of statements [2022-04-20T10:33:52.648Z] check_test.go:308: [d1c7e9ed541b3] daemon is not started [2022-04-20T10:33:52.648Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-04-20T10:33:53.217Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-04-20T10:33:53.903Z] === RUN TestTCP4Proxy [2022-04-20T10:33:53.903Z] --- PASS: TestTCP4Proxy (0.01s) [2022-04-20T10:33:53.903Z] === RUN TestTCP4ProxyHalfClose [2022-04-20T10:33:53.903Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-20T10:33:53.903Z] === RUN TestTCP6Proxy [2022-04-20T10:33:53.903Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:33:53.903Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-20T10:33:53.903Z] === RUN TestTCPDualStackProxy [2022-04-20T10:33:53.903Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:33:53.903Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-20T10:33:53.903Z] === RUN TestUDP4Proxy [2022-04-20T10:33:53.903Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-20T10:33:53.903Z] === RUN TestUDP6Proxy [2022-04-20T10:33:53.903Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:33:53.903Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-20T10:33:53.903Z] === RUN TestUDPWriteError [2022-04-20T10:33:53.903Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-20T10:33:53.903Z] === RUN TestSCTP4Proxy [2022-04-20T10:33:53.903Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-20T10:33:53.903Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-04-20T10:33:53.903Z] === RUN TestSCTP6Proxy [2022-04-20T10:33:53.903Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:33:53.903Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-20T10:33:53.903Z] PASS [2022-04-20T10:33:53.903Z] coverage: 49.4% of statements [2022-04-20T10:33:53.903Z] ok github.com/docker/docker/cmd/docker-proxy 0.071s coverage: 49.4% of statements [2022-04-20T10:33:55.121Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-04-20T10:33:55.785Z] Removing intermediate container 9bce77947dee [2022-04-20T10:33:55.785Z] ---> b008fbba67fb [2022-04-20T10:33:55.785Z] Step 13/13 : CMD ["sh"] [2022-04-20T10:33:55.785Z] ---> Running in 20e933250952 [2022-04-20T10:33:55.785Z] Removing intermediate container 20e933250952 [2022-04-20T10:33:55.785Z] ---> a9449a3b00c4 [2022-04-20T10:33:55.785Z] Successfully built a9449a3b00c4 [2022-04-20T10:33:55.785Z] Successfully tagged busybox:latest [2022-04-20T10:33:55.785Z] INFO: Docker images of the daemon under test [2022-04-20T10:33:55.785Z] [2022-04-20T10:33:56.252Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-20T10:33:56.252Z] busybox latest a9449a3b00c4 Less than a second ago 5.02GB [2022-04-20T10:33:56.252Z] microsoft/windowsservercore latest aa8714eb8356 2 weeks ago 4.98GB [2022-04-20T10:33:56.252Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 2 weeks ago 4.98GB [2022-04-20T10:33:56.252Z] [2022-04-20T10:33:56.252Z] INFO: Running integration tests at 04/20/2022 10:33:55... [2022-04-20T10:33:56.252Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-20T10:33:56.252Z] INFO: Integration API tests being run from the host: [2022-04-20T10:33:56.252Z] INFO: make.ps1 starting at 04/20/2022 10:33:55 [2022-04-20T10:33:56.496Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-20T10:33:57.241Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-20T10:33:57.872Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-20T10:33:57.872Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-04-20T10:33:58.438Z] check_test.go:308: [d072b907e06ad] daemon is not started [2022-04-20T10:33:58.438Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-04-20T10:34:00.967Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-20T10:34:01.230Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-04-20T10:34:03.130Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-04-20T10:34:07.318Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-04-20T10:34:08.251Z] check_test.go:308: [daea5f20a60f2] daemon is not started [2022-04-20T10:34:08.251Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-04-20T10:34:08.694Z] === RUN TestCheckpointCreateError [2022-04-20T10:34:08.694Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestCheckpointCreate [2022-04-20T10:34:08.694Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestCheckpointDeleteError [2022-04-20T10:34:08.694Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestCheckpointDelete [2022-04-20T10:34:08.694Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestCheckpointListError [2022-04-20T10:34:08.694Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestCheckpointList [2022-04-20T10:34:08.694Z] --- PASS: TestCheckpointList (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestCheckpointListContainerNotFound [2022-04-20T10:34:08.694Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNewClientWithOpsFromEnv [2022-04-20T10:34:08.694Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-20T10:34:08.694Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestGetAPIPath [2022-04-20T10:34:08.694Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestParseHostURL [2022-04-20T10:34:08.694Z] --- PASS: TestParseHostURL (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-20T10:34:08.694Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersion [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPVersionOverride [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-20T10:34:08.694Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestClientRedirect [2022-04-20T10:34:08.694Z] === RUN TestClientRedirect/GET [2022-04-20T10:34:08.694Z] === RUN TestClientRedirect/POST [2022-04-20T10:34:08.694Z] === RUN TestClientRedirect/PUT [2022-04-20T10:34:08.694Z] === RUN TestClientRedirect/DELETE [2022-04-20T10:34:08.694Z] --- PASS: TestClientRedirect (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-20T10:34:08.694Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigCreateUnsupported [2022-04-20T10:34:08.694Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigCreateError [2022-04-20T10:34:08.694Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigCreate [2022-04-20T10:34:08.694Z] --- PASS: TestConfigCreate (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigInspectNotFound [2022-04-20T10:34:08.694Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigInspectWithEmptyID [2022-04-20T10:34:08.694Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigInspectUnsupported [2022-04-20T10:34:08.694Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigInspectError [2022-04-20T10:34:08.694Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigInspectConfigNotFound [2022-04-20T10:34:08.694Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigInspect [2022-04-20T10:34:08.694Z] --- PASS: TestConfigInspect (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigListUnsupported [2022-04-20T10:34:08.694Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigListError [2022-04-20T10:34:08.694Z] --- PASS: TestConfigListError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigList [2022-04-20T10:34:08.694Z] --- PASS: TestConfigList (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigRemoveUnsupported [2022-04-20T10:34:08.694Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigRemoveError [2022-04-20T10:34:08.694Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigRemove [2022-04-20T10:34:08.694Z] --- PASS: TestConfigRemove (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigUpdateUnsupported [2022-04-20T10:34:08.694Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigUpdateError [2022-04-20T10:34:08.694Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestConfigUpdate [2022-04-20T10:34:08.694Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestContainerCommitError [2022-04-20T10:34:08.694Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-20T10:34:08.694Z] === RUN TestContainerCommit [2022-04-20T10:34:08.694Z] --- PASS: TestContainerCommit (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStatPathError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStatPathNotFoundError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStatPathNoHeaderError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStatPath [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyToContainerError [2022-04-20T10:34:08.695Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyToContainerNotFoundError [2022-04-20T10:34:08.695Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyToContainerNotStatusOKError [2022-04-20T10:34:08.695Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyToContainer [2022-04-20T10:34:08.695Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyFromContainerError [2022-04-20T10:34:08.695Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyFromContainerNotFoundError [2022-04-20T10:34:08.695Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyFromContainerNotStatusOKError [2022-04-20T10:34:08.695Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-20T10:34:08.695Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestCopyFromContainer [2022-04-20T10:34:08.695Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerCreateError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerCreateError (0.01s) [2022-04-20T10:34:08.695Z] === RUN TestContainerCreateImageNotFound [2022-04-20T10:34:08.695Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerCreateWithName [2022-04-20T10:34:08.695Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerCreateAutoRemove [2022-04-20T10:34:08.695Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerDiffError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerDiff [2022-04-20T10:34:08.695Z] --- PASS: TestContainerDiff (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecCreateError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecCreate [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecStartError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecStart [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecInspectError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecInspect [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExportError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExportError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExport [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExport (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerInspectError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerInspectContainerNotFound [2022-04-20T10:34:08.695Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerInspectWithEmptyID [2022-04-20T10:34:08.695Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerInspect [2022-04-20T10:34:08.695Z] --- PASS: TestContainerInspect (0.01s) [2022-04-20T10:34:08.695Z] === RUN TestContainerInspectNode [2022-04-20T10:34:08.695Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerKillError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerKillError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerKill [2022-04-20T10:34:08.695Z] --- PASS: TestContainerKill (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerListError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerListError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerList [2022-04-20T10:34:08.695Z] --- PASS: TestContainerList (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerLogsNotFoundError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerLogsError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerLogs [2022-04-20T10:34:08.695Z] --- PASS: TestContainerLogs (0.23s) [2022-04-20T10:34:08.695Z] === RUN TestContainerPauseError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerPause [2022-04-20T10:34:08.695Z] --- PASS: TestContainerPause (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainersPruneError [2022-04-20T10:34:08.695Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainersPrune [2022-04-20T10:34:08.695Z] --- PASS: TestContainersPrune (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerRemoveError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerRemoveNotFoundError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerRemove [2022-04-20T10:34:08.695Z] --- PASS: TestContainerRemove (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerRenameError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerRename [2022-04-20T10:34:08.695Z] --- PASS: TestContainerRename (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerResizeError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecResizeError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerResize [2022-04-20T10:34:08.695Z] --- PASS: TestContainerResize (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerExecResize [2022-04-20T10:34:08.695Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerRestartError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerRestart [2022-04-20T10:34:08.695Z] --- PASS: TestContainerRestart (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStartError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStartError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStart [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStart (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStatsError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStats [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStats (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStopError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStopError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerStop [2022-04-20T10:34:08.695Z] --- PASS: TestContainerStop (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerTopError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerTopError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerTop [2022-04-20T10:34:08.695Z] --- PASS: TestContainerTop (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerUnpauseError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerUnpause [2022-04-20T10:34:08.695Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerUpdateError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerUpdate [2022-04-20T10:34:08.695Z] --- PASS: TestContainerUpdate (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerWaitError [2022-04-20T10:34:08.695Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestContainerWait [2022-04-20T10:34:08.695Z] --- PASS: TestContainerWait (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestDiskUsageError [2022-04-20T10:34:08.695Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestDiskUsage [2022-04-20T10:34:08.695Z] --- PASS: TestDiskUsage (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestDistributionInspectUnsupported [2022-04-20T10:34:08.695Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestDistributionInspectWithEmptyID [2022-04-20T10:34:08.695Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestEventsErrorInOptions [2022-04-20T10:34:08.695Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestEventsErrorFromServer [2022-04-20T10:34:08.695Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestEvents [2022-04-20T10:34:08.695Z] --- PASS: TestEvents (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestTLSCloseWriter [2022-04-20T10:34:08.695Z] === PAUSE TestTLSCloseWriter [2022-04-20T10:34:08.695Z] === RUN TestImageBuildError [2022-04-20T10:34:08.695Z] --- PASS: TestImageBuildError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageBuild [2022-04-20T10:34:08.695Z] --- PASS: TestImageBuild (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestGetDockerOS [2022-04-20T10:34:08.695Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageCreateError [2022-04-20T10:34:08.695Z] --- PASS: TestImageCreateError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageCreate [2022-04-20T10:34:08.695Z] --- PASS: TestImageCreate (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageHistoryError [2022-04-20T10:34:08.695Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageHistory [2022-04-20T10:34:08.695Z] --- PASS: TestImageHistory (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageImportError [2022-04-20T10:34:08.695Z] --- PASS: TestImageImportError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageImport [2022-04-20T10:34:08.695Z] --- PASS: TestImageImport (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageInspectError [2022-04-20T10:34:08.695Z] --- PASS: TestImageInspectError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageInspectImageNotFound [2022-04-20T10:34:08.695Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageInspectWithEmptyID [2022-04-20T10:34:08.695Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageInspect [2022-04-20T10:34:08.695Z] --- PASS: TestImageInspect (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageListError [2022-04-20T10:34:08.695Z] --- PASS: TestImageListError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageList [2022-04-20T10:34:08.695Z] --- PASS: TestImageList (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageListApiBefore125 [2022-04-20T10:34:08.695Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageLoadError [2022-04-20T10:34:08.695Z] --- PASS: TestImageLoadError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageLoad [2022-04-20T10:34:08.695Z] --- PASS: TestImageLoad (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagesPruneError [2022-04-20T10:34:08.695Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagesPrune [2022-04-20T10:34:08.695Z] --- PASS: TestImagesPrune (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePullReferenceParseError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePullAnyError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePullWithoutErrors [2022-04-20T10:34:08.695Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePushReferenceError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePushAnyError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithoutErrors [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-20T10:34:08.695Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageRemoveError [2022-04-20T10:34:08.695Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageRemoveImageNotFound [2022-04-20T10:34:08.695Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageRemove [2022-04-20T10:34:08.695Z] --- PASS: TestImageRemove (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSaveError [2022-04-20T10:34:08.695Z] --- PASS: TestImageSaveError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSave [2022-04-20T10:34:08.695Z] --- PASS: TestImageSave (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSearchAnyError [2022-04-20T10:34:08.695Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-20T10:34:08.695Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:34:08.695Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:34:08.695Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-20T10:34:08.695Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageSearchWithoutErrors [2022-04-20T10:34:08.695Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageTagError [2022-04-20T10:34:08.695Z] --- PASS: TestImageTagError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageTagInvalidReference [2022-04-20T10:34:08.695Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageTagInvalidSourceImageName [2022-04-20T10:34:08.695Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageTagHexSource [2022-04-20T10:34:08.695Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestImageTag [2022-04-20T10:34:08.695Z] --- PASS: TestImageTag (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestInfoServerError [2022-04-20T10:34:08.695Z] --- PASS: TestInfoServerError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestInfoInvalidResponseJSONError [2022-04-20T10:34:08.695Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestInfo [2022-04-20T10:34:08.695Z] --- PASS: TestInfo (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkConnectError [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkConnect [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkCreateError [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkCreate [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkDisconnectError [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkDisconnect [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkInspect [2022-04-20T10:34:08.695Z] === RUN TestNetworkInspect/empty_ID [2022-04-20T10:34:08.695Z] === RUN TestNetworkInspect/no_options [2022-04-20T10:34:08.695Z] === RUN TestNetworkInspect/verbose [2022-04-20T10:34:08.695Z] === RUN TestNetworkInspect/global_scope [2022-04-20T10:34:08.695Z] === RUN TestNetworkInspect/unknown_network [2022-04-20T10:34:08.695Z] === RUN TestNetworkInspect/server_error [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkListError [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkListError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkList [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkList (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworksPruneError [2022-04-20T10:34:08.695Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworksPrune [2022-04-20T10:34:08.695Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkRemoveError [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNetworkRemove [2022-04-20T10:34:08.695Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNodeInspectError [2022-04-20T10:34:08.695Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-20T10:34:08.695Z] === RUN TestNodeInspectNodeNotFound [2022-04-20T10:34:08.696Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeInspectWithEmptyID [2022-04-20T10:34:08.696Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeInspect [2022-04-20T10:34:08.696Z] --- PASS: TestNodeInspect (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeListError [2022-04-20T10:34:08.696Z] --- PASS: TestNodeListError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeList [2022-04-20T10:34:08.696Z] --- PASS: TestNodeList (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeRemoveError [2022-04-20T10:34:08.696Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeRemove [2022-04-20T10:34:08.696Z] --- PASS: TestNodeRemove (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeUpdateError [2022-04-20T10:34:08.696Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestNodeUpdate [2022-04-20T10:34:08.696Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestOptionWithHostFromEnv [2022-04-20T10:34:08.696Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestOptionWithTimeout [2022-04-20T10:34:08.696Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestOptionWithVersionFromEnv [2022-04-20T10:34:08.696Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPingFail [2022-04-20T10:34:08.696Z] --- PASS: TestPingFail (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPingWithError [2022-04-20T10:34:08.696Z] 2022/04/20 10:34:06 RoundTripper returned a response & error; ignoring response [2022-04-20T10:34:08.696Z] 2022/04/20 10:34:06 RoundTripper returned a response & error; ignoring response [2022-04-20T10:34:08.696Z] --- PASS: TestPingWithError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPingSuccess [2022-04-20T10:34:08.696Z] --- PASS: TestPingSuccess (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPingHeadFallback [2022-04-20T10:34:08.696Z] === RUN TestPingHeadFallback/OK [2022-04-20T10:34:08.696Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-20T10:34:08.696Z] === RUN TestPingHeadFallback/Not_Found [2022-04-20T10:34:08.696Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-20T10:34:08.696Z] --- PASS: TestPingHeadFallback (0.01s) [2022-04-20T10:34:08.696Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-20T10:34:08.696Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-20T10:34:08.696Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-20T10:34:08.696Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginDisableError [2022-04-20T10:34:08.696Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginDisable [2022-04-20T10:34:08.696Z] --- PASS: TestPluginDisable (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginEnableError [2022-04-20T10:34:08.696Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginEnable [2022-04-20T10:34:08.696Z] --- PASS: TestPluginEnable (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginInspectError [2022-04-20T10:34:08.696Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginInspectWithEmptyID [2022-04-20T10:34:08.696Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginInspect [2022-04-20T10:34:08.696Z] --- PASS: TestPluginInspect (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginListError [2022-04-20T10:34:08.696Z] --- PASS: TestPluginListError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginList [2022-04-20T10:34:08.696Z] --- PASS: TestPluginList (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginPushError [2022-04-20T10:34:08.696Z] --- PASS: TestPluginPushError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginPush [2022-04-20T10:34:08.696Z] --- PASS: TestPluginPush (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginRemoveError [2022-04-20T10:34:08.696Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginRemove [2022-04-20T10:34:08.696Z] --- PASS: TestPluginRemove (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginSetError [2022-04-20T10:34:08.696Z] --- PASS: TestPluginSetError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPluginSet [2022-04-20T10:34:08.696Z] --- PASS: TestPluginSet (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestSetHostHeader [2022-04-20T10:34:08.696Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestPlainTextError [2022-04-20T10:34:08.696Z] --- PASS: TestPlainTextError (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestInfiniteError [2022-04-20T10:34:08.696Z] --- PASS: TestInfiniteError (0.04s) [2022-04-20T10:34:08.696Z] === RUN TestCanceledContext [2022-04-20T10:34:08.696Z] 2022/04/20 10:34:07 RoundTripper returned a response & error; ignoring response [2022-04-20T10:34:08.696Z] --- PASS: TestCanceledContext (0.00s) [2022-04-20T10:34:08.696Z] === RUN TestDeadlineExceededContext [2022-04-20T10:34:08.696Z] 2022/04/20 10:34:07 RoundTripper returned a response & error; ignoring response [2022-04-20T10:34:08.696Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretCreateUnsupported [2022-04-20T10:34:09.152Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretCreateError [2022-04-20T10:34:09.152Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretCreate [2022-04-20T10:34:09.152Z] --- PASS: TestSecretCreate (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretInspectUnsupported [2022-04-20T10:34:09.152Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretInspectError [2022-04-20T10:34:09.152Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretInspectSecretNotFound [2022-04-20T10:34:09.152Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretInspectWithEmptyID [2022-04-20T10:34:09.152Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretInspect [2022-04-20T10:34:09.152Z] --- PASS: TestSecretInspect (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretListUnsupported [2022-04-20T10:34:09.152Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretListError [2022-04-20T10:34:09.152Z] --- PASS: TestSecretListError (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretList [2022-04-20T10:34:09.152Z] --- PASS: TestSecretList (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretRemoveUnsupported [2022-04-20T10:34:09.152Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretRemoveError [2022-04-20T10:34:09.152Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretRemove [2022-04-20T10:34:09.152Z] --- PASS: TestSecretRemove (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretUpdateUnsupported [2022-04-20T10:34:09.152Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretUpdateError [2022-04-20T10:34:09.152Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestSecretUpdate [2022-04-20T10:34:09.152Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestServiceCreateError [2022-04-20T10:34:09.152Z] --- PASS: TestServiceCreateError (0.01s) [2022-04-20T10:34:09.152Z] === RUN TestServiceCreate [2022-04-20T10:34:09.152Z] --- PASS: TestServiceCreate (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-20T10:34:09.152Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestServiceCreateDigestPinning [2022-04-20T10:34:09.152Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-20T10:34:09.152Z] === RUN TestServiceInspectError [2022-04-20T10:34:09.153Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceInspectServiceNotFound [2022-04-20T10:34:09.153Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceInspectWithEmptyID [2022-04-20T10:34:09.153Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceInspect [2022-04-20T10:34:09.153Z] --- PASS: TestServiceInspect (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceListError [2022-04-20T10:34:09.153Z] --- PASS: TestServiceListError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceList [2022-04-20T10:34:09.153Z] --- PASS: TestServiceList (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceLogsError [2022-04-20T10:34:09.153Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceLogs [2022-04-20T10:34:09.153Z] --- PASS: TestServiceLogs (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceRemoveError [2022-04-20T10:34:09.153Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceRemoveNotFoundError [2022-04-20T10:34:09.153Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceRemove [2022-04-20T10:34:09.153Z] --- PASS: TestServiceRemove (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceUpdateError [2022-04-20T10:34:09.153Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestServiceUpdate [2022-04-20T10:34:09.153Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmGetUnlockKeyError [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmGetUnlockKey [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmInitError [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmInit [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmInit (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmInspectError [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmInspect [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmJoinError [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmJoin [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmLeaveError [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmLeave [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmUnlockError [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmUnlock [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmUpdateError [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestSwarmUpdate [2022-04-20T10:34:09.153Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestTaskInspectError [2022-04-20T10:34:09.153Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestTaskInspectWithEmptyID [2022-04-20T10:34:09.153Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestTaskInspect [2022-04-20T10:34:09.153Z] --- PASS: TestTaskInspect (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestTaskListError [2022-04-20T10:34:09.153Z] --- PASS: TestTaskListError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestTaskList [2022-04-20T10:34:09.153Z] --- PASS: TestTaskList (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeCreateError [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeCreate [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeInspectError [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeInspectNotFound [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeInspectWithEmptyID [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeInspect [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeListError [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeListError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeList [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeList (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeRemoveError [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-20T10:34:09.153Z] === RUN TestVolumeRemove [2022-04-20T10:34:09.153Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-20T10:34:09.153Z] === CONT TestTLSCloseWriter [2022-04-20T10:34:09.153Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-04-20T10:34:09.153Z] PASS [2022-04-20T10:34:09.153Z] coverage: 75.1% of statements [2022-04-20T10:34:09.153Z] ok github.com/docker/docker/client 0.474s coverage: 75.1% of statements [2022-04-20T10:34:12.433Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-20T10:34:12.692Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-20T10:34:13.262Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-20T10:34:13.521Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-20T10:34:16.054Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-04-20T10:34:17.958Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-20T10:34:18.891Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-04-20T10:34:20.264Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-20T10:34:21.639Z] check_test.go:308: [d8d67d338681b] daemon is not started [2022-04-20T10:34:21.639Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-04-20T10:34:22.206Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-04-20T10:34:22.464Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-20T10:34:22.723Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-04-20T10:34:23.290Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-04-20T10:34:25.189Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-04-20T10:34:25.189Z] check_test.go:308: [d2a566abaf4ec] daemon is not started [2022-04-20T10:34:25.189Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-04-20T10:34:27.719Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-04-20T10:34:28.285Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-20T10:34:29.660Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-04-20T10:34:30.261Z] --- PASS: TestCheckoutGit (38.79s) [2022-04-20T10:34:30.262Z] === RUN TestValidGitTransport [2022-04-20T10:34:30.262Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-20T10:34:30.262Z] === RUN TestGitInvalidRef [2022-04-20T10:34:30.262Z] --- PASS: TestGitInvalidRef (0.31s) [2022-04-20T10:34:30.262Z] PASS [2022-04-20T10:34:30.262Z] coverage: 86.3% of statements [2022-04-20T10:34:30.262Z] ok github.com/docker/docker/builder/remotecontext/git 39.239s coverage: 86.3% of statements [2022-04-20T10:34:30.262Z] ? github.com/docker/docker/cli [no test files] [2022-04-20T10:34:30.262Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-20T10:34:30.594Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-20T10:34:32.496Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-20T10:34:33.223Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:34:33.223Z] INFO: Testing against a local daemon [2022-04-20T10:34:33.223Z] === RUN TestBuildWithSession [2022-04-20T10:34:33.223Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:34:33.223Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-20T10:34:33.223Z] === RUN TestBuildSquashParent [2022-04-20T10:34:33.223Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:34:33.223Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-20T10:34:33.223Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-20T10:34:33.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:34:33.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:34:33.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:34:33.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:34:33.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:34:33.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:34:33.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:34:33.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:34:33.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:34:33.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:34:33.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:34:33.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:34:33.223Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:34:33.223Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:34:33.223Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:34:33.223Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:34:33.872Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-04-20T10:34:35.247Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-04-20T10:34:37.150Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-04-20T10:34:40.435Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-20T10:34:40.564Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestConfigureDaemonLogs [2022-04-20T10:34:40.564Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestCommonOptionsInstallFlags [2022-04-20T10:34:40.564Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-20T10:34:40.564Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-20T10:34:40.564Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-20T10:34:40.564Z] PASS [2022-04-20T10:34:40.564Z] coverage: 19.0% of statements [2022-04-20T10:34:40.564Z] ok github.com/docker/docker/cmd/dockerd 0.250s coverage: 19.0% of statements [2022-04-20T10:34:40.564Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-20T10:34:40.564Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-20T10:34:42.096Z] === RUN TestContainerStopSignal [2022-04-20T10:34:42.096Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestContainerStopTimeout [2022-04-20T10:34:42.096Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-20T10:34:42.096Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-20T10:34:42.096Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-04-20T10:34:42.096Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-20T10:34:42.096Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestReplaceAndAppendEnvVars [2022-04-20T10:34:42.096Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-20T10:34:42.096Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestNewMemoryStore [2022-04-20T10:34:42.096Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestAddContainers [2022-04-20T10:34:42.096Z] --- PASS: TestAddContainers (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestGetContainer [2022-04-20T10:34:42.096Z] --- PASS: TestGetContainer (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestDeleteContainer [2022-04-20T10:34:42.096Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestListContainers [2022-04-20T10:34:42.096Z] --- PASS: TestListContainers (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestFirstContainer [2022-04-20T10:34:42.096Z] --- PASS: TestFirstContainer (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestApplyAllContainer [2022-04-20T10:34:42.096Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestIsValidHealthString [2022-04-20T10:34:42.096Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestStateRunStop [2022-04-20T10:34:42.096Z] --- PASS: TestStateRunStop (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestStateTimeoutWait [2022-04-20T10:34:42.096Z] state_test.go:141: Stop callback fired [2022-04-20T10:34:42.096Z] state_test.go:165: Stop callback fired [2022-04-20T10:34:42.096Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-20T10:34:42.096Z] === RUN TestIsValidStateString [2022-04-20T10:34:42.096Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestViewSaveDelete [2022-04-20T10:34:42.096Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-20T10:34:42.096Z] === RUN TestViewAll [2022-04-20T10:34:42.096Z] --- PASS: TestViewAll (0.01s) [2022-04-20T10:34:42.096Z] === RUN TestViewGet [2022-04-20T10:34:42.096Z] --- PASS: TestViewGet (0.01s) [2022-04-20T10:34:42.096Z] === RUN TestNames [2022-04-20T10:34:42.096Z] --- PASS: TestNames (0.00s) [2022-04-20T10:34:42.096Z] === RUN TestViewWithHealthCheck [2022-04-20T10:34:42.096Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-20T10:34:42.096Z] PASS [2022-04-20T10:34:42.096Z] coverage: 41.5% of statements [2022-04-20T10:34:42.096Z] ok github.com/docker/docker/container 0.257s coverage: 41.5% of statements [2022-04-20T10:34:42.096Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-20T10:34:42.096Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-20T10:34:42.096Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-20T10:34:42.096Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-20T10:34:43.060Z] === RUN TestPrepare [2022-04-20T10:34:43.060Z] --- PASS: TestPrepare (0.00s) [2022-04-20T10:34:43.060Z] === RUN TestStart [2022-04-20T10:34:43.060Z] --- PASS: TestStart (0.00s) [2022-04-20T10:34:43.060Z] === RUN TestWaitCancel [2022-04-20T10:34:43.060Z] --- PASS: TestWaitCancel (0.00s) [2022-04-20T10:34:43.060Z] === RUN TestWaitDisabled [2022-04-20T10:34:43.060Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-20T10:34:43.060Z] === RUN TestWaitEnabled [2022-04-20T10:34:43.060Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-20T10:34:43.060Z] === RUN TestRemove [2022-04-20T10:34:43.060Z] --- PASS: TestRemove (0.00s) [2022-04-20T10:34:43.060Z] PASS [2022-04-20T10:34:43.060Z] coverage: 65.3% of statements [2022-04-20T10:34:43.060Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2022-04-20T10:34:43.720Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-04-20T10:34:45.956Z] === RUN TestNewListSecretsFilters [2022-04-20T10:34:45.957Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-20T10:34:45.957Z] === RUN TestNewListConfigsFilters [2022-04-20T10:34:45.957Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-20T10:34:45.957Z] PASS [2022-04-20T10:34:45.957Z] coverage: 0.5% of statements [2022-04-20T10:34:45.957Z] ok github.com/docker/docker/daemon/cluster 0.388s coverage: 0.5% of statements [2022-04-20T10:34:45.957Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-20T10:34:46.413Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-20T10:34:46.413Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-20T10:34:46.413Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-20T10:34:46.874Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-20T10:34:46.874Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-20T10:34:47.331Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-20T10:34:47.332Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-20T10:34:47.332Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-20T10:34:47.332Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-20T10:34:47.332Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-20T10:34:47.332Z] PASS [2022-04-20T10:34:47.332Z] coverage: 35.9% of statements [2022-04-20T10:34:47.332Z] ok github.com/docker/docker/daemon/cluster/convert 0.435s coverage: 35.9% of statements [2022-04-20T10:34:47.983Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-04-20T10:34:48.242Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-20T10:34:48.501Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-20T10:34:49.878Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-04-20T10:34:50.240Z] === RUN TestWaitNodeAttachment [2022-04-20T10:34:50.240Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-04-20T10:34:50.240Z] === RUN TestIsolationConversion [2022-04-20T10:34:50.240Z] === RUN TestIsolationConversion/default [2022-04-20T10:34:50.240Z] === RUN TestIsolationConversion/process [2022-04-20T10:34:50.240Z] === RUN TestIsolationConversion/hyperv [2022-04-20T10:34:50.240Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-20T10:34:50.240Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-20T10:34:50.240Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-20T10:34:50.240Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestContainerLabels [2022-04-20T10:34:50.240Z] --- PASS: TestContainerLabels (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestCredentialSpecConversion [2022-04-20T10:34:50.240Z] === RUN TestCredentialSpecConversion/none [2022-04-20T10:34:50.240Z] === RUN TestCredentialSpecConversion/config [2022-04-20T10:34:50.240Z] === RUN TestCredentialSpecConversion/file [2022-04-20T10:34:50.240Z] === RUN TestCredentialSpecConversion/registry [2022-04-20T10:34:50.240Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-20T10:34:50.240Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-20T10:34:50.240Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-20T10:34:50.240Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-20T10:34:50.240Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestControllerValidateMountBind [2022-04-20T10:34:50.240Z] --- PASS: TestControllerValidateMountBind (0.01s) [2022-04-20T10:34:50.240Z] === RUN TestControllerValidateMountVolume [2022-04-20T10:34:50.240Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestControllerValidateMountTarget [2022-04-20T10:34:50.240Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestControllerValidateMountTmpfs [2022-04-20T10:34:50.240Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestControllerValidateMountInvalidType [2022-04-20T10:34:50.240Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestControllerValidateMountNamedPipe [2022-04-20T10:34:50.240Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-20T10:34:50.240Z] PASS [2022-04-20T10:34:50.240Z] coverage: 11.0% of statements [2022-04-20T10:34:50.240Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.710s coverage: 11.0% of statements [2022-04-20T10:34:50.240Z] === RUN TestBuilderGC [2022-04-20T10:34:50.240Z] --- PASS: TestBuilderGC (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestDaemonConfigurationNotFound [2022-04-20T10:34:50.240Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestDaemonBrokenConfiguration [2022-04-20T10:34:50.240Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestFindConfigurationConflicts [2022-04-20T10:34:50.240Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-20T10:34:50.240Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-20T10:34:50.240Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-20T10:34:50.240Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-20T10:34:50.240Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-20T10:34:50.240Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-20T10:34:50.240Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-20T10:34:50.697Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-20T10:34:50.697Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-20T10:34:50.697Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-20T10:34:50.697Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-04-20T10:34:50.697Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-20T10:34:50.697Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-20T10:34:50.697Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-20T10:34:50.697Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_label [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_dns [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-20T10:34:50.697Z] === RUN TestValidateConfiguration/with_hosts [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-20T10:34:50.697Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestReloadSetConfigFileNotExist [2022-04-20T10:34:50.697Z] time="2022-04-20T10:34:50Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-20T10:34:50.697Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-04-20T10:34:50.697Z] === RUN TestReloadDefaultConfigNotExist [2022-04-20T10:34:50.697Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:34:50.697Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestReloadBadDefaultConfig [2022-04-20T10:34:50.697Z] time="2022-04-20T10:34:50Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2544779136" [2022-04-20T10:34:50.697Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestReloadWithConflictingLabels [2022-04-20T10:34:50.697Z] time="2022-04-20T10:34:50Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3957219203" [2022-04-20T10:34:50.697Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestReloadWithDuplicateLabels [2022-04-20T10:34:50.697Z] time="2022-04-20T10:34:50Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-529206086" [2022-04-20T10:34:50.697Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestMaskURLCredentials [2022-04-20T10:34:50.697Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestDaemonConfigurationMerge [2022-04-20T10:34:50.697Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-20T10:34:50.697Z] PASS [2022-04-20T10:34:50.697Z] coverage: 79.5% of statements [2022-04-20T10:34:50.697Z] ok github.com/docker/docker/daemon/config 0.413s coverage: 79.5% of statements [2022-04-20T10:34:50.697Z] === RUN TestEventsLog [2022-04-20T10:34:50.697Z] --- PASS: TestEventsLog (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestEventsLogTimeout [2022-04-20T10:34:50.697Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-20T10:34:50.697Z] === RUN TestLogEvents [2022-04-20T10:34:50.697Z] --- PASS: TestLogEvents (0.05s) [2022-04-20T10:34:50.697Z] === RUN TestLoadBufferedEvents [2022-04-20T10:34:50.815Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-04-20T10:34:51.068Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:34:51.068Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:34:51.154Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-04-20T10:34:51.154Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-20T10:34:51.154Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-20T10:34:51.154Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-20T10:34:51.154Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-20T10:34:51.154Z] PASS [2022-04-20T10:34:51.154Z] coverage: 50.0% of statements [2022-04-20T10:34:51.154Z] ok github.com/docker/docker/daemon/events 0.350s coverage: 50.0% of statements [2022-04-20T10:34:52.189Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-04-20T10:34:52.688Z] === RUN TestLinkNaming [2022-04-20T10:34:52.688Z] --- PASS: TestLinkNaming (0.00s) [2022-04-20T10:34:52.688Z] === RUN TestLinkNew [2022-04-20T10:34:52.688Z] --- PASS: TestLinkNew (0.00s) [2022-04-20T10:34:52.688Z] === RUN TestLinkEnv [2022-04-20T10:34:52.688Z] --- PASS: TestLinkEnv (0.00s) [2022-04-20T10:34:52.688Z] === RUN TestLinkMultipleEnv [2022-04-20T10:34:52.688Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-20T10:34:52.688Z] === RUN TestLinkPortRangeEnv [2022-04-20T10:34:52.688Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-20T10:34:52.688Z] PASS [2022-04-20T10:34:52.688Z] coverage: 93.0% of statements [2022-04-20T10:34:52.688Z] ok github.com/docker/docker/daemon/links 0.045s coverage: 93.0% of statements [2022-04-20T10:34:53.123Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-20T10:34:53.145Z] === RUN TestIsEmptyDir [2022-04-20T10:34:53.145Z] --- PASS: TestIsEmptyDir (0.01s) [2022-04-20T10:34:53.145Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-20T10:34:53.145Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-20T10:34:53.145Z] PASS [2022-04-20T10:34:53.145Z] coverage: 2.3% of statements [2022-04-20T10:34:53.145Z] ok github.com/docker/docker/daemon/graphdriver 0.113s coverage: 2.3% of statements [2022-04-20T10:34:53.690Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-20T10:34:53.705Z] === RUN TestVerifyNetworkingConfig [2022-04-20T10:34:53.705Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestGetContainer [2022-04-20T10:34:53.705Z] --- PASS: TestGetContainer (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestValidContainerNames [2022-04-20T10:34:53.705Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestContainerInitDNS [2022-04-20T10:34:53.705Z] daemon_test.go:145: root required [2022-04-20T10:34:53.705Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestMerge [2022-04-20T10:34:53.705Z] --- PASS: TestMerge (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestValidateContainerIsolation [2022-04-20T10:34:53.705Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestFindNetworkErrorType [2022-04-20T10:34:53.705Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestEnsureServicesExist [2022-04-20T10:34:53.705Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestEnsureServicesExistErrors [2022-04-20T10:34:53.705Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-20T10:34:53.705Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-20T10:34:53.705Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-20T10:34:53.705Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-20T10:34:53.705Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-20T10:34:53.705Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-20T10:34:53.705Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestContainerDelete [2022-04-20T10:34:53.705Z] --- PASS: TestContainerDelete (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestContainerDoubleDelete [2022-04-20T10:34:53.705Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestLogContainerEventCopyLabels [2022-04-20T10:34:53.705Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestLogContainerEventWithAttributes [2022-04-20T10:34:53.705Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestNoneHealthcheck [2022-04-20T10:34:53.705Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-20T10:34:53.705Z] === RUN TestHealthStates [2022-04-20T10:34:53.948Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] time="2022-04-20T10:34:53Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:34:54.166Z] --- PASS: TestHealthStates (0.24s) [2022-04-20T10:34:54.166Z] === RUN TestGetInspectData [2022-04-20T10:34:54.166Z] --- PASS: TestGetInspectData (0.00s) [2022-04-20T10:34:54.166Z] === RUN TestFillLicense [2022-04-20T10:34:54.166Z] --- PASS: TestFillLicense (0.00s) [2022-04-20T10:34:54.166Z] === RUN TestListInvalidFilter [2022-04-20T10:34:54.166Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-20T10:34:54.166Z] === RUN TestNameFilter [2022-04-20T10:34:54.166Z] --- PASS: TestNameFilter (0.01s) [2022-04-20T10:34:54.166Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-20T10:34:54.166Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-20T10:34:54.166Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-20T10:34:54.166Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-04-20T10:34:54.166Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-20T10:34:54.166Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-20T10:34:54.166Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-20T10:34:54.166Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-20T10:34:54.166Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-20T10:34:54.166Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-20T10:34:54.167Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-20T10:34:54.167Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestDaemonReloadLabels [2022-04-20T10:34:54.167Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-20T10:34:54.167Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestDaemonReloadMirrors [2022-04-20T10:34:54.167Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-20T10:34:54.167Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-20T10:34:54.167Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-20T10:34:54.167Z] reload_test.go:342: root required [2022-04-20T10:34:54.167Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-20T10:34:54.167Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-20T10:34:54.167Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-04-20T10:34:54.167Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-20T10:34:54.167Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-04-20T10:34:54.167Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-20T10:34:54.167Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-04-20T10:34:54.167Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-20T10:34:54.167Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-04-20T10:34:54.167Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-20T10:34:54.167Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2022-04-20T10:34:54.167Z] === RUN TestParseVolumesFrom [2022-04-20T10:34:54.167Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-20T10:34:54.167Z] PASS [2022-04-20T10:34:54.167Z] coverage: 8.8% of statements [2022-04-20T10:34:54.167Z] ok github.com/docker/docker/daemon 0.924s coverage: 8.8% of statements [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-20T10:34:54.167Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-20T10:34:55.323Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-20T10:34:55.323Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-04-20T10:34:55.323Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-20T10:34:55.581Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-20T10:34:56.148Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig/defaults [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-20T10:34:56.335Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-20T10:34:56.335Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-20T10:34:56.335Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-20T10:34:56.335Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-20T10:34:56.335Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-20T10:34:56.335Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-20T10:34:56.335Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-20T10:34:56.335Z] === RUN TestAdapterReadLogs [2022-04-20T10:34:56.335Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestCopier [2022-04-20T10:34:56.335Z] --- PASS: TestCopier (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestCopierLongLines [2022-04-20T10:34:56.335Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestCopierSlow [2022-04-20T10:34:56.335Z] time="2022-04-20T10:34:55Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-20T10:34:56.335Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-04-20T10:34:56.335Z] === RUN TestCreateSuccess [2022-04-20T10:34:56.335Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestCreateStreamSkipped [2022-04-20T10:34:56.335Z] time="2022-04-20T10:34:55Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-20T10:34:56.335Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-20T10:34:56.335Z] === RUN TestCreateLogGroupSuccess [2022-04-20T10:34:56.336Z] time="2022-04-20T10:34:55Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-20T10:34:56.336Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCreateError [2022-04-20T10:34:56.336Z] --- PASS: TestCreateError (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCreateAlreadyExists [2022-04-20T10:34:56.336Z] time="2022-04-20T10:34:55Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-20T10:34:56.336Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestLogClosed [2022-04-20T10:34:56.336Z] --- PASS: TestLogClosed (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestLogBlocking [2022-04-20T10:34:56.336Z] --- PASS: TestLogBlocking (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-20T10:34:56.336Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestLogNonBlockingBufferFull [2022-04-20T10:34:56.336Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestPublishBatchSuccess [2022-04-20T10:34:56.336Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestPublishBatchError [2022-04-20T10:34:56.336Z] time="2022-04-20T10:34:55Z" level=error msg=error [2022-04-20T10:34:56.336Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-20T10:34:56.336Z] time="2022-04-20T10:34:55Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-20T10:34:56.336Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-20T10:34:56.336Z] time="2022-04-20T10:34:55Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-20T10:34:56.336Z] time="2022-04-20T10:34:55Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-20T10:34:56.336Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchSimple [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchTicker [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchMultilinePattern [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchClose [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestEffectiveLen [2022-04-20T10:34:56.336Z] === RUN TestEffectiveLen/0/Hello [2022-04-20T10:34:56.336Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-20T10:34:56.336Z] === RUN TestEffectiveLen/2/🙃 [2022-04-20T10:34:56.336Z] === RUN TestEffectiveLen/3/���� [2022-04-20T10:34:56.336Z] === RUN TestEffectiveLen/4/He��o [2022-04-20T10:34:56.336Z] === RUN TestEffectiveLen/5/ [2022-04-20T10:34:56.336Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/0/ [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/1/Hello [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: Hello [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/2/Hello [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: He [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: llo [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/3/Hello [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: Hello [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/4/🙃 [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/5/🙃 [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/6/a� [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: a [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: � [2022-04-20T10:34:56.336Z] === RUN TestFindValidSplit/7/a� [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1076: a� [2022-04-20T10:34:56.336Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestProcessEventEmoji [2022-04-20T10:34:56.336Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchLineSplit [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchMaxEvents [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-04-20T10:34:56.336Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-20T10:34:56.336Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-20T10:34:56.336Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsFormat [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-20T10:34:56.336Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-20T10:34:56.336Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCreateTagSuccess [2022-04-20T10:34:56.336Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-20T10:34:56.336Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-04-20T10:34:56.336Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-20T10:34:56.336Z] --- PASS: TestCopierSlow (0.21s) [2022-04-20T10:34:56.336Z] === RUN TestCopierWithSized [2022-04-20T10:34:56.336Z] === RUN TestCopierWithSized/as_is [2022-04-20T10:34:56.336Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-20T10:34:56.336Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-20T10:34:56.336Z] PASS [2022-04-20T10:34:56.336Z] coverage: 80.2% of statements [2022-04-20T10:34:56.336Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-20T10:34:56.336Z] ok github.com/docker/docker/daemon/logger/awslogs 0.574s coverage: 80.2% of statements [2022-04-20T10:34:56.336Z] --- PASS: TestCopierWithSized (0.02s) [2022-04-20T10:34:56.336Z] --- PASS: TestCopierWithSized/as_is (0.02s) [2022-04-20T10:34:56.336Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestCopierWithPartial [2022-04-20T10:34:56.336Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestRingLogger [2022-04-20T10:34:56.336Z] --- PASS: TestRingLogger (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestRingCap [2022-04-20T10:34:56.336Z] --- PASS: TestRingCap (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestRingClose [2022-04-20T10:34:56.336Z] --- PASS: TestRingClose (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestRingDrain [2022-04-20T10:34:56.336Z] --- PASS: TestRingDrain (0.00s) [2022-04-20T10:34:56.336Z] PASS [2022-04-20T10:34:56.336Z] coverage: 43.2% of statements [2022-04-20T10:34:56.336Z] ok github.com/docker/docker/daemon/logger 0.298s coverage: 43.2% of statements [2022-04-20T10:34:56.336Z] === RUN TestSearchRegistryForImagesErrors [2022-04-20T10:34:56.336Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestSearchRegistryForImages [2022-04-20T10:34:56.336Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestOnlyPlatformWithFallback [2022-04-20T10:34:56.336Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-20T10:34:56.336Z] === RUN TestImageDelete [2022-04-20T10:34:56.336Z] === RUN TestImageDelete/no_lease [2022-04-20T10:34:56.336Z] === RUN TestImageDelete/lease_exists [2022-04-20T10:34:56.336Z] --- PASS: TestImageDelete (0.04s) [2022-04-20T10:34:56.336Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-04-20T10:34:56.336Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-04-20T10:34:56.336Z] === RUN TestContentStoreForPull [2022-04-20T10:34:56.795Z] --- PASS: TestContentStoreForPull (0.25s) [2022-04-20T10:34:56.795Z] PASS [2022-04-20T10:34:56.795Z] coverage: 6.6% of statements [2022-04-20T10:34:56.795Z] ok github.com/docker/docker/daemon/images 0.452s coverage: 6.6% of statements [2022-04-20T10:34:56.795Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-20T10:34:56.795Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-20T10:34:56.795Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-20T10:34:56.795Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/#00 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1] [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]: [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com: [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp:// [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls:// [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls:/// [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-04-20T10:34:56.795Z] === RUN TestValidateLogOptAddress/:// [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/something:// [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/udp:// [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/unix:// [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-04-20T10:34:56.796Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-04-20T10:34:56.796Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-04-20T10:34:56.796Z] PASS [2022-04-20T10:34:56.796Z] coverage: 53.6% of statements [2022-04-20T10:34:56.796Z] ok github.com/docker/docker/daemon/logger/fluentd 0.100s coverage: 53.6% of statements [2022-04-20T10:34:56.796Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-20T10:34:56.796Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-20T10:34:56.796Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-20T10:34:57.761Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-20T10:34:57.761Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-20T10:34:57.761Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-20T10:34:57.761Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-04-20T10:34:57.761Z] === RUN TestFastTimeMarshalJSON [2022-04-20T10:34:57.761Z] --- PASS: TestFastTimeMarshalJSON (0.10s) [2022-04-20T10:34:58.218Z] PASS [2022-04-20T10:34:58.218Z] coverage: 87.2% of statements [2022-04-20T10:34:58.218Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.421s coverage: 87.2% of statements [2022-04-20T10:34:58.218Z] === RUN TestJSONFileLogger [2022-04-20T10:34:58.218Z] --- PASS: TestJSONFileLogger (0.01s) [2022-04-20T10:34:58.218Z] === RUN TestJSONFileLoggerWithTags [2022-04-20T10:34:58.218Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-04-20T10:34:58.218Z] === RUN TestJSONFileLoggerWithOpts [2022-04-20T10:34:58.218Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-04-20T10:34:58.218Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-20T10:34:58.218Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-04-20T10:34:58.218Z] === RUN TestEncodeDecode [2022-04-20T10:34:58.218Z] === PAUSE TestEncodeDecode [2022-04-20T10:34:58.218Z] === RUN TestUnexpectedEOF [2022-04-20T10:34:58.676Z] time="2022-04-20T10:34:58Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-20T10:34:58.676Z] time="2022-04-20T10:34:58Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-20T10:34:58.676Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-04-20T10:34:58.676Z] === CONT TestEncodeDecode [2022-04-20T10:34:58.676Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-20T10:34:58.676Z] PASS [2022-04-20T10:34:58.676Z] coverage: 69.9% of statements [2022-04-20T10:34:58.676Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.323s coverage: 69.9% of statements [2022-04-20T10:34:58.676Z] === RUN TestWriteLog [2022-04-20T10:34:58.676Z] === PAUSE TestWriteLog [2022-04-20T10:34:58.676Z] === RUN TestReadLog [2022-04-20T10:34:58.676Z] === PAUSE TestReadLog [2022-04-20T10:34:58.676Z] === RUN TestDecode [2022-04-20T10:34:58.676Z] --- PASS: TestDecode (0.03s) [2022-04-20T10:34:58.676Z] === CONT TestWriteLog [2022-04-20T10:34:58.676Z] === CONT TestReadLog [2022-04-20T10:34:58.676Z] --- PASS: TestWriteLog (0.01s) [2022-04-20T10:34:58.676Z] === RUN TestReadLog/tail_exact [2022-04-20T10:34:58.677Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-20T10:34:59.132Z] === RUN TestReadLog/tail_less_than_available [2022-04-20T10:34:59.132Z] === RUN TestReadLog/tail_more_than_available [2022-04-20T10:34:59.132Z] --- PASS: TestReadLog (0.29s) [2022-04-20T10:34:59.132Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-04-20T10:34:59.132Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-20T10:34:59.132Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-04-20T10:34:59.132Z] PASS [2022-04-20T10:34:59.132Z] coverage: 78.7% of statements [2022-04-20T10:34:59.132Z] ok github.com/docker/docker/daemon/logger/local 0.412s coverage: 78.7% of statements [2022-04-20T10:34:59.132Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-20T10:34:59.589Z] === RUN TestOpenFileDelete [2022-04-20T10:34:59.589Z] --- PASS: TestOpenFileDelete (0.01s) [2022-04-20T10:34:59.589Z] === RUN TestOpenFileRename [2022-04-20T10:34:59.589Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-20T10:34:59.589Z] === RUN TestHandleDecoderErr [2022-04-20T10:34:59.589Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-20T10:34:59.589Z] === RUN TestParseLogTagDefaultTag [2022-04-20T10:34:59.589Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-20T10:34:59.589Z] === RUN TestParseLogTag [2022-04-20T10:34:59.589Z] --- PASS: TestParseLogTag (0.00s) [2022-04-20T10:34:59.589Z] === RUN TestParseLogTagEmptyTag [2022-04-20T10:34:59.589Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-20T10:34:59.589Z] === RUN TestTailFiles [2022-04-20T10:34:59.589Z] --- PASS: TestTailFiles (0.00s) [2022-04-20T10:34:59.589Z] === RUN TestFollowLogsConsumerGone [2022-04-20T10:34:59.589Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-20T10:34:59.589Z] === RUN TestFollowLogsProducerGone [2022-04-20T10:34:59.589Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-04-20T10:34:59.589Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-04-20T10:34:59.589Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-04-20T10:34:59.589Z] === RUN TestCheckCapacityAndRotate [2022-04-20T10:34:59.589Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-20T10:34:59.589Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-20T10:34:59.589Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-04-20T10:34:59.589Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-04-20T10:34:59.589Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-04-20T10:34:59.589Z] PASS [2022-04-20T10:34:59.589Z] coverage: 53.5% of statements [2022-04-20T10:34:59.589Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.146s coverage: 53.5% of statements [2022-04-20T10:34:59.749Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-04-20T10:34:59.749Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.50s) [2022-04-20T10:34:59.749Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.50s) [2022-04-20T10:34:59.749Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (17.63s) [2022-04-20T10:34:59.749Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (20.45s) [2022-04-20T10:34:59.749Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.89s) [2022-04-20T10:34:59.749Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.96s) [2022-04-20T10:34:59.749Z] === RUN TestBuildMultiStageCopy [2022-04-20T10:34:59.749Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-20T10:35:00.556Z] === RUN TestLog [2022-04-20T10:35:00.556Z] --- PASS: TestLog (0.03s) [2022-04-20T10:35:00.556Z] PASS [2022-04-20T10:35:00.556Z] coverage: 31.5% of statements [2022-04-20T10:35:00.556Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.105s coverage: 31.5% of statements [2022-04-20T10:35:00.556Z] === RUN TestNewParse [2022-04-20T10:35:00.556Z] --- PASS: TestNewParse (0.00s) [2022-04-20T10:35:00.556Z] PASS [2022-04-20T10:35:00.556Z] coverage: 8.3% of statements [2022-04-20T10:35:00.556Z] ok github.com/docker/docker/daemon/logger/templates 0.054s coverage: 8.3% of statements [2022-04-20T10:35:00.579Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-20T10:35:00.836Z] docker_cli_daemon_test.go:2506: [d1f51f6ed22fb] daemon is not started [2022-04-20T10:35:01.020Z] === RUN TestValidateLogOpt [2022-04-20T10:35:01.020Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestNewMissedConfig [2022-04-20T10:35:01.020Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestNewMissedUrl [2022-04-20T10:35:01.020Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestNewMissedToken [2022-04-20T10:35:01.020Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestNewWithProxy [2022-04-20T10:35:01.020Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestDefault [2022-04-20T10:35:01.020Z] --- PASS: TestDefault (0.01s) [2022-04-20T10:35:01.020Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-20T10:35:01.020Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestJsonFormat [2022-04-20T10:35:01.020Z] --- PASS: TestJsonFormat (0.02s) [2022-04-20T10:35:01.020Z] === RUN TestRawFormat [2022-04-20T10:35:01.020Z] --- PASS: TestRawFormat (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestRawFormatWithLabels [2022-04-20T10:35:01.020Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestRawFormatWithoutTag [2022-04-20T10:35:01.020Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestBatching [2022-04-20T10:35:01.020Z] --- PASS: TestBatching (0.32s) [2022-04-20T10:35:01.020Z] === RUN TestFrequency [2022-04-20T10:35:01.020Z] === RUN TestParseLogFormat [2022-04-20T10:35:01.020Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestValidateLogOptEmpty [2022-04-20T10:35:01.020Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestValidateSyslogAddress [2022-04-20T10:35:01.020Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-04-20T10:35:01.020Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-04-20T10:35:01.020Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-04-20T10:35:01.020Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-04-20T10:35:01.020Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-04-20T10:35:01.020Z] --- PASS: TestValidateSyslogAddress (0.01s) [2022-04-20T10:35:01.020Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-04-20T10:35:01.020Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-04-20T10:35:01.020Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-04-20T10:35:01.020Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-04-20T10:35:01.020Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestParseAddressDefaultPort [2022-04-20T10:35:01.020Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestValidateSyslogFacility [2022-04-20T10:35:01.020Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestValidateLogOptSyslogFormat [2022-04-20T10:35:01.020Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-20T10:35:01.020Z] === RUN TestValidateLogOpt [2022-04-20T10:35:01.020Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-20T10:35:01.020Z] PASS [2022-04-20T10:35:01.020Z] coverage: 43.6% of statements [2022-04-20T10:35:01.020Z] ok github.com/docker/docker/daemon/logger/syslog 0.082s coverage: 43.6% of statements [2022-04-20T10:35:01.477Z] --- PASS: TestFrequency (0.16s) [2022-04-20T10:35:01.477Z] === RUN TestOneMessagePerRequest [2022-04-20T10:35:01.477Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-20T10:35:01.477Z] === RUN TestVerify [2022-04-20T10:35:01.477Z] --- PASS: TestVerify (0.01s) [2022-04-20T10:35:01.477Z] === RUN TestSkipVerify [2022-04-20T10:35:01.477Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.477Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.477Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.477Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.935Z] --- PASS: TestSkipVerify (0.56s) [2022-04-20T10:35:01.935Z] === RUN TestBufferMaximum [2022-04-20T10:35:01.935Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.935Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.935Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.935Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.935Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:01.935Z] time="2022-04-20T10:35:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450901.611992\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.211Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450901.611992\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.392Z] --- PASS: TestBufferMaximum (0.01s) [2022-04-20T10:35:02.392Z] === RUN TestServerAlwaysDown [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450901.615992\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450901.615992\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450901.615992\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450901.629573\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.392Z] time="2022-04-20T10:35:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650450901.629573\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.392Z] --- PASS: TestServerAlwaysDown (0.01s) [2022-04-20T10:35:02.392Z] === RUN TestCannotSendAfterClose [2022-04-20T10:35:02.392Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-20T10:35:02.392Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-20T10:35:02.392Z] === RUN TestV1IDService [2022-04-20T10:35:02.392Z] --- PASS: TestV1IDService (0.02s) [2022-04-20T10:35:02.392Z] === RUN TestV2MetadataService [2022-04-20T10:35:02.779Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-04-20T10:35:02.858Z] time="2022-04-20T10:35:02Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-04-20T10:35:02.858Z] time="2022-04-20T10:35:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"1a4a6fa63356\"}'" [2022-04-20T10:35:02.858Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-04-20T10:35:02.858Z] PASS [2022-04-20T10:35:02.858Z] coverage: 82.5% of statements [2022-04-20T10:35:02.858Z] ok github.com/docker/docker/daemon/logger/splunk 2.203s coverage: 82.5% of statements [2022-04-20T10:35:02.858Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-20T10:35:02.858Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-20T10:35:02.858Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-20T10:35:03.315Z] --- PASS: TestV2MetadataService (0.94s) [2022-04-20T10:35:03.315Z] PASS [2022-04-20T10:35:03.315Z] coverage: 48.2% of statements [2022-04-20T10:35:03.315Z] ok github.com/docker/docker/distribution/metadata 1.095s coverage: 48.2% of statements [2022-04-20T10:35:03.713Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-20T10:35:03.775Z] === RUN TestSuccessfulDownload [2022-04-20T10:35:03.775Z] download_test.go:267: Needs fixing on Windows [2022-04-20T10:35:03.775Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-20T10:35:03.775Z] === RUN TestCancelledDownload [2022-04-20T10:35:03.775Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-20T10:35:03.775Z] === RUN TestMaxDownloadAttempts [2022-04-20T10:35:03.775Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:35:03.775Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:35:03.775Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:35:03.775Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:35:03.775Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:35:03.775Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:35:03.775Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:35:03.775Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:35:03.775Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:35:03.775Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:35:03.775Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:35:03.775Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:35:04.235Z] time="2022-04-20T10:35:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:35:04.235Z] time="2022-04-20T10:35:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:35:04.235Z] time="2022-04-20T10:35:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:35:04.235Z] time="2022-04-20T10:35:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:35:04.235Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-20T10:35:04.235Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.59s) [2022-04-20T10:35:04.235Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.59s) [2022-04-20T10:35:04.235Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.59s) [2022-04-20T10:35:04.235Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.59s) [2022-04-20T10:35:04.235Z] === RUN TestTransfer [2022-04-20T10:35:04.235Z] --- PASS: TestTransfer (0.12s) [2022-04-20T10:35:04.235Z] === RUN TestConcurrencyLimit [2022-04-20T10:35:04.235Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-20T10:35:04.235Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-20T10:35:04.235Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-20T10:35:04.235Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-20T10:35:04.235Z] === RUN TestContinueOnError_NeverContinue [2022-04-20T10:35:04.235Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-20T10:35:04.235Z] === RUN TestManifestStore [2022-04-20T10:35:04.235Z] === RUN TestManifestStore/no_remote_or_local [2022-04-20T10:35:04.691Z] time="2022-04-20T10:35:04Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2152523535\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/no_local_cache [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/with_local_cache [2022-04-20T10:35:04.691Z] --- PASS: TestConcurrencyLimit (0.42s) [2022-04-20T10:35:04.691Z] === RUN TestInactiveJobs [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/unknown_media_type [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-20T10:35:04.691Z] time="2022-04-20T10:35:04Z" level=warning msg="reference for unknown type: " [2022-04-20T10:35:04.691Z] time="2022-04-20T10:35:04Z" level=warning msg="reference for unknown type: " [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-20T10:35:04.691Z] time="2022-04-20T10:35:04Z" level=warning msg="reference for unknown type: " [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-20T10:35:04.691Z] time="2022-04-20T10:35:04Z" level=warning msg="reference for unknown type: " [2022-04-20T10:35:04.691Z] time="2022-04-20T10:35:04Z" level=warning msg="reference for unknown type: " [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-20T10:35:04.691Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-20T10:35:04.691Z] time="2022-04-20T10:35:04Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore (0.44s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/no_remote_or_local (0.27s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/no_local_cache (0.06s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaType [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-20T10:35:04.691Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-20T10:35:04.691Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-20T10:35:04.691Z] === RUN TestFixManifestLayers [2022-04-20T10:35:04.691Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-20T10:35:04.691Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-20T10:35:04.691Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-20T10:35:04.691Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-20T10:35:04.691Z] === RUN TestFixManifestLayersBadParent [2022-04-20T10:35:04.691Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-20T10:35:04.691Z] === RUN TestValidateManifest [2022-04-20T10:35:04.691Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-20T10:35:04.691Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-20T10:35:04.691Z] === RUN TestFormatPlatform [2022-04-20T10:35:04.691Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-20T10:35:04.691Z] === RUN TestPullSchema2Config [2022-04-20T10:35:04.691Z] === RUN TestPullSchema2Config/success_first_time [2022-04-20T10:35:04.691Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:35:04.691Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:35:04.691Z] === RUN TestPullSchema2Config/500_status [2022-04-20T10:35:04.692Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:35:04.692Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:35:04.692Z] === RUN TestNotFound [2022-04-20T10:35:04.692Z] --- PASS: TestNotFound (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestConflict [2022-04-20T10:35:04.692Z] --- PASS: TestConflict (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestForbidden [2022-04-20T10:35:04.692Z] --- PASS: TestForbidden (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestInvalidParameter [2022-04-20T10:35:04.692Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestNotImplemented [2022-04-20T10:35:04.692Z] --- PASS: TestNotImplemented (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestNotModified [2022-04-20T10:35:04.692Z] --- PASS: TestNotModified (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestUnauthorized [2022-04-20T10:35:04.692Z] --- PASS: TestUnauthorized (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestUnknown [2022-04-20T10:35:04.692Z] --- PASS: TestUnknown (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestCancelled [2022-04-20T10:35:04.692Z] --- PASS: TestCancelled (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestDeadline [2022-04-20T10:35:04.692Z] --- PASS: TestDeadline (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestDataLoss [2022-04-20T10:35:04.692Z] --- PASS: TestDataLoss (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestUnavailable [2022-04-20T10:35:04.692Z] --- PASS: TestUnavailable (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestSystem [2022-04-20T10:35:04.692Z] --- PASS: TestSystem (0.00s) [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Not_Found [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Bad_Request [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Conflict [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Unauthorized [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Forbidden [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Not_Modified [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-20T10:35:04.692Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-20T10:35:04.692Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-20T10:35:04.692Z] PASS [2022-04-20T10:35:04.692Z] coverage: 77.0% of statements [2022-04-20T10:35:04.692Z] ok github.com/docker/docker/errdefs 0.049s coverage: 77.0% of statements [2022-04-20T10:35:05.088Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-20T10:35:05.150Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:35:05.150Z] === RUN TestPullSchema2Config/EOF [2022-04-20T10:35:05.150Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:35:05.150Z] --- PASS: TestInactiveJobs (0.35s) [2022-04-20T10:35:05.150Z] === RUN TestWatchRelease [2022-04-20T10:35:05.150Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:35:05.150Z] 2022/04/20 10:35:04 http: panic serving 127.0.0.1:49217: intentional panic [2022-04-20T10:35:05.150Z] goroutine 118 [running]: [2022-04-20T10:35:05.150Z] net/http.(*conn).serve.func1() [2022-04-20T10:35:05.150Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-20T10:35:05.150Z] panic({0xd99000, 0xf7b8f0}) [2022-04-20T10:35:05.150Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-20T10:35:05.150Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003e41a0?, {0xf830d8?, 0xc0003e0000?}) [2022-04-20T10:35:05.150Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-20T10:35:05.150Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xf830d8, 0xc0003e0000}, 0xc000416700) [2022-04-20T10:35:05.150Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-20T10:35:05.150Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xf830d8?, 0xc0003e0000?}, 0xc00005a800?) [2022-04-20T10:35:05.150Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-20T10:35:05.150Z] net/http.serverHandler.ServeHTTP({0xc0004faea0?}, {0xf830d8, 0xc0003e0000}, 0xc000416700) [2022-04-20T10:35:05.150Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-20T10:35:05.150Z] net/http.(*conn).serve(0xc0004300a0, {0xf83950, 0xc000201e60}) [2022-04-20T10:35:05.150Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-20T10:35:05.150Z] created by net/http.(*Server).Serve [2022-04-20T10:35:05.150Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-20T10:35:05.150Z] --- PASS: TestWatchRelease (0.04s) [2022-04-20T10:35:05.150Z] === RUN TestWatchFinishedTransfer [2022-04-20T10:35:05.150Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-20T10:35:05.150Z] === RUN TestDuplicateTransfer [2022-04-20T10:35:05.150Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-04-20T10:35:05.150Z] === RUN TestSuccessfulUpload [2022-04-20T10:35:05.150Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:35:05.150Z] === RUN TestPullSchema2Config/unauthorized [2022-04-20T10:35:05.150Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:35:05.150Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:35:05.150Z] --- PASS: TestPullSchema2Config (0.53s) [2022-04-20T10:35:05.150Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-20T10:35:05.150Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-20T10:35:05.150Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-04-20T10:35:05.150Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-04-20T10:35:05.150Z] === RUN TestGetRepositoryMountCandidates [2022-04-20T10:35:05.150Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-20T10:35:05.151Z] === RUN TestLayerAlreadyExists [2022-04-20T10:35:05.151Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:35:05.151Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:35:05.151Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:35:05.151Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:35:05.151Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:35:05.151Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:35:05.151Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-20T10:35:05.151Z] === RUN TestWhenEmptyAuthConfig [2022-04-20T10:35:05.151Z] time="2022-04-20T10:35:05Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-20T10:35:05.611Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-04-20T10:35:05.611Z] === RUN TestCancelledUpload [2022-04-20T10:35:05.611Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-20T10:35:05.611Z] PASS [2022-04-20T10:35:05.611Z] coverage: 76.8% of statements [2022-04-20T10:35:05.611Z] ok github.com/docker/docker/distribution/xfer 2.031s coverage: 76.8% of statements [2022-04-20T10:35:05.611Z] === RUN TestFSGetInvalidData [2022-04-20T10:35:05.611Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-04-20T10:35:05.611Z] === RUN TestFSInvalidSet [2022-04-20T10:35:05.611Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-20T10:35:05.611Z] === RUN TestFSInvalidRoot [2022-04-20T10:35:05.611Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-20T10:35:05.611Z] === RUN TestFSMetadataGetSet [2022-04-20T10:35:06.067Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-04-20T10:35:06.067Z] === RUN TestFSInvalidWalker [2022-04-20T10:35:06.067Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-20T10:35:06.067Z] === RUN TestFSGetSet [2022-04-20T10:35:06.067Z] --- PASS: TestFSGetSet (0.03s) [2022-04-20T10:35:06.067Z] === RUN TestFSGetUnsetKey [2022-04-20T10:35:06.067Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-04-20T10:35:06.067Z] === RUN TestFSGetEmptyData [2022-04-20T10:35:06.067Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-04-20T10:35:06.067Z] === RUN TestFSDelete [2022-04-20T10:35:06.067Z] --- PASS: TestFSDelete (0.03s) [2022-04-20T10:35:06.067Z] === RUN TestFSWalker [2022-04-20T10:35:06.067Z] --- PASS: TestFSWalker (0.02s) [2022-04-20T10:35:06.067Z] === RUN TestFSWalkerStopOnError [2022-04-20T10:35:06.067Z] --- PASS: TestFSWalkerStopOnError (0.06s) [2022-04-20T10:35:06.067Z] === RUN TestNewFromJSON [2022-04-20T10:35:06.067Z] --- PASS: TestNewFromJSON (0.01s) [2022-04-20T10:35:06.067Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-20T10:35:06.067Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-20T10:35:06.067Z] === RUN TestMarshalKeyOrder [2022-04-20T10:35:06.067Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-20T10:35:06.067Z] === RUN TestHistoryEqual [2022-04-20T10:35:06.067Z] === RUN TestCompare [2022-04-20T10:35:06.067Z] --- PASS: TestCompare (0.00s) [2022-04-20T10:35:06.067Z] PASS [2022-04-20T10:35:06.067Z] coverage: 19.2% of statements [2022-04-20T10:35:06.067Z] ok github.com/docker/docker/image/cache 0.077s coverage: 19.2% of statements [2022-04-20T10:35:06.067Z] --- PASS: TestHistoryEqual (0.21s) [2022-04-20T10:35:06.067Z] === RUN TestImage [2022-04-20T10:35:06.067Z] --- PASS: TestImage (0.00s) [2022-04-20T10:35:06.067Z] === RUN TestImageOSNotEmpty [2022-04-20T10:35:06.067Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-20T10:35:06.067Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-20T10:35:06.067Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-20T10:35:06.067Z] === RUN TestCreate [2022-04-20T10:35:06.067Z] --- PASS: TestCreate (0.01s) [2022-04-20T10:35:06.067Z] === RUN TestRestore [2022-04-20T10:35:06.067Z] time="2022-04-20T10:35:06Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-20T10:35:06.067Z] --- PASS: TestRestore (0.04s) [2022-04-20T10:35:06.067Z] === RUN TestAddDelete [2022-04-20T10:35:06.461Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-20T10:35:06.526Z] --- PASS: TestAddDelete (0.03s) [2022-04-20T10:35:06.526Z] === RUN TestSearchAfterDelete [2022-04-20T10:35:06.526Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-04-20T10:35:06.526Z] === RUN TestParentReset [2022-04-20T10:35:06.526Z] --- PASS: TestParentReset (0.04s) [2022-04-20T10:35:06.526Z] === RUN TestGetAndSetLastUpdated [2022-04-20T10:35:06.526Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-04-20T10:35:06.526Z] === RUN TestStoreLen [2022-04-20T10:35:06.526Z] --- PASS: TestStoreLen (0.05s) [2022-04-20T10:35:06.526Z] PASS [2022-04-20T10:35:06.526Z] coverage: 86.9% of statements [2022-04-20T10:35:06.526Z] ok github.com/docker/docker/image 0.749s coverage: 86.9% of statements [2022-04-20T10:35:06.526Z] --- PASS: TestWhenEmptyAuthConfig (1.27s) [2022-04-20T10:35:06.526Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-20T10:35:06.526Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-20T10:35:06.526Z] === RUN TestTokenPassThru [2022-04-20T10:35:06.526Z] --- PASS: TestTokenPassThru (0.01s) [2022-04-20T10:35:06.526Z] === RUN TestTokenPassThruDifferentHost [2022-04-20T10:35:06.526Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-04-20T10:35:06.526Z] PASS [2022-04-20T10:35:06.526Z] coverage: 26.6% of statements [2022-04-20T10:35:06.526Z] ok github.com/docker/docker/distribution 2.364s coverage: 26.6% of statements [2022-04-20T10:35:06.909Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-20T10:35:06.983Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-20T10:35:06.983Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-20T10:35:06.983Z] === RUN TestValidateManifest [2022-04-20T10:35:06.983Z] === RUN TestValidateManifest/nil [2022-04-20T10:35:06.983Z] === RUN TestValidateManifest/non-nil [2022-04-20T10:35:06.983Z] --- PASS: TestValidateManifest (0.00s) [2022-04-20T10:35:06.983Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-20T10:35:06.983Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-20T10:35:06.983Z] PASS [2022-04-20T10:35:06.983Z] coverage: 0.7% of statements [2022-04-20T10:35:06.983Z] ok github.com/docker/docker/image/tarexport 0.076s coverage: 0.7% of statements [2022-04-20T10:35:07.440Z] === RUN TestMakeV1ConfigFromConfig [2022-04-20T10:35:07.440Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-20T10:35:07.440Z] PASS [2022-04-20T10:35:07.440Z] coverage: 25.0% of statements [2022-04-20T10:35:07.440Z] ok github.com/docker/docker/image/v1 0.099s coverage: 25.0% of statements [2022-04-20T10:35:07.440Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-20T10:35:07.894Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-20T10:35:08.880Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-20T10:35:08.968Z] === RUN TestSerialization [2022-04-20T10:35:08.968Z] --- PASS: TestSerialization (0.02s) [2022-04-20T10:35:08.968Z] PASS [2022-04-20T10:35:08.968Z] coverage: 100.0% of statements [2022-04-20T10:35:08.968Z] ok github.com/docker/docker/libcontainerd/queue 0.063s coverage: 100.0% of statements [2022-04-20T10:35:09.425Z] === RUN TestEmptyLayer [2022-04-20T10:35:09.425Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-20T10:35:09.425Z] === RUN TestCommitFailure [2022-04-20T10:35:09.881Z] --- PASS: TestCommitFailure (0.02s) [2022-04-20T10:35:09.881Z] === RUN TestStartTransactionFailure [2022-04-20T10:35:09.881Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-04-20T10:35:09.881Z] === RUN TestGetOrphan [2022-04-20T10:35:09.881Z] --- PASS: TestGetOrphan (0.01s) [2022-04-20T10:35:09.881Z] === RUN TestMountAndRegister [2022-04-20T10:35:09.881Z] layer_test.go:258: Layer size: 14 [2022-04-20T10:35:09.881Z] --- PASS: TestMountAndRegister (0.06s) [2022-04-20T10:35:09.881Z] === RUN TestLayerRelease [2022-04-20T10:35:09.881Z] layer_test.go:291: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestStoreRestore [2022-04-20T10:35:09.881Z] layer_test.go:340: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestTarStreamStability [2022-04-20T10:35:09.881Z] layer_test.go:455: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestRegisterExistingLayer [2022-04-20T10:35:09.881Z] --- PASS: TestRegisterExistingLayer (0.12s) [2022-04-20T10:35:09.881Z] === RUN TestTarStreamVerification [2022-04-20T10:35:09.881Z] layer_test.go:684: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestLayerMigration [2022-04-20T10:35:09.881Z] migration_test.go:45: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestLayerMigrationNoTarsplit [2022-04-20T10:35:09.881Z] migration_test.go:181: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestMountInit [2022-04-20T10:35:09.881Z] mount_test.go:17: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestMountInit (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestMountSize [2022-04-20T10:35:09.881Z] mount_test.go:76: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestMountSize (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestMountChanges [2022-04-20T10:35:09.881Z] mount_test.go:125: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestMountChanges (0.00s) [2022-04-20T10:35:09.881Z] === RUN TestMountApply [2022-04-20T10:35:09.881Z] mount_test.go:212: Failing on Windows [2022-04-20T10:35:09.881Z] --- SKIP: TestMountApply (0.00s) [2022-04-20T10:35:09.881Z] PASS [2022-04-20T10:35:09.881Z] coverage: 30.6% of statements [2022-04-20T10:35:09.881Z] ok github.com/docker/docker/layer 0.352s coverage: 30.6% of statements [2022-04-20T10:35:09.881Z] === RUN TestEnvironmentParsing [2022-04-20T10:35:09.881Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-20T10:35:09.881Z] PASS [2022-04-20T10:35:09.881Z] coverage: 1.2% of statements [2022-04-20T10:35:09.881Z] ok github.com/docker/docker/libcontainerd/local 0.079s coverage: 1.2% of statements [2022-04-20T10:35:10.338Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-20T10:35:10.338Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-20T10:35:10.338Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-20T10:35:10.338Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-20T10:35:10.338Z] === RUN TestSequenceGetAvailableBit [2022-04-20T10:35:10.338Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestSequenceEqual [2022-04-20T10:35:10.338Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestSequenceCopy [2022-04-20T10:35:10.338Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestGetFirstAvailable [2022-04-20T10:35:10.338Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestFindSequence [2022-04-20T10:35:10.338Z] --- PASS: TestFindSequence (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestCheckIfAvailable [2022-04-20T10:35:10.338Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestMergeSequences [2022-04-20T10:35:10.338Z] --- PASS: TestMergeSequences (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestPushReservation [2022-04-20T10:35:10.338Z] --- PASS: TestPushReservation (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestSerializeDeserialize [2022-04-20T10:35:10.338Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestSet [2022-04-20T10:35:10.338Z] --- PASS: TestSet (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestSetUnset [2022-04-20T10:35:10.338Z] --- PASS: TestSetUnset (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestOffsetSetUnset [2022-04-20T10:35:10.338Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestSetInRange [2022-04-20T10:35:10.338Z] --- PASS: TestSetInRange (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestSetAnyInRange [2022-04-20T10:35:10.338Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestMethods [2022-04-20T10:35:10.338Z] --- PASS: TestMethods (0.00s) [2022-04-20T10:35:10.338Z] === RUN TestRandomAllocateDeallocate [2022-04-20T10:35:10.453Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-20T10:35:11.442Z] --- PASS: TestBuildMultiStageCopy (13.15s) [2022-04-20T10:35:11.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.62s) [2022-04-20T10:35:11.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.84s) [2022-04-20T10:35:11.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.03s) [2022-04-20T10:35:11.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.25s) [2022-04-20T10:35:11.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.42s) [2022-04-20T10:35:11.442Z] === RUN TestBuildMultiStageParentConfig [2022-04-20T10:35:11.724Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-20T10:35:12.291Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-20T10:35:13.236Z] === RUN TestInvalidConfig [2022-04-20T10:35:13.236Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-20T10:35:13.236Z] === RUN TestConfig [2022-04-20T10:35:13.236Z] --- PASS: TestConfig (0.00s) [2022-04-20T10:35:13.236Z] === RUN TestOptionsLabels [2022-04-20T10:35:13.236Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-20T10:35:13.236Z] === RUN TestValidName [2022-04-20T10:35:13.236Z] --- PASS: TestValidName (0.00s) [2022-04-20T10:35:13.236Z] PASS [2022-04-20T10:35:13.236Z] coverage: 19.7% of statements [2022-04-20T10:35:13.236Z] ok github.com/docker/docker/libnetwork/config 0.084s coverage: 19.7% of statements [2022-04-20T10:35:13.236Z] === RUN TestKey [2022-04-20T10:35:13.236Z] --- PASS: TestKey (0.00s) [2022-04-20T10:35:13.236Z] === RUN TestParseKey [2022-04-20T10:35:13.236Z] --- PASS: TestParseKey (0.00s) [2022-04-20T10:35:13.236Z] === RUN TestInvalidDataStore [2022-04-20T10:35:13.236Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-20T10:35:13.236Z] === RUN TestKVObjectFlatKey [2022-04-20T10:35:13.236Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-20T10:35:13.236Z] === RUN TestAtomicKVObjectFlatKey [2022-04-20T10:35:13.236Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-20T10:35:13.236Z] PASS [2022-04-20T10:35:13.236Z] coverage: 21.9% of statements [2022-04-20T10:35:13.696Z] ok github.com/docker/docker/libnetwork/datastore 0.057s coverage: 21.9% of statements [2022-04-20T10:35:14.153Z] === RUN TestIPDataMarshalling [2022-04-20T10:35:14.153Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-20T10:35:14.153Z] === RUN TestValidateAndIsV6 [2022-04-20T10:35:14.153Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-20T10:35:14.153Z] PASS [2022-04-20T10:35:14.153Z] coverage: 68.9% of statements [2022-04-20T10:35:14.153Z] ok github.com/docker/docker/libnetwork/driverapi 0.098s coverage: 68.9% of statements [2022-04-20T10:35:14.192Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-04-20T10:35:14.398Z] --- PASS: TestBuildMultiStageParentConfig (2.51s) [2022-04-20T10:35:14.398Z] === RUN TestBuildLabelWithTargets [2022-04-20T10:35:14.398Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:35:14.398Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-20T10:35:14.398Z] === RUN TestBuildWithEmptyLayers [2022-04-20T10:35:14.610Z] === RUN TestErrorInterfaces [2022-04-20T10:35:14.610Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-20T10:35:14.610Z] === RUN TestNetworkMarshalling [2022-04-20T10:35:15.069Z] --- PASS: TestNetworkMarshalling (0.25s) [2022-04-20T10:35:15.069Z] === RUN TestEndpointMarshalling [2022-04-20T10:35:15.069Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestAuxAddresses [2022-04-20T10:35:15.069Z] time="2022-04-20T10:35:14Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:35:15.069Z] --- PASS: TestAuxAddresses (0.02s) [2022-04-20T10:35:15.069Z] === RUN TestSRVServiceQuery [2022-04-20T10:35:15.069Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestServiceVIPReuse [2022-04-20T10:35:15.069Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-20T10:35:15.069Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestDNSIPQuery [2022-04-20T10:35:15.069Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestDNSProxyServFail [2022-04-20T10:35:15.069Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestSandboxAddEmpty [2022-04-20T10:35:15.069Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestSandboxAddMultiPrio [2022-04-20T10:35:15.069Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestSandboxAddSamePrio [2022-04-20T10:35:15.069Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestCleanupServiceDiscovery [2022-04-20T10:35:15.069Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestDNSOptions [2022-04-20T10:35:15.069Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:35:15.069Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-20T10:35:15.069Z] === RUN TestMultipleControllersWithSameStore [2022-04-20T10:35:15.069Z] time="2022-04-20T10:35:14Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:35:15.069Z] time="2022-04-20T10:35:14Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:35:15.069Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-04-20T10:35:15.069Z] PASS [2022-04-20T10:35:15.069Z] coverage: 8.5% of statements [2022-04-20T10:35:15.069Z] ok github.com/docker/docker/libnetwork 0.433s coverage: 8.5% of statements [2022-04-20T10:35:15.387Z] --- PASS: TestBuildWithEmptyLayers (1.29s) [2022-04-20T10:35:15.387Z] === RUN TestBuildMultiStageOnBuild [2022-04-20T10:35:15.527Z] === RUN TestDriver [2022-04-20T10:35:15.527Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:35:15.527Z] PASS [2022-04-20T10:35:15.527Z] coverage: 34.8% of statements [2022-04-20T10:35:15.527Z] ok github.com/docker/docker/libnetwork/drivers/host 0.050s coverage: 34.8% of statements [2022-04-20T10:35:15.990Z] === RUN TestDriver [2022-04-20T10:35:15.990Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:35:15.990Z] PASS [2022-04-20T10:35:15.990Z] coverage: 34.8% of statements [2022-04-20T10:35:15.990Z] ok github.com/docker/docker/libnetwork/drivers/null 0.054s coverage: 34.8% of statements [2022-04-20T10:35:16.094Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-04-20T10:35:16.448Z] === RUN TestNetworkAllocateFree [2022-04-20T10:35:16.448Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-20T10:35:16.448Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-20T10:35:16.448Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-20T10:35:16.448Z] PASS [2022-04-20T10:35:16.448Z] coverage: 63.6% of statements [2022-04-20T10:35:16.448Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.054s coverage: 63.6% of statements [2022-04-20T10:35:16.448Z] --- PASS: TestRandomAllocateDeallocate (6.19s) [2022-04-20T10:35:16.448Z] === RUN TestAllocateRandomDeallocate [2022-04-20T10:35:16.908Z] === RUN TestGetEmptyCapabilities [2022-04-20T10:35:16.908Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-04-20T10:35:16.908Z] === RUN TestGetExtraCapabilities [2022-04-20T10:35:16.908Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-04-20T10:35:16.908Z] === RUN TestGetInvalidCapabilities [2022-04-20T10:35:16.908Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-04-20T10:35:16.908Z] === RUN TestRemoteDriver [2022-04-20T10:35:16.908Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-20T10:35:16.908Z] === RUN TestDriverError [2022-04-20T10:35:16.908Z] --- PASS: TestDriverError (0.01s) [2022-04-20T10:35:16.908Z] === RUN TestMissingValues [2022-04-20T10:35:16.908Z] --- PASS: TestMissingValues (0.01s) [2022-04-20T10:35:16.908Z] === RUN TestRollback [2022-04-20T10:35:16.908Z] --- PASS: TestRollback (0.00s) [2022-04-20T10:35:16.908Z] PASS [2022-04-20T10:35:16.908Z] coverage: 57.4% of statements [2022-04-20T10:35:16.908Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.105s coverage: 57.4% of statements [2022-04-20T10:35:17.876Z] === RUN TestNAT [2022-04-20T10:35:17.876Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-20T10:35:17.876Z] --- SKIP: TestNAT (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestTransparent [2022-04-20T10:35:17.876Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-20T10:35:17.876Z] --- SKIP: TestTransparent (0.00s) [2022-04-20T10:35:17.876Z] PASS [2022-04-20T10:35:17.876Z] coverage: 0.0% of statements [2022-04-20T10:35:17.876Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.061s coverage: 0.0% of statements [2022-04-20T10:35:17.876Z] --- PASS: TestAllocateRandomDeallocate (1.43s) [2022-04-20T10:35:17.876Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-20T10:35:17.876Z] === RUN TestBuildDefault [2022-04-20T10:35:17.876Z] --- PASS: TestBuildDefault (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestBuildHostnameDomainname [2022-04-20T10:35:17.876Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestBuildHostname [2022-04-20T10:35:17.876Z] --- PASS: TestBuildHostname (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestBuildHostnameFQDN [2022-04-20T10:35:17.876Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestBuildNoIP [2022-04-20T10:35:17.876Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestUpdate [2022-04-20T10:35:17.876Z] --- PASS: TestUpdate (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-20T10:35:17.876Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-20T10:35:17.876Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestAddEmpty [2022-04-20T10:35:17.876Z] --- PASS: TestAddEmpty (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestAdd [2022-04-20T10:35:17.876Z] --- PASS: TestAdd (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestDeleteEmpty [2022-04-20T10:35:17.876Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestDeleteNewline [2022-04-20T10:35:17.876Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestDelete [2022-04-20T10:35:17.876Z] --- PASS: TestDelete (0.00s) [2022-04-20T10:35:17.876Z] === RUN TestConcurrentWrites [2022-04-20T10:35:18.332Z] === RUN TestNew [2022-04-20T10:35:18.332Z] --- PASS: TestNew (0.00s) [2022-04-20T10:35:18.332Z] === RUN TestAddDriver [2022-04-20T10:35:18.332Z] --- PASS: TestAddDriver (0.00s) [2022-04-20T10:35:18.332Z] === RUN TestAddDuplicateDriver [2022-04-20T10:35:18.332Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-20T10:35:18.332Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-20T10:35:18.332Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-20T10:35:18.332Z] === RUN TestDriver [2022-04-20T10:35:18.333Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:35:18.333Z] === RUN TestIPAM [2022-04-20T10:35:18.333Z] --- PASS: TestIPAM (0.00s) [2022-04-20T10:35:18.333Z] === RUN TestWalkIPAMs [2022-04-20T10:35:18.333Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-20T10:35:18.333Z] === RUN TestWalkDrivers [2022-04-20T10:35:18.333Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-20T10:35:18.333Z] PASS [2022-04-20T10:35:18.333Z] coverage: 82.4% of statements [2022-04-20T10:35:18.333Z] ok github.com/docker/docker/libnetwork/drvregistry 0.118s coverage: 82.4% of statements [2022-04-20T10:35:18.333Z] --- PASS: TestConcurrentWrites (0.26s) [2022-04-20T10:35:18.333Z] PASS [2022-04-20T10:35:18.333Z] coverage: 81.2% of statements [2022-04-20T10:35:18.333Z] ok github.com/docker/docker/libnetwork/etchosts 0.337s coverage: 81.2% of statements [2022-04-20T10:35:18.627Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-04-20T10:35:18.627Z] check_test.go:308: [d4d14b89cff29] daemon is not started [2022-04-20T10:35:18.627Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-04-20T10:35:18.789Z] === RUN TestNew [2022-04-20T10:35:18.789Z] --- PASS: TestNew (0.00s) [2022-04-20T10:35:18.789Z] === RUN TestAllocate [2022-04-20T10:35:18.789Z] --- PASS: TestAllocate (0.00s) [2022-04-20T10:35:18.789Z] === RUN TestUninitialized [2022-04-20T10:35:18.789Z] --- PASS: TestUninitialized (0.00s) [2022-04-20T10:35:18.789Z] === RUN TestAllocateInRange [2022-04-20T10:35:18.789Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-20T10:35:18.789Z] === RUN TestAllocateSerial [2022-04-20T10:35:18.789Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-20T10:35:18.789Z] PASS [2022-04-20T10:35:18.789Z] coverage: 87.5% of statements [2022-04-20T10:35:18.789Z] ok github.com/docker/docker/libnetwork/idm 0.059s coverage: 87.5% of statements [2022-04-20T10:35:18.789Z] === RUN TestCaller [2022-04-20T10:35:18.789Z] --- PASS: TestCaller (0.00s) [2022-04-20T10:35:18.789Z] PASS [2022-04-20T10:35:18.789Z] coverage: 100.0% of statements [2022-04-20T10:35:18.789Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-04-20T10:35:19.246Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.22s) [2022-04-20T10:35:19.246Z] === RUN TestRetrieveFromStore [2022-04-20T10:35:19.702Z] === RUN TestSetSerialInsertDelete [2022-04-20T10:35:19.702Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-20T10:35:19.702Z] === RUN TestSetParallelInsertDelete [2022-04-20T10:35:20.161Z] --- PASS: TestRetrieveFromStore (0.77s) [2022-04-20T10:35:20.161Z] === RUN TestIsCorrupted [2022-04-20T10:35:20.161Z] --- PASS: TestIsCorrupted (0.02s) [2022-04-20T10:35:20.161Z] === RUN TestSetRollover [2022-04-20T10:35:20.621Z] === RUN TestInt2IP2IntConversion [2022-04-20T10:35:21.079Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2022-04-20T10:35:21.079Z] === RUN TestGetAddressVersion [2022-04-20T10:35:21.079Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-20T10:35:21.079Z] === RUN TestKeyString [2022-04-20T10:35:21.079Z] --- PASS: TestKeyString (0.00s) [2022-04-20T10:35:21.079Z] === RUN TestPoolDataMarshal [2022-04-20T10:35:21.079Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-20T10:35:21.079Z] === RUN TestSubnetsMarshal [2022-04-20T10:35:21.538Z] === RUN TestPoolRequest [2022-04-20T10:35:21.538Z] --- PASS: TestPoolRequest (0.00s) [2022-04-20T10:35:21.538Z] === RUN TestOtherRequests [2022-04-20T10:35:21.538Z] --- PASS: TestOtherRequests (0.00s) [2022-04-20T10:35:21.538Z] PASS [2022-04-20T10:35:21.538Z] coverage: 57.1% of statements [2022-04-20T10:35:21.538Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-04-20T10:35:21.538Z] === RUN TestAddSubnets [2022-04-20T10:35:21.538Z] ok github.com/docker/docker/libnetwork/ipams/null 0.049s coverage: 57.1% of statements [2022-04-20T10:35:21.538Z] --- PASS: TestAddSubnets (0.05s) [2022-04-20T10:35:21.538Z] === RUN TestDoublePoolRelease [2022-04-20T10:35:21.538Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-04-20T10:35:21.538Z] === RUN TestAddReleasePoolID [2022-04-20T10:35:21.538Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-04-20T10:35:21.538Z] === RUN TestPredefinedPool [2022-04-20T10:35:21.538Z] --- PASS: TestPredefinedPool (0.03s) [2022-04-20T10:35:21.538Z] === RUN TestRemoveSubnet [2022-04-20T10:35:21.538Z] --- PASS: TestSetRollover (1.75s) [2022-04-20T10:35:21.538Z] === RUN TestSetRolloverSerial [2022-04-20T10:35:21.997Z] --- PASS: TestRemoveSubnet (0.25s) [2022-04-20T10:35:21.997Z] === RUN TestGetSameAddress [2022-04-20T10:35:21.997Z] --- PASS: TestGetSameAddress (0.03s) [2022-04-20T10:35:21.997Z] === RUN TestPoolAllocationReuse [2022-04-20T10:35:22.456Z] === RUN TestGetCapabilities [2022-04-20T10:35:22.456Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-20T10:35:22.456Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-20T10:35:22.456Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-04-20T10:35:22.456Z] === RUN TestGetDefaultAddressSpaces [2022-04-20T10:35:22.456Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-04-20T10:35:22.456Z] === RUN TestRemoteDriver [2022-04-20T10:35:22.456Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-20T10:35:22.456Z] PASS [2022-04-20T10:35:22.456Z] coverage: 47.4% of statements [2022-04-20T10:35:22.913Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.087s coverage: 47.4% of statements [2022-04-20T10:35:23.371Z] --- PASS: TestSetRolloverSerial (1.51s) [2022-04-20T10:35:23.371Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-20T10:35:23.371Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-20T10:35:23.371Z] PASS [2022-04-20T10:35:23.371Z] coverage: 84.4% of statements [2022-04-20T10:35:23.371Z] ok github.com/docker/docker/libnetwork/bitseq 12.954s coverage: 84.4% of statements [2022-04-20T10:35:23.371Z] --- PASS: TestPoolAllocationReuse (1.51s) [2022-04-20T10:35:23.371Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-20T10:35:23.371Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-04-20T10:35:23.371Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-20T10:35:23.828Z] === RUN TestWindowsIPAM [2022-04-20T10:35:23.828Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-20T10:35:23.828Z] PASS [2022-04-20T10:35:23.828Z] coverage: 71.4% of statements [2022-04-20T10:35:23.828Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.049s coverage: 71.4% of statements [2022-04-20T10:35:24.792Z] === RUN TestDefaultNetwork [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite (335.93s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.68s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.62s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.51s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.30s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.45s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.55s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.33s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.62s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.39s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.03s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.01s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.13s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.18s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.40s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.34s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.52s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.32s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.61s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.80s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.04s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.47s) [2022-04-20T10:35:25.188Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.08s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.22s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.60s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.73s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.01s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.34s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.01s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.47s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.76s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.78s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.72s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.66s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.88s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.95s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.91s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.73s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.52s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.78s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.37s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.69s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.01s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.54s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.05s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.91s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.65s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.13s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.52s) [2022-04-20T10:35:25.188Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-20T10:35:25.188Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.96s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.98s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.65s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.12s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.82s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.69s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.28s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.21s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.04s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.56s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.77s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.57s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.66s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.20s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.10s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.76s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.95s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.95s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.69s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.30s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.76s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.67s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.79s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.27s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.20s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.09s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.53s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.94s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.16s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.25s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.37s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.82s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.10s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.21s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.10s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.71s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.43s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.63s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.91s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.67s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2022-04-20T10:35:25.188Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.70s) [2022-04-20T10:35:25.188Z] === RUN TestDockerSwarmSuite [2022-04-20T10:35:25.188Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-04-20T10:35:25.248Z] --- PASS: TestDefaultNetwork (0.29s) [2022-04-20T10:35:25.248Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-20T10:35:25.248Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.32s) [2022-04-20T10:35:25.248Z] === RUN TestInitAddressPools [2022-04-20T10:35:25.248Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-20T10:35:25.248Z] PASS [2022-04-20T10:35:25.248Z] coverage: 74.0% of statements [2022-04-20T10:35:25.248Z] ok github.com/docker/docker/libnetwork/ipamutils 0.705s coverage: 74.0% of statements [2022-04-20T10:35:25.706Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.25s) [2022-04-20T10:35:25.706Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-20T10:35:26.169Z] === RUN TestKeyValue [2022-04-20T10:35:26.169Z] --- PASS: TestKeyValue (0.00s) [2022-04-20T10:35:26.169Z] PASS [2022-04-20T10:35:26.169Z] coverage: 60.0% of statements [2022-04-20T10:35:26.169Z] ok github.com/docker/docker/libnetwork/netlabel 0.046s coverage: 60.0% of statements [2022-04-20T10:35:27.717Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-04-20T10:35:28.339Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.90s) [2022-04-20T10:35:28.339Z] === RUN TestGetAddress [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-20T10:35:28.798Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-20T10:35:29.257Z] === RUN TestNetworkDBSimple [2022-04-20T10:35:29.713Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-20T10:35:29.713Z] PASS [2022-04-20T10:35:29.713Z] coverage: 100.0% of statements [2022-04-20T10:35:29.713Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.050s coverage: 100.0% of statements [2022-04-20T10:35:30.172Z] === RUN TestGenerate [2022-04-20T10:35:30.172Z] --- PASS: TestGenerate (0.00s) [2022-04-20T10:35:30.172Z] === RUN TestGeneratePtr [2022-04-20T10:35:30.172Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-20T10:35:30.172Z] === RUN TestGenerateMissingField [2022-04-20T10:35:30.172Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-20T10:35:30.172Z] === RUN TestFieldCannotBeSet [2022-04-20T10:35:30.172Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-20T10:35:30.172Z] === RUN TestTypeMismatchError [2022-04-20T10:35:30.172Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-20T10:35:30.172Z] PASS [2022-04-20T10:35:30.172Z] coverage: 100.0% of statements [2022-04-20T10:35:30.172Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-04-20T10:35:30.244Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-04-20T10:35:30.330Z] --- PASS: TestBuildMultiStageOnBuild (13.54s) [2022-04-20T10:35:30.330Z] === RUN TestBuildUncleanTarFilenames [2022-04-20T10:35:30.330Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:35:30.330Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-04-20T10:35:30.330Z] === RUN TestBuildMultiStageLayerLeak [2022-04-20T10:35:30.636Z] 2022/04/20 10:35:30 Closing DB instances... [2022-04-20T10:35:30.636Z] testing: warning: no tests to run [2022-04-20T10:35:30.636Z] PASS [2022-04-20T10:35:30.636Z] coverage: 0.0% of statements [2022-04-20T10:35:30.636Z] ok github.com/docker/docker/libnetwork/osl 0.044s coverage: 0.0% of statements [no tests to run] [2022-04-20T10:35:31.092Z] === RUN TestRequestNewPort [2022-04-20T10:35:31.092Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestRequestSpecificPort [2022-04-20T10:35:31.092Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestReleasePort [2022-04-20T10:35:31.092Z] --- PASS: TestReleasePort (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestReuseReleasedPort [2022-04-20T10:35:31.092Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestReleaseUnreadledPort [2022-04-20T10:35:31.092Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestUnknowProtocol [2022-04-20T10:35:31.092Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestAllocateAllPorts [2022-04-20T10:35:31.092Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestPortAllocation [2022-04-20T10:35:31.092Z] --- PASS: TestPortAllocation (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestPortAllocationWithCustomRange [2022-04-20T10:35:31.092Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-20T10:35:31.092Z] === RUN TestNoDuplicateBPR [2022-04-20T10:35:31.092Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-20T10:35:31.093Z] === RUN TestChangePortRange [2022-04-20T10:35:31.093Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-20T10:35:31.093Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-20T10:35:31.093Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-20T10:35:31.093Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-20T10:35:31.093Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-20T10:35:31.093Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-20T10:35:31.093Z] --- PASS: TestChangePortRange (0.00s) [2022-04-20T10:35:31.093Z] PASS [2022-04-20T10:35:31.093Z] coverage: 88.6% of statements [2022-04-20T10:35:31.093Z] ok github.com/docker/docker/libnetwork/portallocator 0.053s coverage: 88.6% of statements [2022-04-20T10:35:32.057Z] testing: warning: no tests to run [2022-04-20T10:35:32.057Z] PASS [2022-04-20T10:35:32.057Z] coverage: 0.0% of statements [2022-04-20T10:35:32.057Z] ok github.com/docker/docker/libnetwork/portmapper 0.048s coverage: 0.0% of statements [no tests to run] [2022-04-20T10:35:32.057Z] === RUN TestHashData [2022-04-20T10:35:32.057Z] --- PASS: TestHashData (0.00s) [2022-04-20T10:35:32.057Z] PASS [2022-04-20T10:35:32.057Z] coverage: 2.8% of statements [2022-04-20T10:35:32.057Z] ok github.com/docker/docker/libnetwork/resolvconf 0.049s coverage: 2.8% of statements [2022-04-20T10:35:32.057Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-04-20T10:35:32.057Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-20T10:35:33.019Z] === RUN TestErrorConstructors [2022-04-20T10:35:33.019Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-20T10:35:33.019Z] === RUN TestCompareIPMask [2022-04-20T10:35:33.019Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-20T10:35:33.019Z] === RUN TestUtilGetHostPartIP [2022-04-20T10:35:33.019Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-20T10:35:33.019Z] === RUN TestUtilGetBroadcastIP [2022-04-20T10:35:33.019Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-20T10:35:33.019Z] === RUN TestParseCIDR [2022-04-20T10:35:33.019Z] --- PASS: TestParseCIDR (0.00s) [2022-04-20T10:35:33.019Z] PASS [2022-04-20T10:35:33.019Z] coverage: 37.3% of statements [2022-04-20T10:35:33.019Z] ok github.com/docker/docker/libnetwork/types 0.049s coverage: 37.3% of statements [2022-04-20T10:35:33.019Z] 2022/04/20 10:35:32 Closing DB instances... [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-20T10:35:33.479Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-20T10:35:33.479Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-20T10:35:33.479Z] PASS [2022-04-20T10:35:33.479Z] coverage: 55.0% of statements [2022-04-20T10:35:33.479Z] ok github.com/docker/docker/oci 0.056s coverage: 55.0% of statements [2022-04-20T10:35:33.527Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-20T10:35:34.444Z] === RUN TestParseVersion [2022-04-20T10:35:34.444Z] --- PASS: TestParseVersion (0.00s) [2022-04-20T10:35:34.444Z] PASS [2022-04-20T10:35:34.444Z] coverage: 52.9% of statements [2022-04-20T10:35:34.444Z] ok github.com/docker/docker/pkg/aaparser 0.054s coverage: 52.9% of statements [2022-04-20T10:35:34.444Z] === RUN TestAddressPoolOpt [2022-04-20T10:35:34.444Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/a [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/something [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/_=a [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/env1=value1 [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/_env1=value1 [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/PATH [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/=a [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/PATH= [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/PATH=something [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/asd!qwe [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/1asd [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/123 [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/some_space [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/__some_space_before [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/some_space_after__ [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/= [2022-04-20T10:35:34.444Z] === RUN TestValidateEnv/PaTh [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-20T10:35:34.444Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-20T10:35:34.444Z] === RUN TestParseHost [2022-04-20T10:35:34.444Z] --- PASS: TestParseHost (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestParseDockerDaemonHost [2022-04-20T10:35:34.445Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestParseTCP [2022-04-20T10:35:34.445Z] --- PASS: TestParseTCP (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-20T10:35:34.445Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestValidateExtraHosts [2022-04-20T10:35:34.445Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestIpOptString [2022-04-20T10:35:34.445Z] --- PASS: TestIpOptString (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-20T10:35:34.445Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestNewIpOptValidDefaultVal [2022-04-20T10:35:34.445Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestIpOptSetInvalidVal [2022-04-20T10:35:34.445Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestValidateIPAddress [2022-04-20T10:35:34.445Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestMapOpts [2022-04-20T10:35:34.445Z] --- PASS: TestMapOpts (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestListOptsWithoutValidator [2022-04-20T10:35:34.445Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestListOptsWithValidator [2022-04-20T10:35:34.445Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestValidateDNSSearch [2022-04-20T10:35:34.445Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_general_format [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_one_more [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-20T10:35:34.445Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-20T10:35:34.445Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestNamedListOpts [2022-04-20T10:35:34.445Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestNamedMapOpts [2022-04-20T10:35:34.445Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestParseLink [2022-04-20T10:35:34.445Z] --- PASS: TestParseLink (0.00s) [2022-04-20T10:35:34.445Z] === RUN TestUlimitOpt [2022-04-20T10:35:34.445Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-20T10:35:34.445Z] PASS [2022-04-20T10:35:34.445Z] coverage: 66.5% of statements [2022-04-20T10:35:34.445Z] ok github.com/docker/docker/opts 0.089s coverage: 66.5% of statements [2022-04-20T10:35:34.903Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s) [2022-04-20T10:35:34.903Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-20T10:35:35.433Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-04-20T10:35:35.869Z] 2022/04/20 10:35:35 Closing DB instances... [2022-04-20T10:35:36.000Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-20T10:35:36.325Z] === RUN TestPeerCertificateMarshalJSON [2022-04-20T10:35:36.782Z] === RUN TestIsArchivePathDir [2022-04-20T10:35:36.782Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-04-20T10:35:36.782Z] === RUN TestIsArchivePathInvalidFile [2022-04-20T10:35:36.782Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-04-20T10:35:36.782Z] === RUN TestIsArchivePathTar [2022-04-20T10:35:36.782Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-20T10:35:36.782Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-20T10:35:36.782Z] --- PASS: TestPeerCertificateMarshalJSON (0.58s) [2022-04-20T10:35:36.782Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-20T10:35:36.782Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-20T10:35:36.782Z] === RUN TestMiddleware [2022-04-20T10:35:36.782Z] --- PASS: TestMiddleware (0.00s) [2022-04-20T10:35:36.782Z] === RUN TestNewResponseModifier [2022-04-20T10:35:36.782Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-20T10:35:36.782Z] PASS [2022-04-20T10:35:36.782Z] coverage: 26.8% of statements [2022-04-20T10:35:36.782Z] ok github.com/docker/docker/pkg/authorization 0.636s coverage: 26.8% of statements [2022-04-20T10:35:37.241Z] --- PASS: TestIsArchivePathTar (0.28s) [2022-04-20T10:35:37.241Z] === RUN TestDecompressStreamGzip [2022-04-20T10:35:37.241Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.63s) [2022-04-20T10:35:37.241Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-20T10:35:37.241Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-04-20T10:35:37.241Z] === RUN TestDecompressStreamBzip2 [2022-04-20T10:35:37.708Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-04-20T10:35:37.708Z] === RUN TestDecompressStreamXz [2022-04-20T10:35:37.708Z] archive_test.go:133: Xz not present in msys2 [2022-04-20T10:35:37.708Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestDecompressStreamZstd [2022-04-20T10:35:37.708Z] archive_test.go:140: zstd not installed [2022-04-20T10:35:37.708Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-04-20T10:35:37.708Z] === RUN TestCompressStreamXzUnsupported [2022-04-20T10:35:37.708Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-20T10:35:37.708Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestCompressStreamInvalid [2022-04-20T10:35:37.708Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestExtensionInvalid [2022-04-20T10:35:37.708Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestExtensionUncompressed [2022-04-20T10:35:37.708Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestExtensionBzip2 [2022-04-20T10:35:37.708Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestExtensionGzip [2022-04-20T10:35:37.708Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestExtensionXz [2022-04-20T10:35:37.708Z] --- PASS: TestExtensionXz (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestExtensionZstd [2022-04-20T10:35:37.708Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestCmdStreamLargeStderr [2022-04-20T10:35:37.708Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-04-20T10:35:37.708Z] === RUN TestCmdStreamBad [2022-04-20T10:35:37.708Z] archive_test.go:252: Failing on Windows CI machines [2022-04-20T10:35:37.708Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestCmdStreamGood [2022-04-20T10:35:37.708Z] --- PASS: TestCmdStreamGood (0.05s) [2022-04-20T10:35:37.708Z] === RUN TestUntarPathWithInvalidDest [2022-04-20T10:35:37.708Z] === RUN TestUnbuffered [2022-04-20T10:35:37.708Z] --- PASS: TestUnbuffered (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestRaceUnbuffered [2022-04-20T10:35:37.708Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-20T10:35:37.708Z] PASS [2022-04-20T10:35:37.708Z] coverage: 100.0% of statements [2022-04-20T10:35:37.708Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2022-04-20T10:35:37.708Z] --- PASS: TestUntarPathWithInvalidDest (0.20s) [2022-04-20T10:35:37.708Z] === RUN TestUntarPathWithInvalidSrc [2022-04-20T10:35:37.708Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-20T10:35:37.708Z] === RUN TestUntarPath [2022-04-20T10:35:38.164Z] --- PASS: TestUntarPath (0.08s) [2022-04-20T10:35:38.164Z] === RUN TestUntarPathWithDestinationFile [2022-04-20T10:35:38.164Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-04-20T10:35:38.164Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-20T10:35:38.164Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-04-20T10:35:38.164Z] === RUN TestCopyWithTarInvalidSrc [2022-04-20T10:35:38.164Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-20T10:35:38.164Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-20T10:35:38.164Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-20T10:35:38.164Z] === RUN TestCopyWithTarSrcFile [2022-04-20T10:35:38.164Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-04-20T10:35:38.164Z] === RUN TestCopyWithTarSrcFolder [2022-04-20T10:35:38.164Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-20T10:35:38.164Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-20T10:35:38.164Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-20T10:35:38.164Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-20T10:35:38.164Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-20T10:35:38.164Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-20T10:35:38.164Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-04-20T10:35:38.164Z] === RUN TestCopyFileWithTarSrcFile [2022-04-20T10:35:38.164Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-04-20T10:35:38.164Z] === RUN TestTarFiles [2022-04-20T10:35:38.164Z] === RUN TestMatch [2022-04-20T10:35:38.164Z] === RUN TestMatch/[[]] [2022-04-20T10:35:38.164Z] === RUN TestMatch/[[foo]] [2022-04-20T10:35:38.164Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-20T10:35:38.164Z] === RUN TestMatch/[[foo_bar]] [2022-04-20T10:35:38.164Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-20T10:35:38.623Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-20T10:35:38.623Z] === RUN TestMatch/[] [2022-04-20T10:35:38.623Z] === RUN TestMatch/[]#01 [2022-04-20T10:35:38.623Z] === RUN TestMatch/[[qux]] [2022-04-20T10:35:38.623Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-20T10:35:38.623Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-20T10:35:38.623Z] === RUN TestMatch/[[foo_baz]] [2022-04-20T10:35:38.623Z] --- PASS: TestMatch (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-20T10:35:38.623Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-20T10:35:38.623Z] PASS [2022-04-20T10:35:38.623Z] coverage: 87.5% of statements [2022-04-20T10:35:38.623Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2022-04-20T10:35:39.585Z] 2022/04/20 10:35:39 Closing DB instances... [2022-04-20T10:35:39.585Z] === RUN TestChrootTarUntar [2022-04-20T10:35:39.585Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootTarUntar (0.01s) [2022-04-20T10:35:39.585Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-20T10:35:39.585Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootUntarEmptyArchive [2022-04-20T10:35:39.585Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootTarUntarWithSymlink [2022-04-20T10:35:39.585Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootCopyWithTar [2022-04-20T10:35:39.585Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootCopyFileWithTar [2022-04-20T10:35:39.585Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootUntarPath [2022-04-20T10:35:39.585Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-20T10:35:39.585Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-20T10:35:39.585Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:35:39.585Z] === RUN TestChrootApplyDotDotFile [2022-04-20T10:35:39.585Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:35:39.585Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-20T10:35:39.585Z] PASS [2022-04-20T10:35:39.585Z] coverage: 12.0% of statements [2022-04-20T10:35:39.585Z] ok github.com/docker/docker/pkg/chrootarchive 0.100s coverage: 12.0% of statements [2022-04-20T10:35:40.752Z] --- PASS: TestBuildMultiStageLayerLeak (11.35s) [2022-04-20T10:35:40.752Z] === RUN TestBuildWithHugeFile [2022-04-20T10:35:41.120Z] === RUN TestEnsureRemoveAllNotExist [2022-04-20T10:35:41.120Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-20T10:35:41.120Z] === RUN TestEnsureRemoveAllWithDir [2022-04-20T10:35:41.120Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-20T10:35:41.120Z] === RUN TestEnsureRemoveAllWithFile [2022-04-20T10:35:41.120Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-20T10:35:41.120Z] PASS [2022-04-20T10:35:41.120Z] coverage: 0.0% of statements [2022-04-20T10:35:41.120Z] ok github.com/docker/docker/pkg/containerfs 0.047s coverage: 0.0% of statements [2022-04-20T10:35:41.576Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-04-20T10:35:41.576Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-20T10:35:41.576Z] === RUN TestSizeEmpty [2022-04-20T10:35:41.576Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-20T10:35:41.576Z] === RUN TestSizeEmptyFile [2022-04-20T10:35:41.576Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-20T10:35:41.576Z] === RUN TestSizeNonemptyFile [2022-04-20T10:35:41.576Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-20T10:35:41.576Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-20T10:35:41.576Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-20T10:35:41.576Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-20T10:35:41.576Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-20T10:35:41.576Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-20T10:35:41.576Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-20T10:35:41.576Z] === RUN TestMoveToSubdir [2022-04-20T10:35:41.576Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-20T10:35:41.576Z] === RUN TestSizeNonExistingDirectory [2022-04-20T10:35:41.576Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-20T10:35:41.576Z] PASS [2022-04-20T10:35:41.576Z] coverage: 80.0% of statements [2022-04-20T10:35:41.576Z] ok github.com/docker/docker/pkg/directory 0.057s coverage: 80.0% of statements [2022-04-20T10:35:43.105Z] === RUN TestPollerAddRemove [2022-04-20T10:35:43.105Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-20T10:35:43.105Z] === RUN TestPollerEvent [2022-04-20T10:35:43.106Z] poller_test.go:40: No chmod on Windows [2022-04-20T10:35:43.106Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-20T10:35:43.106Z] === RUN TestPollerClose [2022-04-20T10:35:43.106Z] --- PASS: TestPollerClose (0.00s) [2022-04-20T10:35:43.106Z] PASS [2022-04-20T10:35:43.106Z] coverage: 45.7% of statements [2022-04-20T10:35:43.106Z] ok github.com/docker/docker/pkg/filenotify 0.043s coverage: 45.7% of statements [2022-04-20T10:35:43.563Z] 2022/04/20 10:35:43 Closing DB instances... [2022-04-20T10:35:44.113Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-20T10:35:44.534Z] === RUN TestCopyFileWithInvalidSrc [2022-04-20T10:35:44.534Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCopyFileWithInvalidDest [2022-04-20T10:35:44.534Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2022-04-20T10:35:44.534Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-20T10:35:44.534Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-20T10:35:44.534Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCopyFile [2022-04-20T10:35:44.534Z] --- PASS: TestCopyFile (0.01s) [2022-04-20T10:35:44.534Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-20T10:35:44.534Z] fileutils_test.go:133: Needs porting to Windows [2022-04-20T10:35:44.534Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-20T10:35:44.534Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-20T10:35:44.534Z] fileutils_test.go:179: Needs porting to Windows [2022-04-20T10:35:44.534Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestWildcardMatches [2022-04-20T10:35:44.534Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestPatternMatches [2022-04-20T10:35:44.534Z] --- PASS: TestPatternMatches (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-20T10:35:44.534Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestPatternMatchesFolderExclusions [2022-04-20T10:35:44.534Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-20T10:35:44.534Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-20T10:35:44.534Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-20T10:35:44.534Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-20T10:35:44.534Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestSingleExclamationError [2022-04-20T10:35:44.534Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestMatchesWithNoPatterns [2022-04-20T10:35:44.534Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestMatchesWithMalformedPatterns [2022-04-20T10:35:44.534Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestMatches [2022-04-20T10:35:44.534Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-20T10:35:44.534Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-20T10:35:44.534Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-20T10:35:44.534Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-20T10:35:44.534Z] --- PASS: TestMatches (0.01s) [2022-04-20T10:35:44.534Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-20T10:35:44.534Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-20T10:35:44.534Z] --- PASS: TestMatches/MatchesUsingParentResults (0.01s) [2022-04-20T10:35:44.534Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCleanPatterns [2022-04-20T10:35:44.534Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-20T10:35:44.534Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCleanPatternsExceptionFlag [2022-04-20T10:35:44.534Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-20T10:35:44.534Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-20T10:35:44.534Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCleanPatternsErrorSingleException [2022-04-20T10:35:44.534Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCreateIfNotExistsDir [2022-04-20T10:35:44.534Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-04-20T10:35:44.534Z] === RUN TestCreateIfNotExistsFile [2022-04-20T10:35:44.534Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-04-20T10:35:44.534Z] === RUN TestMatch [2022-04-20T10:35:44.534Z] --- PASS: TestMatch (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestCompile [2022-04-20T10:35:44.534Z] === RUN TestCompile/slash [2022-04-20T10:35:44.534Z] === RUN TestCompile/backslash [2022-04-20T10:35:44.534Z] --- PASS: TestCompile (0.00s) [2022-04-20T10:35:44.534Z] --- PASS: TestCompile/slash (0.00s) [2022-04-20T10:35:44.534Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-20T10:35:44.534Z] PASS [2022-04-20T10:35:44.534Z] coverage: 84.7% of statements [2022-04-20T10:35:44.534Z] ok github.com/docker/docker/pkg/fileutils 0.131s coverage: 84.7% of statements [2022-04-20T10:35:44.534Z] --- PASS: TestTarFiles (6.31s) [2022-04-20T10:35:44.534Z] === RUN TestDetectCompressionZstd [2022-04-20T10:35:44.534Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestTarUntar [2022-04-20T10:35:44.534Z] --- PASS: TestTarUntar (0.05s) [2022-04-20T10:35:44.534Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-20T10:35:44.534Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-04-20T10:35:44.534Z] === RUN TestTarWithOptions [2022-04-20T10:35:44.534Z] --- PASS: TestTarWithOptions (0.04s) [2022-04-20T10:35:44.534Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-20T10:35:44.534Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestUntarUstarGnuConflict [2022-04-20T10:35:44.534Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-20T10:35:44.534Z] === RUN TestUntarInvalidFilenames [2022-04-20T10:35:44.691Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-20T10:35:44.992Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2166631569\\dest" [2022-04-20T10:35:44.992Z] --- PASS: TestUntarInvalidFilenames (0.25s) [2022-04-20T10:35:44.992Z] === RUN TestUntarHardlinkToSymlink [2022-04-20T10:35:44.992Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-20T10:35:44.992Z] === RUN TestUntarInvalidHardlink [2022-04-20T10:35:44.992Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2488983767\\victim\\hello" -> "../victim/hello" [2022-04-20T10:35:44.992Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3874200886\\victim\\hello" -> "/../victim/hello" [2022-04-20T10:35:44.992Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink786746666\\victim" -> "../victim" [2022-04-20T10:35:44.992Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3839515569\\victim" -> "../victim" [2022-04-20T10:35:44.992Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1096170416\\victim" -> "../victim" [2022-04-20T10:35:44.992Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink245544820\\victim" -> "../victim" [2022-04-20T10:35:44.992Z] --- PASS: TestUntarInvalidHardlink (0.06s) [2022-04-20T10:35:44.992Z] === RUN TestUntarInvalidSymlink [2022-04-20T10:35:44.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink570496725\\dest\\dotdot" -> "../victim/hello" [2022-04-20T10:35:44.992Z] --- PASS: TestNetworkDBCRUDTableEntries (3.25s) [2022-04-20T10:35:44.992Z] === RUN TestNetworkDBNodeLeave [2022-04-20T10:35:44.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1193641786\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-20T10:35:44.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1416291454\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:44.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink395132625\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:44.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3670645601\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:44.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1639525694\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:44.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink194672156\\dest\\dir\\loophole" -> "../../victim" [2022-04-20T10:35:44.992Z] --- PASS: TestUntarInvalidSymlink (0.09s) [2022-04-20T10:35:44.992Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-20T10:35:44.992Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-20T10:35:44.992Z] === RUN TestXGlobalNoParent [2022-04-20T10:35:44.992Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-20T10:35:44.992Z] === RUN TestReplaceFileTarWrapper [2022-04-20T10:35:44.992Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2022-04-20T10:35:44.992Z] === RUN TestPrefixHeaderReadable [2022-04-20T10:35:45.293Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-20T10:35:45.451Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-04-20T10:35:45.451Z] === RUN TestDisablePigz [2022-04-20T10:35:45.451Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-20T10:35:45.451Z] === RUN TestGet [2022-04-20T10:35:45.451Z] --- PASS: TestGet (0.00s) [2022-04-20T10:35:45.451Z] === RUN TestGetShortcutString [2022-04-20T10:35:45.451Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-20T10:35:45.451Z] PASS [2022-04-20T10:35:45.451Z] coverage: 42.9% of statements [2022-04-20T10:35:45.451Z] ok github.com/docker/docker/pkg/homedir 0.054s coverage: 42.9% of statements [2022-04-20T10:35:45.451Z] --- PASS: TestDisablePigz (0.16s) [2022-04-20T10:35:45.451Z] === RUN TestPigz [2022-04-20T10:35:45.451Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-20T10:35:45.451Z] --- PASS: TestPigz (0.19s) [2022-04-20T10:35:45.451Z] === RUN TestNosysFileInfo [2022-04-20T10:35:45.451Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-20T10:35:45.451Z] === RUN TestCopyFileWithInvalidDest [2022-04-20T10:35:45.451Z] archive_windows_test.go:16: Currently fails [2022-04-20T10:35:45.451Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:35:45.451Z] === RUN TestCanonicalTarNameForPath [2022-04-20T10:35:45.451Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-20T10:35:45.451Z] === RUN TestCanonicalTarName [2022-04-20T10:35:45.451Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-20T10:35:45.451Z] === RUN TestChmodTarEntry [2022-04-20T10:35:45.451Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-20T10:35:45.451Z] === RUN TestHardLinkOrder [2022-04-20T10:35:45.551Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-20T10:35:45.909Z] --- PASS: TestHardLinkOrder (0.16s) [2022-04-20T10:35:45.909Z] === RUN TestChangeString [2022-04-20T10:35:45.909Z] --- PASS: TestChangeString (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestChangesWithNoChanges [2022-04-20T10:35:45.909Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-04-20T10:35:45.909Z] === RUN TestChangesWithChanges [2022-04-20T10:35:45.909Z] --- PASS: TestChangesWithChanges (0.05s) [2022-04-20T10:35:45.909Z] === RUN TestChangesWithChangesGH13590 [2022-04-20T10:35:45.909Z] changes_test.go:196: needs more investigation [2022-04-20T10:35:45.909Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestChangesDirsEmpty [2022-04-20T10:35:45.909Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:35:45.909Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestChangesDirsMutated [2022-04-20T10:35:45.909Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:35:45.909Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestApplyLayer [2022-04-20T10:35:45.909Z] changes_test.go:433: needs further investigation [2022-04-20T10:35:45.909Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestChangesSizeWithHardlinks [2022-04-20T10:35:45.909Z] changes_test.go:469: needs further investigation [2022-04-20T10:35:45.909Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestChangesSizeWithNoChanges [2022-04-20T10:35:45.909Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-20T10:35:45.909Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestChangesSize [2022-04-20T10:35:45.909Z] --- PASS: TestChangesSize (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestApplyLayerInvalidFilenames [2022-04-20T10:35:45.909Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2417020928\\dest" [2022-04-20T10:35:45.909Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-04-20T10:35:45.909Z] === RUN TestApplyLayerInvalidHardlink [2022-04-20T10:35:45.909Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2025509812\\victim\\hello" -> "../victim/hello" [2022-04-20T10:35:45.909Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3015092935\\victim\\hello" -> "/../victim/hello" [2022-04-20T10:35:45.909Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3256648834\\victim" -> "../victim" [2022-04-20T10:35:45.909Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2216816163\\victim" -> "../victim" [2022-04-20T10:35:45.909Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1137107386\\victim" -> "../victim" [2022-04-20T10:35:45.909Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3370627693\\victim" -> "../victim" [2022-04-20T10:35:45.909Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-04-20T10:35:45.909Z] === RUN TestApplyLayerInvalidSymlink [2022-04-20T10:35:45.909Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3290595374\\dest\\dotdot" -> "../victim/hello" [2022-04-20T10:35:45.909Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3712545145\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-20T10:35:45.909Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3460984436\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:45.909Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2250652895\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:45.909Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink906540879\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:45.909Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3776779095\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:35:45.909Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-04-20T10:35:45.909Z] === RUN TestApplyLayerWhiteouts [2022-04-20T10:35:45.909Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-04-20T10:35:45.909Z] === RUN TestGenerateEmptyFile [2022-04-20T10:35:45.909Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-20T10:35:45.909Z] === RUN TestGenerateWithContent [2022-04-20T10:35:45.909Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-20T10:35:45.909Z] PASS [2022-04-20T10:35:45.909Z] coverage: 61.9% of statements [2022-04-20T10:35:45.909Z] ok github.com/docker/docker/pkg/archive 9.350s coverage: 61.9% of statements [2022-04-20T10:35:46.873Z] === RUN TestCreateIDMapOrder [2022-04-20T10:35:46.873Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-20T10:35:46.873Z] PASS [2022-04-20T10:35:46.873Z] coverage: 7.2% of statements [2022-04-20T10:35:46.873Z] ok github.com/docker/docker/pkg/idtools 0.056s coverage: 7.2% of statements [2022-04-20T10:35:46.935Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-20T10:35:46.935Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-04-20T10:35:46.935Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-20T10:35:47.502Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-20T10:35:47.687Z] ba8181afd426: Pull complete [2022-04-20T10:35:47.687Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-04-20T10:35:47.687Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:35:47.687Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-04-20T10:35:47.687Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-04-20T10:35:47.687Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2803' [2022-04-20T10:35:47.687Z] WARN: Skipping validation tests [2022-04-20T10:35:47.687Z] INFO: Running unit tests at 04/20/2022 10:35:40... [2022-04-20T10:35:47.837Z] --- PASS: TestNetworkDBNodeLeave (2.92s) [2022-04-20T10:35:47.837Z] === RUN TestNetworkDBWatch [2022-04-20T10:35:48.157Z] INFO: make.ps1 starting at 04/20/2022 10:35:47 [2022-04-20T10:35:48.294Z] === RUN TestFixedBufferCap [2022-04-20T10:35:48.294Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-20T10:35:48.294Z] === RUN TestFixedBufferLen [2022-04-20T10:35:48.294Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-20T10:35:48.294Z] === RUN TestFixedBufferString [2022-04-20T10:35:48.294Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-20T10:35:48.295Z] === RUN TestFixedBufferWrite [2022-04-20T10:35:48.295Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-20T10:35:48.295Z] === RUN TestFixedBufferRead [2022-04-20T10:35:48.295Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-20T10:35:48.295Z] === RUN TestBytesPipeRead [2022-04-20T10:35:48.295Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-20T10:35:48.295Z] === RUN TestBytesPipeWrite [2022-04-20T10:35:48.295Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-20T10:35:48.295Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-20T10:35:48.625Z] INFO: Git commit (6fa577d597) assumed from DOCKER_GITCOMMIT environment variable [2022-04-20T10:35:48.626Z] INFO: Invoking autogen... [2022-04-20T10:35:48.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-04-20T10:35:49.098Z] INFO: Running unit tests... [2022-04-20T10:35:49.264Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2022-04-20T10:35:49.264Z] === RUN TestAtomicWriteToFile [2022-04-20T10:35:49.264Z] --- PASS: TestAtomicWriteToFile (0.15s) [2022-04-20T10:35:49.264Z] === RUN TestAtomicWriteSetCommit [2022-04-20T10:35:49.264Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-04-20T10:35:49.264Z] === RUN TestAtomicWriteSetCancel [2022-04-20T10:35:49.264Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-20T10:35:49.264Z] === RUN TestReadCloserWrapperClose [2022-04-20T10:35:49.264Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-20T10:35:49.264Z] === RUN TestReaderErrWrapperReadOnError [2022-04-20T10:35:49.264Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-20T10:35:49.264Z] === RUN TestReaderErrWrapperRead [2022-04-20T10:35:49.264Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-20T10:35:49.264Z] === RUN TestCancelReadCloser [2022-04-20T10:35:49.264Z] --- PASS: TestCancelReadCloser (0.17s) [2022-04-20T10:35:49.264Z] === RUN TestWriteCloserWrapperClose [2022-04-20T10:35:49.264Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-20T10:35:49.264Z] === RUN TestNopWriteCloser [2022-04-20T10:35:49.264Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-20T10:35:49.264Z] === RUN TestNopWriter [2022-04-20T10:35:49.264Z] --- PASS: TestNopWriter (0.00s) [2022-04-20T10:35:49.264Z] === RUN TestWriteCounter [2022-04-20T10:35:49.264Z] --- PASS: TestWriteCounter (0.00s) [2022-04-20T10:35:49.264Z] PASS [2022-04-20T10:35:49.264Z] coverage: 70.1% of statements [2022-04-20T10:35:49.264Z] ok github.com/docker/docker/pkg/ioutils 0.913s coverage: 70.1% of statements [2022-04-20T10:35:49.808Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-04-20T10:35:50.227Z] 2022/04/20 10:35:49 Closing DB instances... [2022-04-20T10:35:51.191Z] --- PASS: TestNetworkDBWatch (3.42s) [2022-04-20T10:35:51.191Z] === RUN TestNetworkDBBulkSync [2022-04-20T10:35:52.721Z] === RUN TestError [2022-04-20T10:35:52.721Z] --- PASS: TestError (0.00s) [2022-04-20T10:35:52.721Z] === RUN TestProgressString [2022-04-20T10:35:52.721Z] === RUN TestProgressString/no_progress [2022-04-20T10:35:52.721Z] === RUN TestProgressString/progress_1 [2022-04-20T10:35:52.721Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-20T10:35:52.721Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-20T10:35:52.721Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-20T10:35:52.721Z] === RUN TestProgressString/with_units [2022-04-20T10:35:52.721Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-20T10:35:52.721Z] === RUN TestProgressString/hide_counts [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-20T10:35:52.721Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-20T10:35:52.721Z] === RUN TestJSONMessageDisplay [2022-04-20T10:35:53.091Z] docker_api_swarm_test.go:563: [d47c94607c3aa] joining swarm manager [dfb4b783f2e66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:35:53.181Z] --- PASS: TestJSONMessageDisplay (0.24s) [2022-04-20T10:35:53.181Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-20T10:35:53.181Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-20T10:35:53.181Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-20T10:35:53.181Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-20T10:35:53.181Z] === RUN TestDisplayJSONMessagesStream [2022-04-20T10:35:53.181Z] --- PASS: TestDisplayJSONMessagesStream (0.01s) [2022-04-20T10:35:53.181Z] PASS [2022-04-20T10:35:53.181Z] coverage: 91.7% of statements [2022-04-20T10:35:53.181Z] ok github.com/docker/docker/pkg/jsonmessage 0.292s coverage: 91.7% of statements [2022-04-20T10:35:53.181Z] 2022/04/20 10:35:53 Closing DB instances... [2022-04-20T10:35:54.145Z] === RUN TestStandardLongPath [2022-04-20T10:35:54.145Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-20T10:35:54.145Z] === RUN TestUNCLongPath [2022-04-20T10:35:54.145Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-20T10:35:54.145Z] PASS [2022-04-20T10:35:54.145Z] coverage: 100.0% of statements [2022-04-20T10:35:54.145Z] ok github.com/docker/docker/pkg/longpath 0.048s coverage: 100.0% of statements [2022-04-20T10:35:54.602Z] === RUN TestNameFormat [2022-04-20T10:35:54.602Z] --- PASS: TestNameFormat (0.00s) [2022-04-20T10:35:54.602Z] === RUN TestNameRetries [2022-04-20T10:35:54.602Z] --- PASS: TestNameRetries (0.00s) [2022-04-20T10:35:54.603Z] PASS [2022-04-20T10:35:54.603Z] coverage: 85.7% of statements [2022-04-20T10:35:54.603Z] ok github.com/docker/docker/pkg/namesgenerator 0.075s coverage: 85.7% of statements [2022-04-20T10:35:55.059Z] --- PASS: TestNetworkDBBulkSync (3.75s) [2022-04-20T10:35:55.059Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-20T10:35:55.515Z] === RUN TestParseKeyValueOpt [2022-04-20T10:35:55.515Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-20T10:35:55.515Z] === RUN TestParseUintList [2022-04-20T10:35:55.515Z] --- PASS: TestParseUintList (0.00s) [2022-04-20T10:35:55.515Z] === RUN TestParseUintListMaximumLimits [2022-04-20T10:35:55.515Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-20T10:35:55.515Z] PASS [2022-04-20T10:35:55.515Z] coverage: 97.0% of statements [2022-04-20T10:35:55.515Z] ok github.com/docker/docker/pkg/parsers 0.049s coverage: 97.0% of statements [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-20T10:35:57.050Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-20T10:35:57.050Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-20T10:35:57.050Z] PASS [2022-04-20T10:35:57.050Z] coverage: 36.4% of statements [2022-04-20T10:35:57.050Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.071s coverage: 36.4% of statements [2022-04-20T10:35:58.356Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-20T10:35:58.356Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-20T10:35:58.582Z] === RUN TestNewAndRemove [2022-04-20T10:35:58.582Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-20T10:35:58.582Z] === RUN TestRemoveInvalidPath [2022-04-20T10:35:58.582Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-20T10:35:58.582Z] PASS [2022-04-20T10:35:58.582Z] coverage: 82.6% of statements [2022-04-20T10:35:58.582Z] ok github.com/docker/docker/pkg/pidfile 0.064s coverage: 82.6% of statements [2022-04-20T10:35:58.582Z] 2022/04/20 10:35:58 Closing DB instances... [2022-04-20T10:35:58.614Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-20T10:35:59.039Z] time="2022-04-20T10:35:58Z" level=error msg="node: b53aad6537b2 is unknown to memberlist" [2022-04-20T10:35:59.180Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-20T10:35:59.438Z] === RUN TestDockerSuite/TestBuildFails [2022-04-20T10:36:00.370Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-20T10:36:00.370Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-20T10:36:01.623Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-20T10:36:01.939Z] === RUN TestFailedConnection [2022-04-20T10:36:01.939Z] --- PASS: TestGetAddress (33.09s) [2022-04-20T10:36:01.939Z] === RUN TestRequestSyntaxCheck [2022-04-20T10:36:01.939Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-04-20T10:36:01.939Z] === RUN TestRequest [2022-04-20T10:36:01.939Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.78s) [2022-04-20T10:36:01.939Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-20T10:36:02.271Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-20T10:36:02.901Z] 2022/04/20 10:36:02 Closing DB instances... [2022-04-20T10:36:03.365Z] --- PASS: TestFailedConnection (2.02s) [2022-04-20T10:36:03.365Z] === RUN TestFailOnce [2022-04-20T10:36:03.822Z] 2022/04/20 10:36:03 http: panic serving 127.0.0.1:49304: Plugin not ready [2022-04-20T10:36:03.822Z] goroutine 22 [running]: [2022-04-20T10:36:03.822Z] net/http.(*conn).serve.func1() [2022-04-20T10:36:03.822Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-20T10:36:03.822Z] panic({0xb33700, 0xc7d060}) [2022-04-20T10:36:03.822Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-20T10:36:03.822Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc00024da70?) [2022-04-20T10:36:03.822Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-20T10:36:03.822Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xc82878?, 0xc0002240e0?}, 0xa8d9a6?) [2022-04-20T10:36:03.822Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-20T10:36:03.822Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xc82878, 0xc0002240e0}, 0xc000230200) [2022-04-20T10:36:03.822Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-20T10:36:03.822Z] net/http.serverHandler.ServeHTTP({0xc80e98?}, {0xc82878, 0xc0002240e0}, 0xc000230200) [2022-04-20T10:36:03.822Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-20T10:36:03.823Z] net/http.(*conn).serve(0xc000240000, {0xc82d78, 0xc00020a420}) [2022-04-20T10:36:03.823Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-20T10:36:03.823Z] created by net/http.(*Server).Serve [2022-04-20T10:36:03.823Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-20T10:36:03.823Z] time="2022-04-20T10:36:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.FailOnce: Post \"http://127.0.0.1:49303/Test.FailOnce\": EOF, retrying in 1s" [2022-04-20T10:36:04.279Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.64s) [2022-04-20T10:36:04.279Z] === RUN TestNetworkDBGarbageCollection [2022-04-20T10:36:04.737Z] --- PASS: TestFailOnce (1.26s) [2022-04-20T10:36:04.737Z] === RUN TestEchoInputOutput [2022-04-20T10:36:04.737Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-20T10:36:04.737Z] === RUN TestBackoff [2022-04-20T10:36:04.737Z] --- PASS: TestBackoff (0.00s) [2022-04-20T10:36:04.737Z] === RUN TestAbortRetry [2022-04-20T10:36:04.737Z] --- PASS: TestAbortRetry (0.00s) [2022-04-20T10:36:04.737Z] === RUN TestClientScheme [2022-04-20T10:36:04.737Z] --- PASS: TestClientScheme (0.00s) [2022-04-20T10:36:04.737Z] === RUN TestNewClientWithTimeout [2022-04-20T10:36:04.799Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-20T10:36:05.193Z] time="2022-04-20T10:36:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-20T10:36:05.365Z] docker_api_swarm_test.go:585: [ddf0dfce847f7] joining swarm manager [dfb4b783f2e66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:36:06.727Z] time="2022-04-20T10:36:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-20T10:36:06.739Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-20T10:36:08.641Z] check_test.go:379: [d47c94607c3aa] daemon is not started [2022-04-20T10:36:08.641Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-20T10:36:08.641Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-20T10:36:09.576Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-20T10:36:09.631Z] time="2022-04-20T10:36:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-20T10:36:11.167Z] --- PASS: TestRequest (9.74s) [2022-04-20T10:36:11.167Z] === RUN TestOverlappingRequests [2022-04-20T10:36:11.476Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-20T10:36:11.624Z] --- PASS: TestOverlappingRequests (0.43s) [2022-04-20T10:36:11.624Z] === RUN TestRelease [2022-04-20T10:36:12.043Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-20T10:36:12.301Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-20T10:36:13.801Z] --- PASS: TestRelease (1.71s) [2022-04-20T10:36:13.801Z] === RUN TestAllocateRandomDeallocate [2022-04-20T10:36:13.801Z] time="2022-04-20T10:36:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-20T10:36:14.200Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-20T10:36:14.770Z] === RUN TestParseEmptyInterface [2022-04-20T10:36:14.770Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-20T10:36:14.770Z] === RUN TestParseNonInterfaceType [2022-04-20T10:36:14.770Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-20T10:36:14.770Z] === RUN TestParseWithOneFunction [2022-04-20T10:36:14.770Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-20T10:36:14.770Z] === RUN TestParseWithMultipleFuncs [2022-04-20T10:36:14.770Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-20T10:36:14.770Z] === RUN TestParseWithUnnamedReturn [2022-04-20T10:36:14.770Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-20T10:36:14.770Z] === RUN TestEmbeddedInterface [2022-04-20T10:36:14.770Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-20T10:36:14.770Z] === RUN TestParsedImports [2022-04-20T10:36:14.770Z] --- PASS: TestParsedImports (0.00s) [2022-04-20T10:36:14.770Z] === RUN TestAliasedImports [2022-04-20T10:36:14.770Z] --- PASS: TestAliasedImports (0.00s) [2022-04-20T10:36:14.770Z] PASS [2022-04-20T10:36:14.770Z] coverage: 56.8% of statements [2022-04-20T10:36:14.770Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2022-04-20T10:36:16.101Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-20T10:36:16.300Z] === RUN TestHTTPTransport [2022-04-20T10:36:16.300Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-20T10:36:16.300Z] PASS [2022-04-20T10:36:16.300Z] coverage: 85.7% of statements [2022-04-20T10:36:16.300Z] ok github.com/docker/docker/pkg/plugins/transport 0.043s coverage: 85.7% of statements [2022-04-20T10:36:16.591Z] ? github.com/docker/docker/api [no test files] [2022-04-20T10:36:16.756Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-20T10:36:16.756Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-20T10:36:16.756Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-20T10:36:16.756Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-20T10:36:16.756Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-20T10:36:16.756Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-20T10:36:16.756Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-20T10:36:16.756Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-20T10:36:16.756Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-20T10:36:16.756Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-20T10:36:16.756Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-20T10:36:16.756Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-20T10:36:16.756Z] === RUN TestBufferPoolPutAndGet [2022-04-20T10:36:16.756Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-20T10:36:16.756Z] PASS [2022-04-20T10:36:16.756Z] coverage: 88.2% of statements [2022-04-20T10:36:16.756Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2022-04-20T10:36:17.039Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-20T10:36:17.719Z] === RUN TestOutputOnPrematureClose [2022-04-20T10:36:17.719Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-20T10:36:17.719Z] === RUN TestCompleteSilently [2022-04-20T10:36:17.719Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-20T10:36:17.719Z] PASS [2022-04-20T10:36:17.719Z] coverage: 75.9% of statements [2022-04-20T10:36:17.719Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2022-04-20T10:36:18.175Z] === RUN TestSendToOneSub [2022-04-20T10:36:18.175Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-20T10:36:18.175Z] === RUN TestSendToMultipleSubs [2022-04-20T10:36:18.175Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-20T10:36:18.175Z] === RUN TestEvictOneSub [2022-04-20T10:36:18.175Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-20T10:36:18.175Z] === RUN TestClosePublisher [2022-04-20T10:36:18.175Z] --- PASS: TestClosePublisher (0.00s) [2022-04-20T10:36:18.175Z] === RUN TestPubSubRace [2022-04-20T10:36:18.632Z] --- PASS: TestAllocateRandomDeallocate (5.08s) [2022-04-20T10:36:18.632Z] === RUN TestRetrieveFromStore [2022-04-20T10:36:18.938Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-04-20T10:36:18.938Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-04-20T10:36:18.938Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-04-20T10:36:19.097Z] --- PASS: TestPubSubRace (1.07s) [2022-04-20T10:36:19.097Z] PASS [2022-04-20T10:36:19.097Z] coverage: 75.0% of statements [2022-04-20T10:36:19.097Z] ok github.com/docker/docker/pkg/pubsub 1.109s coverage: 75.0% of statements [2022-04-20T10:36:20.063Z] === RUN TestRegister [2022-04-20T10:36:20.063Z] --- PASS: TestRegister (0.00s) [2022-04-20T10:36:20.063Z] === RUN TestCommand [2022-04-20T10:36:20.063Z] --- PASS: TestCommand (0.04s) [2022-04-20T10:36:20.063Z] === RUN TestNaiveSelf [2022-04-20T10:36:20.063Z] --- PASS: TestNaiveSelf (0.03s) [2022-04-20T10:36:20.063Z] PASS [2022-04-20T10:36:20.063Z] coverage: 82.4% of statements [2022-04-20T10:36:20.063Z] ok github.com/docker/docker/pkg/reexec 0.118s coverage: 82.4% of statements [2022-04-20T10:36:20.520Z] --- PASS: TestRetrieveFromStore (1.85s) [2022-04-20T10:36:20.520Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-20T10:36:20.520Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-04-20T10:36:20.520Z] === RUN TestParallelPredefinedRequest1 [2022-04-20T10:36:20.520Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-20T10:36:20.520Z] === RUN TestParallelPredefinedRequest2 [2022-04-20T10:36:20.520Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-20T10:36:20.520Z] === RUN TestParallelPredefinedRequest3 [2022-04-20T10:36:20.520Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-20T10:36:20.520Z] === RUN TestParallelPredefinedRequest4 [2022-04-20T10:36:20.520Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-20T10:36:20.520Z] === RUN TestParallelPredefinedRequest5 [2022-04-20T10:36:20.520Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-20T10:36:20.520Z] === RUN TestDebug [2022-04-20T10:36:20.520Z] --- PASS: TestDebug (0.00s) [2022-04-20T10:36:20.520Z] === RUN TestRequestPoolParallel [2022-04-20T10:36:20.977Z] === RUN TestDump [2022-04-20T10:36:20.977Z] goroutine 6 [running]: [2022-04-20T10:36:20.977Z] github.com/docker/docker/pkg/stack.dump(0x752d57?) [2022-04-20T10:36:20.977Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-20T10:36:20.977Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-20T10:36:20.977Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-20T10:36:20.977Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-20T10:36:20.977Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-20T10:36:20.977Z] testing.tRunner(0xc0001601a0, 0x91a498) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:36:20.977Z] created by testing.(*T).Run [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-20T10:36:20.977Z] [2022-04-20T10:36:20.977Z] goroutine 1 [chan receive]: [2022-04-20T10:36:20.977Z] testing.(*T).Run(0xc000160000, {0x90913c?, 0x72c1f3?}, 0x91a498) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-20T10:36:20.977Z] testing.runTests.func1(0xc00006c870?) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-20T10:36:20.977Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:36:20.977Z] testing.runTests(0xc000058460?, {0xa9e400, 0x3, 0x3}, {0x13266870108?, 0x40?, 0xaa34a0?}) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-20T10:36:20.977Z] testing.(*M).Run(0xc000058460) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-20T10:36:20.977Z] main.main() [2022-04-20T10:36:20.977Z] _testmain.go:99 +0x255 [2022-04-20T10:36:20.977Z] --- PASS: TestDump (0.00s) [2022-04-20T10:36:20.977Z] === RUN TestDumpToFile [2022-04-20T10:36:20.977Z] --- PASS: TestRequestPoolParallel (0.58s) [2022-04-20T10:36:20.977Z] === RUN TestFullAllocateRelease [2022-04-20T10:36:20.977Z] --- PASS: TestDumpToFile (0.21s) [2022-04-20T10:36:20.977Z] === RUN TestDumpToFileWithEmptyInput [2022-04-20T10:36:20.977Z] goroutine 8 [running]: [2022-04-20T10:36:20.977Z] github.com/docker/docker/pkg/stack.dump(0x7ced13?) [2022-04-20T10:36:20.977Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-20T10:36:20.977Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x7cece0?}) [2022-04-20T10:36:20.977Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-20T10:36:20.977Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001601a0?) [2022-04-20T10:36:20.977Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-20T10:36:20.977Z] testing.tRunner(0xc000160820, 0x91a488) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:36:20.977Z] created by testing.(*T).Run [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-20T10:36:20.977Z] [2022-04-20T10:36:20.977Z] goroutine 1 [chan receive]: [2022-04-20T10:36:20.977Z] testing.(*T).Run(0xc000160000, {0x910713?, 0x72c1f3?}, 0x91a488) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-20T10:36:20.977Z] testing.runTests.func1(0xc00006c870?) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-20T10:36:20.977Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:36:20.977Z] testing.runTests(0xc000058460?, {0xa9e400, 0x3, 0x3}, {0x13266870108?, 0x40?, 0xaa34a0?}) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-20T10:36:20.977Z] testing.(*M).Run(0xc000058460) [2022-04-20T10:36:20.977Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-20T10:36:20.977Z] main.main() [2022-04-20T10:36:20.977Z] _testmain.go:99 +0x255 [2022-04-20T10:36:20.977Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-20T10:36:20.977Z] PASS [2022-04-20T10:36:20.977Z] coverage: 90.9% of statements [2022-04-20T10:36:20.977Z] ok github.com/docker/docker/pkg/stack 0.248s coverage: 90.9% of statements [2022-04-20T10:36:21.436Z] --- PASS: TestFullAllocateRelease (0.57s) [2022-04-20T10:36:21.436Z] === RUN TestOddAllocateRelease [2022-04-20T10:36:21.472Z] docker_api_swarm_test.go:46: [d2ccb7047e502] joining swarm manager [dc08436d20716]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:36:21.472Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-20T10:36:21.893Z] --- PASS: TestOddAllocateRelease (0.28s) [2022-04-20T10:36:21.893Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-20T10:36:21.893Z] === RUN TestNewStdWriter [2022-04-20T10:36:21.893Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-20T10:36:21.893Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestWriteWithNilBytes [2022-04-20T10:36:21.893Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestWrite [2022-04-20T10:36:21.893Z] --- PASS: TestWrite (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestWriteWithWriterError [2022-04-20T10:36:21.893Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-20T10:36:21.893Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyWriteAndRead [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-20T10:36:21.893Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-20T10:36:21.893Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-20T10:36:21.893Z] PASS [2022-04-20T10:36:21.893Z] coverage: 100.0% of statements [2022-04-20T10:36:21.893Z] ok github.com/docker/docker/pkg/stdcopy 0.049s coverage: 100.0% of statements [2022-04-20T10:36:21.893Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-04-20T10:36:21.893Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-20T10:36:21.893Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-04-20T10:36:21.893Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-20T10:36:21.893Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-04-20T10:36:21.893Z] === CONT TestParallelPredefinedRequest1 [2022-04-20T10:36:21.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:36:21.893Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-20T10:36:21.893Z] === CONT TestParallelPredefinedRequest3 [2022-04-20T10:36:21.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:36:21.893Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-20T10:36:21.893Z] === CONT TestParallelPredefinedRequest5 [2022-04-20T10:36:21.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:36:21.893Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-20T10:36:21.893Z] === CONT TestParallelPredefinedRequest4 [2022-04-20T10:36:21.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:36:21.893Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-20T10:36:21.893Z] === CONT TestParallelPredefinedRequest2 [2022-04-20T10:36:21.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:36:21.893Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-20T10:36:21.893Z] PASS [2022-04-20T10:36:21.893Z] coverage: 85.3% of statements [2022-04-20T10:36:21.893Z] ok github.com/docker/docker/libnetwork/ipam 61.458s coverage: 85.3% of statements [2022-04-20T10:36:22.039Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-20T10:36:22.350Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-04-20T10:36:22.350Z] === RUN TestClientStream [2022-04-20T10:36:22.350Z] --- PASS: TestClientStream (0.00s) [2022-04-20T10:36:22.350Z] === RUN TestClientSendFile [2022-04-20T10:36:22.350Z] --- PASS: TestClientSendFile (0.00s) [2022-04-20T10:36:22.350Z] === RUN TestClientWithRequestTimeout [2022-04-20T10:36:22.350Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-04-20T10:36:22.350Z] === RUN TestFileSpecPlugin [2022-04-20T10:36:22.350Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-20T10:36:22.350Z] === RUN TestFileJSONSpecPlugin [2022-04-20T10:36:22.350Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-20T10:36:22.350Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-20T10:36:22.350Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-04-20T10:36:22.350Z] === RUN TestPluginAddHandler [2022-04-20T10:36:22.350Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-20T10:36:22.350Z] === RUN TestPluginWaitBadPlugin [2022-04-20T10:36:22.350Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-20T10:36:22.350Z] === RUN TestGet [2022-04-20T10:36:22.350Z] time="2022-04-20T10:36:22Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-20T10:36:22.807Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-20T10:36:22.807Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-20T10:36:22.807Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestFormatStatus [2022-04-20T10:36:22.807Z] --- PASS: TestFormatStatus (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestFormatError [2022-04-20T10:36:22.807Z] --- PASS: TestFormatError (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestFormatJSONError [2022-04-20T10:36:22.807Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-20T10:36:22.807Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-20T10:36:22.807Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestNewJSONProgressOutput [2022-04-20T10:36:22.807Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestAuxFormatterEmit [2022-04-20T10:36:22.807Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestStreamWriterStdout [2022-04-20T10:36:22.807Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-20T10:36:22.807Z] === RUN TestStreamWriterStderr [2022-04-20T10:36:22.807Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-20T10:36:22.807Z] PASS [2022-04-20T10:36:22.807Z] coverage: 66.2% of statements [2022-04-20T10:36:22.807Z] ok github.com/docker/docker/pkg/streamformatter 0.046s coverage: 66.2% of statements [2022-04-20T10:36:22.973Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-20T10:36:23.264Z] === RUN TestGenerateRandomID [2022-04-20T10:36:23.264Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-20T10:36:23.264Z] === RUN TestShortenId [2022-04-20T10:36:23.264Z] --- PASS: TestShortenId (0.00s) [2022-04-20T10:36:23.264Z] === RUN TestShortenSha256Id [2022-04-20T10:36:23.264Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-20T10:36:23.264Z] === RUN TestShortenIdEmpty [2022-04-20T10:36:23.264Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-20T10:36:23.264Z] === RUN TestShortenIdInvalid [2022-04-20T10:36:23.264Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-20T10:36:23.264Z] === RUN TestIsShortIDNonHex [2022-04-20T10:36:23.264Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-20T10:36:23.264Z] === RUN TestIsShortIDNotCorrectSize [2022-04-20T10:36:23.264Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-20T10:36:23.264Z] PASS [2022-04-20T10:36:23.264Z] coverage: 70.6% of statements [2022-04-20T10:36:23.264Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2022-04-20T10:36:23.264Z] time="2022-04-20T10:36:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-20T10:36:23.539Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-20T10:36:24.106Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-20T10:36:24.106Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-20T10:36:24.228Z] === RUN TestIsCpusetListAvailable [2022-04-20T10:36:24.228Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-20T10:36:24.228Z] PASS [2022-04-20T10:36:24.228Z] coverage: 39.4% of statements [2022-04-20T10:36:24.228Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 39.4% of statements [2022-04-20T10:36:25.042Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-20T10:36:25.300Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-20T10:36:25.760Z] time="2022-04-20T10:36:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-20T10:36:25.760Z] === RUN TestChtimes [2022-04-20T10:36:25.760Z] --- PASS: TestChtimes (0.00s) [2022-04-20T10:36:25.760Z] === RUN TestChtimesWindows [2022-04-20T10:36:25.760Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-20T10:36:25.760Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-20T10:36:25.760Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-20T10:36:25.760Z] PASS [2022-04-20T10:36:25.760Z] coverage: 13.0% of statements [2022-04-20T10:36:25.867Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-20T10:36:26.125Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-20T10:36:26.216Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 13.0% of statements [2022-04-20T10:36:26.383Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-20T10:36:26.681Z] === RUN TestTailFile [2022-04-20T10:36:26.681Z] --- PASS: TestTailFile (0.00s) [2022-04-20T10:36:26.681Z] === RUN TestTailFileManyLines [2022-04-20T10:36:26.681Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-20T10:36:26.681Z] === RUN TestTailEmptyFile [2022-04-20T10:36:26.681Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-20T10:36:26.681Z] === RUN TestTailNegativeN [2022-04-20T10:36:26.681Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader [2022-04-20T10:36:26.681Z] === CONT TestNewTailReader [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/no_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/truncated_last_line [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-20T10:36:26.681Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:26.681Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:26.681Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:26.681Z] === CONT TestNewTailReader/no_delimiter [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:36:26.681Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:26.681Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:26.681Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:36:26.681Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:26.949Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:36:27.141Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:36:27.141Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.142Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.142Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.143Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.143Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.144Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.144Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.144Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.145Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.145Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.145Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.146Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.146Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.604Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:36:27.605Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:36:27.605Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:36:27.606Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.02s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:36:27.607Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:36:27.608Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:36:27.608Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:36:28.065Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:36:28.065Z] PASS [2022-04-20T10:36:28.065Z] coverage: 88.6% of statements [2022-04-20T10:36:28.065Z] ok github.com/docker/docker/pkg/tailfile 0.215s coverage: 88.6% of statements [2022-04-20T10:36:28.324Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-20T10:36:28.522Z] === RUN TestTarSumRemoveNonExistent [2022-04-20T10:36:28.522Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestTarSumRemove [2022-04-20T10:36:28.522Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestSortFileInfoSums [2022-04-20T10:36:28.522Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestNewTarSumForLabelInvalid [2022-04-20T10:36:28.522Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestNewTarSumForLabel [2022-04-20T10:36:28.522Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestEmptyTar [2022-04-20T10:36:28.522Z] --- PASS: TestEmptyTar (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestTarSumsReadSize [2022-04-20T10:36:28.522Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestTarSums [2022-04-20T10:36:28.522Z] --- PASS: TestTarSums (0.07s) [2022-04-20T10:36:28.522Z] === RUN TestIteration [2022-04-20T10:36:28.522Z] --- PASS: TestIteration (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestVersionLabelForChecksum [2022-04-20T10:36:28.522Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestVersion [2022-04-20T10:36:28.522Z] --- PASS: TestVersion (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestGetVersion [2022-04-20T10:36:28.522Z] --- PASS: TestGetVersion (0.00s) [2022-04-20T10:36:28.522Z] === RUN TestGetVersions [2022-04-20T10:36:28.522Z] --- PASS: TestGetVersions (0.00s) [2022-04-20T10:36:28.522Z] PASS [2022-04-20T10:36:28.522Z] coverage: 89.3% of statements [2022-04-20T10:36:28.522Z] ok github.com/docker/docker/pkg/tarsum 0.140s coverage: 89.3% of statements [2022-04-20T10:36:29.490Z] === RUN TestTruncIndex [2022-04-20T10:36:29.490Z] --- PASS: TestTruncIndex (0.10s) [2022-04-20T10:36:29.490Z] PASS [2022-04-20T10:36:29.490Z] coverage: 91.5% of statements [2022-04-20T10:36:29.490Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2022-04-20T10:36:29.490Z] time="2022-04-20T10:36:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-20T10:36:29.951Z] === RUN TestVersionInfo [2022-04-20T10:36:29.951Z] --- PASS: TestVersionInfo (0.00s) [2022-04-20T10:36:29.951Z] === RUN TestAppendVersions [2022-04-20T10:36:29.951Z] --- PASS: TestAppendVersions (0.00s) [2022-04-20T10:36:29.951Z] PASS [2022-04-20T10:36:29.951Z] coverage: 88.9% of statements [2022-04-20T10:36:29.951Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2022-04-20T10:36:30.855Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-20T10:36:32.126Z] === RUN TestValidatePrivileges [2022-04-20T10:36:32.126Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-20T10:36:32.126Z] === RUN TestFilterByCapNeg [2022-04-20T10:36:32.126Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-20T10:36:32.126Z] === RUN TestFilterByCapPos [2022-04-20T10:36:32.126Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-20T10:36:32.126Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-20T10:36:32.126Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-20T10:36:32.126Z] PASS [2022-04-20T10:36:32.126Z] coverage: 12.0% of statements [2022-04-20T10:36:32.126Z] ok github.com/docker/docker/plugin 0.056s coverage: 12.0% of statements [2022-04-20T10:36:33.658Z] === RUN TestNewSettable [2022-04-20T10:36:33.658Z] --- PASS: TestNewSettable (0.00s) [2022-04-20T10:36:33.658Z] === RUN TestIsSettable [2022-04-20T10:36:33.658Z] --- PASS: TestIsSettable (0.00s) [2022-04-20T10:36:33.658Z] === RUN TestUpdateSettingsEnv [2022-04-20T10:36:33.658Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-20T10:36:33.658Z] PASS [2022-04-20T10:36:33.658Z] coverage: 20.0% of statements [2022-04-20T10:36:33.658Z] ok github.com/docker/docker/plugin/v2 0.047s coverage: 20.0% of statements [2022-04-20T10:36:34.138Z] --- PASS: TestImportExtremelyLargeImageWorks (178.43s) [2022-04-20T10:36:34.138Z] PASS [2022-04-20T10:36:34.138Z] [2022-04-20T10:36:34.138Z] DONE 22 tests in 183.003s [2022-04-20T10:36:34.138Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-20T10:36:34.138Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:36:34.138Z] ++ set -e [2022-04-20T10:36:34.138Z] ++ '[' -n 0 ']' [2022-04-20T10:36:34.138Z] ++ set -x [2022-04-20T10:36:34.138Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:36:34.138Z] INFO: Testing against a local daemon [2022-04-20T10:36:34.138Z] === RUN TestNetworkCreateDelete [2022-04-20T10:36:34.396Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-04-20T10:36:34.396Z] === RUN TestDockerNetworkDeletePreferID [2022-04-20T10:36:34.621Z] === RUN TestLoad [2022-04-20T10:36:34.621Z] --- PASS: TestLoad (0.00s) [2022-04-20T10:36:34.621Z] === RUN TestSave [2022-04-20T10:36:34.621Z] --- PASS: TestSave (0.04s) [2022-04-20T10:36:34.621Z] === RUN TestAddDeleteGet [2022-04-20T10:36:34.621Z] --- PASS: TestAddDeleteGet (0.04s) [2022-04-20T10:36:34.621Z] === RUN TestInvalidTags [2022-04-20T10:36:34.621Z] --- PASS: TestInvalidTags (0.01s) [2022-04-20T10:36:34.621Z] PASS [2022-04-20T10:36:34.621Z] coverage: 84.4% of statements [2022-04-20T10:36:34.621Z] ok github.com/docker/docker/reference 0.138s coverage: 84.4% of statements [2022-04-20T10:36:34.962Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2022-04-20T10:36:34.962Z] === RUN TestDaemonDNSFallback [2022-04-20T10:36:35.527Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-20T10:36:35.585Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-20T10:36:35.585Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-20T10:36:35.585Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-20T10:36:35.585Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-20T10:36:36.548Z] === RUN TestResolveAuthConfigIndexServer [2022-04-20T10:36:36.548Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-20T10:36:36.548Z] === RUN TestResolveAuthConfigFullURL [2022-04-20T10:36:36.548Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-20T10:36:36.548Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-20T10:36:36.548Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-20T10:36:36.548Z] === RUN TestValidateMirror [2022-04-20T10:36:36.548Z] --- PASS: TestValidateMirror (0.00s) [2022-04-20T10:36:36.548Z] === RUN TestLoadInsecureRegistries [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestReaderWithReadError [2022-04-20T10:36:37.005Z] time="2022-04-20T10:36:36Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-20T10:36:37.005Z] time="2022-04-20T10:36:36Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-20T10:36:37.005Z] time="2022-04-20T10:36:36Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-20T10:36:37.005Z] --- PASS: TestLoadInsecureRegistries (0.23s) [2022-04-20T10:36:37.005Z] === RUN TestNewServiceConfig [2022-04-20T10:36:37.005Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestValidateIndexName [2022-04-20T10:36:37.005Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestValidateIndexNameWithError [2022-04-20T10:36:37.005Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestEndpointParse [2022-04-20T10:36:37.005Z] --- PASS: TestEndpointParse (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestEndpointParseInvalid [2022-04-20T10:36:37.005Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestValidateEndpoint [2022-04-20T10:36:37.005Z] --- PASS: TestValidateEndpoint (0.01s) [2022-04-20T10:36:37.005Z] === RUN TestPing [2022-04-20T10:36:37.005Z] --- PASS: TestPing (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestPingRegistryEndpoint [2022-04-20T10:36:37.005Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:36:37.005Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-04-20T10:36:37.005Z] === RUN TestEndpoint [2022-04-20T10:36:37.005Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:36:37.005Z] --- SKIP: TestEndpoint (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestParseRepositoryInfo [2022-04-20T10:36:37.005Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestNewIndexInfo [2022-04-20T10:36:37.005Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestMirrorEndpointLookup [2022-04-20T10:36:37.005Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:36:37.005Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestSearchRepositories [2022-04-20T10:36:37.005Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-20T10:36:37.005Z] Host: 127.0.0.1:49335 [2022-04-20T10:36:37.005Z] User-Agent: docker test client [2022-04-20T10:36:37.005Z] Authorization: Token fake-token [2022-04-20T10:36:37.005Z] X-Docker-Token: true [2022-04-20T10:36:37.005Z] Accept-Encoding: gzip [2022-04-20T10:36:37.005Z] [2022-04-20T10:36:37.005Z] [2022-04-20T10:36:37.005Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-20T10:36:37.005Z] Connection: close [2022-04-20T10:36:37.005Z] Content-Length: 144 [2022-04-20T10:36:37.005Z] Cache-Control: no-cache [2022-04-20T10:36:37.005Z] Content-Type: application/json [2022-04-20T10:36:37.005Z] Date: Wed, 20 Apr 2022 10:36:36 GMT [2022-04-20T10:36:37.005Z] Expires: -1 [2022-04-20T10:36:37.005Z] Pragma: no-cache [2022-04-20T10:36:37.005Z] Server: docker-tests/mock [2022-04-20T10:36:37.005Z] X-Docker-Registry-Config: mock [2022-04-20T10:36:37.005Z] X-Docker-Registry-Version: 0.0.0 [2022-04-20T10:36:37.005Z] [2022-04-20T10:36:37.005Z] [2022-04-20T10:36:37.005Z] --- PASS: TestSearchRepositories (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestTrustedLocation [2022-04-20T10:36:37.005Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-20T10:36:37.005Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestAllowNondistributableArtifacts [2022-04-20T10:36:37.005Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestIsSecureIndex [2022-04-20T10:36:37.005Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-20T10:36:37.005Z] PASS [2022-04-20T10:36:37.005Z] coverage: 51.7% of statements [2022-04-20T10:36:37.005Z] ok github.com/docker/docker/registry 0.313s coverage: 51.7% of statements [2022-04-20T10:36:37.005Z] time="2022-04-20T10:36:36Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestReader [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-20T10:36:37.005Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-20T10:36:37.005Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-20T10:36:37.005Z] PASS [2022-04-20T10:36:37.005Z] coverage: 100.0% of statements [2022-04-20T10:36:37.005Z] ok github.com/docker/docker/registry/resumable 0.281s coverage: 100.0% of statements [2022-04-20T10:36:37.466Z] --- PASS: TestGet (15.01s) [2022-04-20T10:36:37.466Z] === RUN TestPluginWithNoManifest [2022-04-20T10:36:37.466Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-20T10:36:37.466Z] === RUN TestGetAll [2022-04-20T10:36:37.466Z] --- PASS: TestGetAll (0.02s) [2022-04-20T10:36:37.466Z] PASS [2022-04-20T10:36:37.466Z] coverage: 73.2% of statements [2022-04-20T10:36:37.466Z] ok github.com/docker/docker/pkg/plugins 36.017s coverage: 73.2% of statements [2022-04-20T10:36:37.466Z] === RUN TestRestartManagerTimeout [2022-04-20T10:36:37.466Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-20T10:36:37.466Z] === RUN TestRestartManagerTimeoutReset [2022-04-20T10:36:37.466Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-20T10:36:37.466Z] PASS [2022-04-20T10:36:37.466Z] coverage: 50.9% of statements [2022-04-20T10:36:37.466Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 50.9% of statements [2022-04-20T10:36:37.924Z] === RUN TestDecodeContainerConfig [2022-04-20T10:36:37.924Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-04-20T10:36:37.924Z] --- PASS: TestDecodeContainerConfig (0.01s) [2022-04-20T10:36:37.924Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-04-20T10:36:37.924Z] === RUN TestDecodeContainerConfigIsolation [2022-04-20T10:36:37.924Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-20T10:36:37.924Z] === RUN TestValidatePrivileged [2022-04-20T10:36:37.924Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-20T10:36:37.924Z] PASS [2022-04-20T10:36:37.924Z] coverage: 52.4% of statements [2022-04-20T10:36:37.924Z] ok github.com/docker/docker/runconfig 0.049s coverage: 52.4% of statements [2022-04-20T10:36:38.081Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-20T10:36:38.081Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-20T10:36:38.081Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-20T10:36:38.081Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-20T10:36:38.341Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-20T10:36:38.341Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-20T10:36:38.381Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-20T10:36:38.381Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-20T10:36:38.381Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-20T10:36:38.381Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-20T10:36:38.381Z] PASS [2022-04-20T10:36:38.381Z] coverage: 62.5% of statements [2022-04-20T10:36:38.848Z] ok github.com/docker/docker/testutil 0.048s coverage: 62.5% of statements [2022-04-20T10:36:38.907Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-04-20T10:36:39.472Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-20T10:36:39.730Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-04-20T10:36:40.380Z] === RUN TestGetAddress [2022-04-20T10:36:40.380Z] --- PASS: TestGetAddress (0.00s) [2022-04-20T10:36:40.380Z] === RUN TestRemove [2022-04-20T10:36:40.380Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-20T10:36:40.380Z] --- SKIP: TestRemove (0.00s) [2022-04-20T10:36:40.380Z] === RUN TestInitializeWithVolumes [2022-04-20T10:36:40.380Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-04-20T10:36:40.380Z] === RUN TestCreate [2022-04-20T10:36:40.380Z] --- PASS: TestCreate (0.01s) [2022-04-20T10:36:40.380Z] === RUN TestValidateName [2022-04-20T10:36:40.380Z] --- PASS: TestValidateName (0.00s) [2022-04-20T10:36:40.380Z] === RUN TestCreateWithOpts [2022-04-20T10:36:40.380Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-20T10:36:40.380Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-20T10:36:40.380Z] === RUN TestRelaodNoOpts [2022-04-20T10:36:40.380Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-04-20T10:36:40.380Z] PASS [2022-04-20T10:36:40.380Z] coverage: 41.5% of statements [2022-04-20T10:36:40.663Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-20T10:36:40.837Z] ok github.com/docker/docker/volume/local 0.085s coverage: 41.5% of statements [2022-04-20T10:36:40.837Z] === RUN TestGetDriver [2022-04-20T10:36:40.837Z] --- PASS: TestGetDriver (0.00s) [2022-04-20T10:36:40.837Z] === RUN TestVolumeRequestError [2022-04-20T10:36:40.837Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-20T10:36:40.837Z] PASS [2022-04-20T10:36:40.837Z] coverage: 36.1% of statements [2022-04-20T10:36:40.837Z] ok github.com/docker/docker/volume/drivers 0.054s coverage: 36.1% of statements [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRaw [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-20T10:36:41.296Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRaw [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-20T10:36:41.296Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-20T10:36:41.296Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-20T10:36:41.297Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-20T10:36:41.297Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-20T10:36:41.297Z] === RUN TestConvertTmpfsOptions [2022-04-20T10:36:41.297Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-20T10:36:41.297Z] linux_parser_test.go:209: data="ro" [2022-04-20T10:36:41.297Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-20T10:36:41.297Z] === RUN TestParseMountSpec [2022-04-20T10:36:41.297Z] parser_test.go:62: case 0 [2022-04-20T10:36:41.297Z] parser_test.go:62: case 1 [2022-04-20T10:36:41.297Z] parser_test.go:62: case 2 [2022-04-20T10:36:41.297Z] parser_test.go:62: case 3 [2022-04-20T10:36:41.297Z] parser_test.go:62: case 4 [2022-04-20T10:36:41.297Z] parser_test.go:62: case 5 [2022-04-20T10:36:41.297Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-20T10:36:41.297Z] === RUN TestValidateMount [2022-04-20T10:36:41.297Z] --- PASS: TestValidateMount (0.00s) [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRaw [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-20T10:36:41.297Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-20T10:36:41.297Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-20T10:36:41.297Z] PASS [2022-04-20T10:36:41.297Z] coverage: 67.6% of statements [2022-04-20T10:36:41.297Z] ok github.com/docker/docker/volume/mounts 0.067s coverage: 67.6% of statements [2022-04-20T10:36:41.599Z] --- PASS: TestDaemonDNSFallback (6.66s) [2022-04-20T10:36:41.599Z] === RUN TestInspectNetwork [2022-04-20T10:36:41.995Z] === RUN TestMiddlewares [2022-04-20T10:36:41.995Z] --- PASS: TestMiddlewares (0.00s) [2022-04-20T10:36:41.995Z] PASS [2022-04-20T10:36:41.995Z] coverage: 7.9% of statements [2022-04-20T10:36:41.995Z] ok github.com/docker/docker/api/server 0.058s coverage: 7.9% of statements [2022-04-20T10:36:42.829Z] === RUN TestSetGetMeta [2022-04-20T10:36:42.829Z] === PAUSE TestSetGetMeta [2022-04-20T10:36:42.829Z] === RUN TestRestore [2022-04-20T10:36:42.829Z] === PAUSE TestRestore [2022-04-20T10:36:42.829Z] === RUN TestServiceCreate [2022-04-20T10:36:42.829Z] === PAUSE TestServiceCreate [2022-04-20T10:36:42.829Z] === RUN TestServiceList [2022-04-20T10:36:42.829Z] === PAUSE TestServiceList [2022-04-20T10:36:42.829Z] === RUN TestServiceRemove [2022-04-20T10:36:42.829Z] === PAUSE TestServiceRemove [2022-04-20T10:36:42.829Z] === RUN TestServiceGet [2022-04-20T10:36:42.829Z] === PAUSE TestServiceGet [2022-04-20T10:36:42.829Z] === RUN TestServicePrune [2022-04-20T10:36:42.829Z] === PAUSE TestServicePrune [2022-04-20T10:36:42.829Z] === RUN TestCreate [2022-04-20T10:36:42.829Z] === PAUSE TestCreate [2022-04-20T10:36:42.829Z] === RUN TestRemove [2022-04-20T10:36:42.829Z] === PAUSE TestRemove [2022-04-20T10:36:42.829Z] === RUN TestList [2022-04-20T10:36:42.829Z] === PAUSE TestList [2022-04-20T10:36:42.829Z] === RUN TestFindByDriver [2022-04-20T10:36:42.829Z] === PAUSE TestFindByDriver [2022-04-20T10:36:42.829Z] === RUN TestFindByReferenced [2022-04-20T10:36:42.829Z] === PAUSE TestFindByReferenced [2022-04-20T10:36:42.829Z] === RUN TestDerefMultipleOfSameRef [2022-04-20T10:36:42.829Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-20T10:36:42.829Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:36:42.829Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:36:42.829Z] === RUN TestDefererencePluginOnCreateError [2022-04-20T10:36:42.829Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-20T10:36:42.829Z] === RUN TestRefDerefRemove [2022-04-20T10:36:42.829Z] === PAUSE TestRefDerefRemove [2022-04-20T10:36:42.829Z] === RUN TestGet [2022-04-20T10:36:42.829Z] === PAUSE TestGet [2022-04-20T10:36:42.829Z] === RUN TestGetWithReference [2022-04-20T10:36:42.829Z] === PAUSE TestGetWithReference [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_nil_list [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_empty_list [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_filter_some [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_filter_middle [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:36:42.829Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-20T10:36:42.829Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_nil_list [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_filter_some [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_filter_middle [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:36:42.829Z] === CONT TestFilterFunc/test_empty_list [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-20T10:36:42.829Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-20T10:36:42.829Z] === CONT TestSetGetMeta [2022-04-20T10:36:42.829Z] === CONT TestGetWithReference [2022-04-20T10:36:42.829Z] === CONT TestList [2022-04-20T10:36:42.829Z] === CONT TestServiceGet [2022-04-20T10:36:42.829Z] --- PASS: TestSetGetMeta (0.03s) [2022-04-20T10:36:42.829Z] === CONT TestServiceList [2022-04-20T10:36:42.829Z] --- PASS: TestGetWithReference (0.04s) [2022-04-20T10:36:42.829Z] === CONT TestServiceRemove [2022-04-20T10:36:42.829Z] --- PASS: TestList (0.05s) [2022-04-20T10:36:42.829Z] === CONT TestCreate [2022-04-20T10:36:42.829Z] === CONT TestRemove [2022-04-20T10:36:42.829Z] --- PASS: TestCreate (0.02s) [2022-04-20T10:36:42.829Z] --- PASS: TestRemove (0.02s) [2022-04-20T10:36:42.829Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:36:42.829Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-04-20T10:36:42.829Z] === CONT TestGet [2022-04-20T10:36:42.829Z] --- PASS: TestGet (0.02s) [2022-04-20T10:36:42.829Z] === CONT TestRefDerefRemove [2022-04-20T10:36:42.829Z] --- PASS: TestRefDerefRemove (0.02s) [2022-04-20T10:36:42.829Z] === CONT TestDefererencePluginOnCreateError [2022-04-20T10:36:42.829Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-04-20T10:36:42.829Z] === CONT TestFindByReferenced [2022-04-20T10:36:42.829Z] --- PASS: TestFindByReferenced (0.02s) [2022-04-20T10:36:42.829Z] === CONT TestDerefMultipleOfSameRef [2022-04-20T10:36:42.829Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-04-20T10:36:42.829Z] === CONT TestServiceCreate [2022-04-20T10:36:42.829Z] --- PASS: TestServiceGet (0.23s) [2022-04-20T10:36:42.829Z] === CONT TestServicePrune [2022-04-20T10:36:42.829Z] --- PASS: TestServiceRemove (0.19s) [2022-04-20T10:36:42.829Z] === CONT TestRestore [2022-04-20T10:36:42.829Z] --- PASS: TestServiceCreate (0.04s) [2022-04-20T10:36:42.829Z] === CONT TestFindByDriver [2022-04-20T10:36:42.830Z] --- PASS: TestServiceList (0.21s) [2022-04-20T10:36:42.830Z] time="2022-04-20T10:36:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:36:42.830Z] time="2022-04-20T10:36:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:36:42.830Z] --- PASS: TestFindByDriver (0.03s) [2022-04-20T10:36:42.830Z] --- PASS: TestRestore (0.03s) [2022-04-20T10:36:42.830Z] time="2022-04-20T10:36:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:36:42.830Z] time="2022-04-20T10:36:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-20T10:36:42.830Z] time="2022-04-20T10:36:42Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:36:42.830Z] --- PASS: TestServicePrune (0.05s) [2022-04-20T10:36:42.830Z] PASS [2022-04-20T10:36:42.830Z] coverage: 69.0% of statements [2022-04-20T10:36:42.830Z] ok github.com/docker/docker/volume/service 0.340s coverage: 69.0% of statements [2022-04-20T10:36:44.129Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-20T10:36:44.387Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-20T10:36:44.645Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-20T10:36:45.578Z] === RUN TestInspectNetwork/full_network_id [2022-04-20T10:36:45.578Z] === RUN TestInspectNetwork/partial_network_id [2022-04-20T10:36:45.578Z] === RUN TestInspectNetwork/network_name [2022-04-20T10:36:45.578Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-20T10:36:50.841Z] --- PASS: TestInspectNetwork (8.56s) [2022-04-20T10:36:50.841Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-20T10:36:50.841Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-20T10:36:50.841Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-20T10:36:50.841Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-20T10:36:50.841Z] === RUN TestRunContainerWithBridgeNone [2022-04-20T10:36:51.407Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-20T10:36:51.973Z] --- PASS: TestRunContainerWithBridgeNone (1.95s) [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-20T10:36:51.973Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:36:51.973Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:36:51.973Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:36:51.973Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-20T10:36:51.973Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-20T10:36:51.973Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-20T10:36:51.973Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-20T10:36:51.973Z] === RUN TestNetworkList [2022-04-20T10:36:51.973Z] === RUN TestNetworkList//networks [2022-04-20T10:36:51.973Z] === PAUSE TestNetworkList//networks [2022-04-20T10:36:51.973Z] === RUN TestNetworkList//networks/ [2022-04-20T10:36:51.973Z] === PAUSE TestNetworkList//networks/ [2022-04-20T10:36:51.973Z] === CONT TestNetworkList//networks [2022-04-20T10:36:51.973Z] === CONT TestNetworkList//networks/ [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkList (0.02s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-20T10:36:51.973Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-20T10:36:51.973Z] === RUN TestHostIPv4BridgeLabel [2022-04-20T10:36:52.539Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-04-20T10:36:52.539Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-20T10:36:53.914Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-04-20T10:36:53.914Z] === RUN TestDaemonDefaultNetworkPools [2022-04-20T10:36:54.480Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-20T10:36:54.480Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2022-04-20T10:36:54.480Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-20T10:36:55.414Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-20T10:36:55.672Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-04-20T10:36:55.672Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-20T10:36:57.045Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-20T10:36:57.045Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-04-20T10:36:57.045Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-20T10:36:57.045Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2022-04-20T10:36:57.045Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-20T10:36:57.610Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-04-20T10:36:57.610Z] === RUN TestServiceWithPredefinedNetwork [2022-04-20T10:36:57.611Z] 2022/04/20 10:36:56 Closing DB instances... [2022-04-20T10:36:58.573Z] --- PASS: TestNetworkDBGarbageCollection (54.07s) [2022-04-20T10:36:58.573Z] === RUN TestFindNode [2022-04-20T10:36:58.573Z] 2022/04/20 10:36:58 Closing DB instances... [2022-04-20T10:36:58.573Z] --- PASS: TestFindNode (0.02s) [2022-04-20T10:36:58.573Z] === RUN TestChangeNodeState [2022-04-20T10:36:58.573Z] 2022/04/20 10:36:58 Closing DB instances... [2022-04-20T10:36:58.573Z] --- PASS: TestChangeNodeState (0.02s) [2022-04-20T10:36:58.573Z] === RUN TestNodeReincarnation [2022-04-20T10:36:58.573Z] 2022/04/20 10:36:58 Closing DB instances... [2022-04-20T10:37:00.892Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-20T10:37:00.892Z] --- PASS: TestServiceWithPredefinedNetwork (2.73s) [2022-04-20T10:37:00.892Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-20T10:37:00.892Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:37:00.892Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:37:00.892Z] === RUN TestServiceWithDataPathPortInit [2022-04-20T10:37:00.892Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-20T10:37:02.269Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-20T10:37:02.528Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-20T10:37:03.904Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-20T10:37:04.346Z] --- PASS: TestNodeReincarnation (5.02s) [2022-04-20T10:37:04.346Z] === RUN TestParallelCreate [2022-04-20T10:37:04.346Z] 2022/04/20 10:37:03 Closing DB instances... [2022-04-20T10:37:04.346Z] --- PASS: TestParallelCreate (0.02s) [2022-04-20T10:37:04.346Z] === RUN TestParallelDelete [2022-04-20T10:37:04.346Z] 2022/04/20 10:37:03 Closing DB instances... [2022-04-20T10:37:04.346Z] --- PASS: TestParallelDelete (0.02s) [2022-04-20T10:37:04.346Z] === RUN TestNetworkDBIslands [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:27fac2551d34 with config:&{NodeID:27fac2551d34 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node 27fac2551d34/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node 27fac2551d34/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f46fbfa3ef48 with config:&{NodeID:f46fbfa3ef48 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node 27fac2551d34/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=info msg="Node 27fac2551d34/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:8337ec23846b with config:&{NodeID:8337ec23846b Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node 27fac2551d34/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node 27fac2551d34/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-20T10:37:04.346Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-04-20T10:37:04.471Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:bdba50f31d9e with config:&{NodeID:bdba50f31d9e Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.802Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node 8337ec23846b/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node 27fac2551d34/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node 27fac2551d34/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:04.803Z] time="2022-04-20T10:37:04Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.037Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:04Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:28b728e0de9b with config:&{NodeID:28b728e0de9b Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:04Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:04Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:04Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 8337ec23846b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 8337ec23846b/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:05.264Z] time="2022-04-20T10:37:05Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:05.605Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-20T10:37:05.723Z] networkdb_test.go:835: Re-joining: 3 [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=info msg="The new bootstrap node list is:[172.30.174.40:10033 172.30.174.40:10034 172.30.174.40:10035]" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10033" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49369" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10034" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49370" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10035" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49371" [2022-04-20T10:37:05.723Z] networkdb_test.go:835: Re-joining: 4 [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=info msg="The new bootstrap node list is:[172.30.174.40:10033 172.30.174.40:10034 172.30.174.40:10035]" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10033" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49372" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10034" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49373" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10035" [2022-04-20T10:37:05.723Z] time="2022-04-20T10:37:05Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49374" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="node 0 leaving" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="node5(28b728e0de9b): Node leave event for 27fac2551d34/172.30.174.40" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="node3(8337ec23846b): Node leave event for 27fac2551d34/172.30.174.40" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="node2(f46fbfa3ef48): Node leave event for 27fac2551d34/172.30.174.40" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="node4(bdba50f31d9e): Node leave event for 27fac2551d34/172.30.174.40" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="node1(27fac2551d34): Node leave event for 27fac2551d34/172.30.174.40" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:05Z" level=info msg="Node 27fac2551d34/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:06Z" level=info msg="Node 27fac2551d34/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:06Z" level=info msg="Node 27fac2551d34/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:06Z" level=info msg="Node 27fac2551d34/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.182Z] time="2022-04-20T10:37:06Z" level=info msg="Node 27fac2551d34/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="node 1 leaving" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="node4(bdba50f31d9e): Node leave event for f46fbfa3ef48/172.30.174.40" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="node5(28b728e0de9b): Node leave event for f46fbfa3ef48/172.30.174.40" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48 change state NodeActive --> NodeLeft" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="node3(8337ec23846b): Node leave event for f46fbfa3ef48/172.30.174.40" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48 change state NodeActive --> NodeFailed" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, added to failed nodes list" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=error msg="node: f46fbfa3ef48 is unknown to memberlist" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.639Z] time="2022-04-20T10:37:06Z" level=info msg="Node f46fbfa3ef48/172.30.174.40, left gossip cluster" [2022-04-20T10:37:06.978Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-20T10:37:06.978Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="node 2 leaving" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="Node 8337ec23846b change state NodeActive --> NodeLeft" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="node5(28b728e0de9b): Node leave event for 8337ec23846b/172.30.174.40" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="Node 8337ec23846b change state NodeActive --> NodeLeft" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="node4(bdba50f31d9e): Node leave event for 8337ec23846b/172.30.174.40" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="Node 8337ec23846b change state NodeActive --> NodeLeft" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="node3(8337ec23846b): Node leave event for 8337ec23846b/172.30.174.40" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=debug msg="memberlist: Failed ping: bdba50f31d9e (timeout reached)" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.174.40:10034: use of closed network connection" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.174.40:10037: use of closed network connection" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.174.40:10035: use of closed network connection" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49375" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="Node 8337ec23846b/172.30.174.40, left gossip cluster" [2022-04-20T10:37:07.095Z] time="2022-04-20T10:37:06Z" level=info msg="Node 8337ec23846b/172.30.174.40, left gossip cluster" [2022-04-20T10:37:07.236Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-20T10:37:07.494Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="Node 8337ec23846b/172.30.174.40, left gossip cluster" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=warning msg="memberlist: Was able to connect to bdba50f31d9e but other probes failed, network may be misconfigured" [2022-04-20T10:37:07.551Z] networkdb_test.go:867: node4: OK [2022-04-20T10:37:07.551Z] networkdb_test.go:867: node5: OK [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="node 0 coming back" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:aa544b90328d with config:&{NodeID:aa544b90328d Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="Node aa544b90328d/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="Node aa544b90328d/172.30.174.40, added to nodes list" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="node 1 coming back" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2f4d543c0789 with config:&{NodeID:2f4d543c0789 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="Node 2f4d543c0789/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="Node 2f4d543c0789/172.30.174.40, added to nodes list" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="node 2 coming back" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:81d64976e266 with config:&{NodeID:81d64976e266 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="Node 81d64976e266/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:07.551Z] time="2022-04-20T10:37:07Z" level=info msg="Node 81d64976e266/172.30.174.40, added to nodes list" [2022-04-20T10:37:07.752Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-20T10:37:08.010Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-20T10:37:09.909Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-20T10:37:10.167Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-20T10:37:11.275Z] time="2022-04-20T10:37:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.174.40:10033 172.30.174.40:10034 172.30.174.40:10035]" [2022-04-20T10:37:11.275Z] time="2022-04-20T10:37:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.174.40:10033 172.30.174.40:10034 172.30.174.40:10035]" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10033" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49376" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, is the new incarnation of the shutdown node 27fac2551d34/172.30.174.40" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10034" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49377" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, is the new incarnation of the shutdown node f46fbfa3ef48/172.30.174.40" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10035" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49378" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 28b728e0de9b/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node bdba50f31d9e/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node bdba50f31d9e/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, is the new incarnation of the shutdown node 8337ec23846b/172.30.174.40" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, is the new incarnation of the shutdown node f46fbfa3ef48/172.30.174.40" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 2f4d543c0789/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, is the new incarnation of the shutdown node 27fac2551d34/172.30.174.40" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node aa544b90328d/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, is the new incarnation of the shutdown node 8337ec23846b/172.30.174.40" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, added to nodes list" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, joined gossip cluster" [2022-04-20T10:37:11.731Z] time="2022-04-20T10:37:11Z" level=info msg="Node 81d64976e266/172.30.174.40, added to nodes list" [2022-04-20T10:37:12.066Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-20T10:37:12.187Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10033" [2022-04-20T10:37:12.187Z] time="2022-04-20T10:37:11Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49379" [2022-04-20T10:37:12.187Z] time="2022-04-20T10:37:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10034" [2022-04-20T10:37:12.187Z] time="2022-04-20T10:37:12Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49380" [2022-04-20T10:37:12.187Z] time="2022-04-20T10:37:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.174.40:10035" [2022-04-20T10:37:12.187Z] time="2022-04-20T10:37:12Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49381" [2022-04-20T10:37:12.644Z] 2022/04/20 10:37:12 Closing DB instances... [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d change state NodeActive --> NodeLeft" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="node3(81d64976e266): Node leave event for aa544b90328d/172.30.174.40" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d change state NodeActive --> NodeLeft" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="node5(28b728e0de9b): Node leave event for aa544b90328d/172.30.174.40" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d change state NodeActive --> NodeLeft" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="node2(2f4d543c0789): Node leave event for aa544b90328d/172.30.174.40" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d/172.30.174.40, left gossip cluster" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d change state NodeActive --> NodeFailed" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d/172.30.174.40, added to failed nodes list" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d change state NodeActive --> NodeLeft" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=info msg="node4(bdba50f31d9e): Node leave event for aa544b90328d/172.30.174.40" [2022-04-20T10:37:12.644Z] time="2022-04-20T10:37:12Z" level=error msg="node: aa544b90328d is unknown to memberlist" [2022-04-20T10:37:13.000Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-20T10:37:13.100Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.100Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.100Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="Node aa544b90328d/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="Node 2f4d543c0789 change state NodeActive --> NodeLeft" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="node5(28b728e0de9b): Node leave event for 2f4d543c0789/172.30.174.40" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="Node 2f4d543c0789 change state NodeActive --> NodeLeft" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="node3(81d64976e266): Node leave event for 2f4d543c0789/172.30.174.40" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="Node 2f4d543c0789 change state NodeActive --> NodeLeft" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="Node 2f4d543c0789 change state NodeActive --> NodeLeft" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="node4(bdba50f31d9e): Node leave event for 2f4d543c0789/172.30.174.40" [2022-04-20T10:37:13.101Z] time="2022-04-20T10:37:12Z" level=info msg="node2(2f4d543c0789): Node leave event for 2f4d543c0789/172.30.174.40" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="Node 2f4d543c0789/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="Node 2f4d543c0789/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="Node 2f4d543c0789/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="Node 2f4d543c0789/172.30.174.40, left gossip cluster" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="Node 81d64976e266 change state NodeActive --> NodeLeft" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="node4(bdba50f31d9e): Node leave event for 81d64976e266/172.30.174.40" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="Node 81d64976e266 change state NodeActive --> NodeLeft" [2022-04-20T10:37:13.557Z] time="2022-04-20T10:37:13Z" level=info msg="node5(28b728e0de9b): Node leave event for 81d64976e266/172.30.174.40" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=info msg="Node 81d64976e266 change state NodeActive --> NodeLeft" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=info msg="node3(81d64976e266): Node leave event for 81d64976e266/172.30.174.40" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=info msg="Node 81d64976e266/172.30.174.40, left gossip cluster" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=info msg="Node 81d64976e266/172.30.174.40, left gossip cluster" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=info msg="Node 81d64976e266/172.30.174.40, left gossip cluster" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=debug msg="memberlist: Failed ping: bdba50f31d9e (timeout reached)" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.174.40:10035: use of closed network connection" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.174.40:10037: use of closed network connection" [2022-04-20T10:37:14.013Z] time="2022-04-20T10:37:13Z" level=debug msg="memberlist: Stream connection from=172.30.174.40:49382" [2022-04-20T10:37:14.374Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-20T10:37:14.471Z] time="2022-04-20T10:37:14Z" level=info msg="Node bdba50f31d9e change state NodeActive --> NodeLeft" [2022-04-20T10:37:14.471Z] time="2022-04-20T10:37:14Z" level=info msg="node5(28b728e0de9b): Node leave event for bdba50f31d9e/172.30.174.40" [2022-04-20T10:37:14.471Z] time="2022-04-20T10:37:14Z" level=info msg="Node bdba50f31d9e change state NodeActive --> NodeLeft" [2022-04-20T10:37:14.471Z] time="2022-04-20T10:37:14Z" level=info msg="node4(bdba50f31d9e): Node leave event for bdba50f31d9e/172.30.174.40" [2022-04-20T10:37:14.471Z] time="2022-04-20T10:37:14Z" level=warning msg="memberlist: Was able to connect to bdba50f31d9e but other probes failed, network may be misconfigured" [2022-04-20T10:37:14.929Z] time="2022-04-20T10:37:14Z" level=info msg="Node bdba50f31d9e/172.30.174.40, left gossip cluster" [2022-04-20T10:37:15.308Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-20T10:37:15.386Z] time="2022-04-20T10:37:14Z" level=info msg="Node bdba50f31d9e/172.30.174.40, left gossip cluster" [2022-04-20T10:37:15.843Z] time="2022-04-20T10:37:15Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.30.174.40:10037: use of closed network connection" [2022-04-20T10:37:15.843Z] time="2022-04-20T10:37:15Z" level=info msg="Node 28b728e0de9b/172.30.174.40, left gossip cluster" [2022-04-20T10:37:15.843Z] time="2022-04-20T10:37:15Z" level=info msg="Node 28b728e0de9b change state NodeActive --> NodeFailed" [2022-04-20T10:37:15.843Z] time="2022-04-20T10:37:15Z" level=info msg="Node 28b728e0de9b/172.30.174.40, added to failed nodes list" [2022-04-20T10:37:15.843Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-04-20T10:37:15.843Z] PASS [2022-04-20T10:37:15.843Z] coverage: 60.0% of statements [2022-04-20T10:37:15.843Z] ok github.com/docker/docker/libnetwork/networkdb 106.494s coverage: 60.0% of statements [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/quota [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/rootless [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/volume [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-20T10:37:15.843Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-20T10:37:15.874Z] --- PASS: TestServiceWithDataPathPortInit (15.54s) [2022-04-20T10:37:15.874Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-20T10:37:16.442Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-20T10:37:16.700Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-20T10:37:19.232Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:roez4g0lem6p9bm3ts70le360 Created:2022-04-20 10:37:17.346332523 +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[36b88c8ad96640f6d1080586d5cff1b54a77853b02081508948a26b7baf209a4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nj903bs02wilqeteabvsu1znp EndpointID:efd46d02efa6f664dce76aad88056efe86b781d2bfc005a15b8e522b9b6cd2d4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bd712ec836c1b5ef7d431cc245423bfbb9c74877b88f82e327adbcab2c2f1397 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:1c9c0d466883 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nj903bs02wilqeteabvsu1znp EndpointID:efd46d02efa6f664dce76aad88056efe86b781d2bfc005a15b8e522b9b6cd2d4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-20T10:37:19.490Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === Skipped [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-20T10:37:19.584Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-20T10:37:19.584Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-20T10:37:19.584Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-04-20T10:37:19.584Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-20T10:37:19.584Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-20T10:37:19.584Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-20T10:37:19.584Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-20T10:37:19.584Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-20T10:37:19.584Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-04-20T10:37:19.584Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-20T10:37:19.584Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-20T10:37:19.584Z] daemon_test.go:145: root required [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-20T10:37:19.584Z] reload_test.go:342: root required [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-20T10:37:19.584Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-20T10:37:19.584Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-20T10:37:19.584Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-20T10:37:19.584Z] download_test.go:267: Needs fixing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-20T10:37:19.584Z] layer_test.go:291: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-20T10:37:19.584Z] layer_test.go:340: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-20T10:37:19.584Z] layer_test.go:455: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-20T10:37:19.584Z] layer_test.go:684: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-20T10:37:19.584Z] migration_test.go:45: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-20T10:37:19.584Z] migration_test.go:181: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-20T10:37:19.584Z] mount_test.go:17: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-20T10:37:19.584Z] mount_test.go:76: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-20T10:37:19.584Z] mount_test.go:125: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-20T10:37:19.584Z] mount_test.go:212: Failing on Windows [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-04-20T10:37:19.584Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-20T10:37:19.584Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-20T10:37:19.584Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-20T10:37:19.584Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-20T10:37:19.584Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-20T10:37:19.584Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-20T10:37:19.584Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-20T10:37:19.584Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-20T10:37:19.584Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-20T10:37:19.584Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-20T10:37:19.584Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-20T10:37:19.584Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-20T10:37:19.584Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-20T10:37:19.584Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-20T10:37:19.584Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-20T10:37:19.584Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-20T10:37:19.584Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-20T10:37:19.584Z] archive_test.go:133: Xz not present in msys2 [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-04-20T10:37:19.584Z] archive_test.go:140: zstd not installed [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-20T10:37:19.584Z] archive_test.go:252: Failing on Windows CI machines [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:37:19.584Z] archive_windows_test.go:16: Currently fails [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-20T10:37:19.584Z] changes_test.go:196: needs more investigation [2022-04-20T10:37:19.584Z] [2022-04-20T10:37:19.584Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-04-20T10:37:19.585Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-04-20T10:37:19.585Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-20T10:37:19.585Z] changes_test.go:433: needs further investigation [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-20T10:37:19.585Z] changes_test.go:469: needs further investigation [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2022-04-20T10:37:19.585Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-20T10:37:19.585Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-20T10:37:19.585Z] poller_test.go:40: No chmod on Windows [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-20T10:37:19.585Z] fileutils_test.go:133: Needs porting to Windows [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-20T10:37:19.585Z] fileutils_test.go:179: Needs porting to Windows [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-04-20T10:37:19.585Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-20T10:37:19.585Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-20T10:37:19.585Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-20T10:37:19.585Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-20T10:37:19.585Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-20T10:37:19.585Z] [2022-04-20T10:37:19.585Z] DONE 2197 tests, 70 skipped in 321.720s [2022-04-20T10:37:19.585Z] INFO: make.ps1 ended at 04/20/2022 10:37:19 [2022-04-20T10:37:20.863Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-20T10:37:21.117Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-20T10:37:21.117Z] INFO: Unit tests ended at 04/20/2022 10:37:21. Duration:00:05:38.7124188 [2022-04-20T10:37:21.117Z] INFO: Building busybox [2022-04-20T10:37:21.428Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-20T10:37:21.573Z] Sending build context to Docker daemon 5.12kB [2022-04-20T10:37:21.573Z] [2022-04-20T10:37:21.573Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-20T10:37:21.573Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-20T10:37:21.573Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-20T10:37:21.573Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-20T10:37:21.573Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-20T10:37:21.573Z] ---> aa8714eb8356 [2022-04-20T10:37:21.573Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-20T10:37:21.573Z] ---> Running in 8327633b33e8 [2022-04-20T10:37:21.994Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-20T10:37:23.895Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.06s) [2022-04-20T10:37:23.895Z] PASS [2022-04-20T10:37:23.895Z] [2022-04-20T10:37:23.895Z] === Skipped [2022-04-20T10:37:23.895Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:37:23.895Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:37:23.895Z] [2022-04-20T10:37:23.895Z] DONE 38 tests, 1 skipped in 49.825s [2022-04-20T10:37:23.895Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:37:23.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:23.895Z] ++ set -e [2022-04-20T10:37:23.895Z] ++ '[' -n 0 ']' [2022-04-20T10:37:23.895Z] ++ set -x [2022-04-20T10:37:23.895Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:24.152Z] INFO: Testing against a local daemon [2022-04-20T10:37:24.152Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-20T10:37:24.153Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:37:24.153Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:37:24.153Z] === RUN TestDockerNetworkIpvlan [2022-04-20T10:37:24.153Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:37:24.153Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:37:24.153Z] PASS [2022-04-20T10:37:24.153Z] [2022-04-20T10:37:24.153Z] === Skipped [2022-04-20T10:37:24.153Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-20T10:37:24.153Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:37:24.153Z] [2022-04-20T10:37:24.153Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-20T10:37:24.153Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-20T10:37:24.153Z] [2022-04-20T10:37:24.153Z] DONE 2 tests, 2 skipped in 0.127s [2022-04-20T10:37:24.153Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-20T10:37:24.153Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:24.153Z] ++ set -e [2022-04-20T10:37:24.153Z] ++ '[' -n 0 ']' [2022-04-20T10:37:24.153Z] ++ set -x [2022-04-20T10:37:24.153Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:24.153Z] INFO: Testing against a local daemon [2022-04-20T10:37:24.153Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-20T10:37:25.550Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2022-04-20T10:37:25.550Z] === RUN TestDockerNetworkMacvlan [2022-04-20T10:37:26.488Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-20T10:37:27.424Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-20T10:37:27.990Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-20T10:37:27.990Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-04-20T10:37:28.632Z] Removing intermediate container 8327633b33e8 [2022-04-20T10:37:28.632Z] ---> e562080e854b [2022-04-20T10:37:28.632Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-20T10:37:28.632Z] ---> Running in fb19ac9806e7 [2022-04-20T10:37:28.632Z] Removing intermediate container fb19ac9806e7 [2022-04-20T10:37:28.632Z] ---> d77f5586a9d7 [2022-04-20T10:37:28.632Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-20T10:37:28.632Z] ---> Running in 7962e8fb5e59 [2022-04-20T10:37:29.088Z] Removing intermediate container 7962e8fb5e59 [2022-04-20T10:37:29.088Z] ---> 57ace8be382e [2022-04-20T10:37:29.088Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-20T10:37:29.368Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-20T10:37:30.055Z] [2022-04-20T10:37:30.741Z] docker_api_swarm_test.go:304: [df2a00634baee] joining swarm manager [df8914447cc9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:37:30.741Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-20T10:37:31.023Z] ---> a3192ffedbcb [2022-04-20T10:37:31.023Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-20T10:37:31.023Z] ---> Running in ceca30f4ba6a [2022-04-20T10:37:32.116Z] docker_api_swarm_test.go:305: [d4dc79338445a] joining swarm manager [df8914447cc9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:37:33.050Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-04-20T10:37:33.308Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-20T10:37:33.569Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-04-20T10:37:35.466Z] === RUN TestDockerSuite/TestBuildRm [2022-04-20T10:37:37.449Z] --- PASS: TestBuildWithHugeFile (111.43s) [2022-04-20T10:37:37.449Z] === RUN TestBuildWCOWSandboxSize [2022-04-20T10:37:37.449Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:37:37.449Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestBuildWithEmptyDockerfile [2022-04-20T10:37:37.449Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:37:37.449Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:37:37.449Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:37:37.449Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:37:37.449Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:37:37.449Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:37:37.449Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:37:37.449Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:37:37.449Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:37:37.449Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-04-20T10:37:37.449Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-20T10:37:37.449Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-04-20T10:37:37.449Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-04-20T10:37:37.449Z] === RUN TestBuildPreserveOwnership [2022-04-20T10:37:37.449Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:37:37.449Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestBuildPlatformInvalid [2022-04-20T10:37:37.449Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-04-20T10:37:37.449Z] PASS [2022-04-20T10:37:37.449Z] ok github.com/docker/docker/integration/build 179.975s [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === Skipped [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-20T10:37:37.449Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-20T10:37:37.449Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-20T10:37:37.449Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-04-20T10:37:37.449Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:37:37.449Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-20T10:37:37.449Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] DONE 29 tests, 6 skipped in 214.975s [2022-04-20T10:37:37.449Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-20T10:37:37.449Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:37:37.449Z] INFO: Testing against a local daemon [2022-04-20T10:37:37.449Z] === RUN TestConfigInspect [2022-04-20T10:37:37.449Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestConfigList [2022-04-20T10:37:37.449Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] --- SKIP: TestConfigList (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestConfigsCreateAndDelete [2022-04-20T10:37:37.449Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestConfigsUpdate [2022-04-20T10:37:37.449Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestTemplatedConfig [2022-04-20T10:37:37.449Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestConfigCreateResolve [2022-04-20T10:37:37.449Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:37:37.449Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-20T10:37:37.449Z] PASS [2022-04-20T10:37:37.449Z] ok github.com/docker/docker/integration/config 0.095s [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === Skipped [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-20T10:37:37.449Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-20T10:37:37.449Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-20T10:37:37.449Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-20T10:37:37.449Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-20T10:37:37.449Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-20T10:37:37.449Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:37:37.449Z] [2022-04-20T10:37:37.449Z] DONE 6 tests, 6 skipped in 1.886s [2022-04-20T10:37:37.449Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-20T10:37:37.449Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:37:37.449Z] INFO: Testing against a local daemon [2022-04-20T10:37:37.449Z] === RUN TestCheckpoint [2022-04-20T10:37:37.449Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:37:37.449Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/commit [2022-04-20T10:37:37.449Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-20T10:37:37.449Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:37:37.449Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:37:37.449Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:37:37.449Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:37:37.449Z] === CONT TestContainerInvalidJSON/commit [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-20T10:37:37.449Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-20T10:37:37.449Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-20T10:37:37.449Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-20T10:37:37.449Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-20T10:37:37.449Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.01s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-04-20T10:37:37.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.01s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.01s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.01s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-20T10:37:37.450Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-20T10:37:37.450Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-20T10:37:37.450Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-04-20T10:37:37.450Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-20T10:37:37.920Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.23s) [2022-04-20T10:37:37.920Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-20T10:37:37.920Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2022-04-20T10:37:37.920Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-20T10:37:37.998Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-20T10:37:37.998Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-20T10:37:38.391Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-04-20T10:37:38.391Z] === RUN TestCopyFromContainer [2022-04-20T10:37:38.391Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:38.391Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-20T10:37:38.391Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:37:38.391Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:37:38.391Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:37:38.391Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:37:38.391Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:37:38.391Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:37:38.391Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:37:38.391Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:37:38.391Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:37:38.391Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-20T10:37:38.391Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-20T10:37:38.391Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidEnv [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateTmpfsMountsTarget [2022-04-20T10:37:38.391Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:38.391Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-20T10:37:38.391Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:37:38.391Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-20T10:37:38.391Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:37:38.391Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:37:38.391Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:37:38.391Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:37:38.391Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-20T10:37:38.391Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-20T10:37:38.391Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateDifferentPlatform [2022-04-20T10:37:38.391Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-20T10:37:38.391Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-20T10:37:38.391Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-20T10:37:38.391Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-20T10:37:38.391Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-04-20T10:37:38.391Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-20T10:37:38.391Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-20T10:37:38.391Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-20T10:37:38.391Z] === RUN TestContainerKillOnDaemonStart [2022-04-20T10:37:38.391Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:38.391Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-20T10:37:38.391Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:37:38.391Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.391Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.861Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:37:38.861Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:37:38.861Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:38.934Z] --- PASS: TestDockerNetworkMacvlan (13.08s) [2022-04-20T10:37:38.934Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-04-20T10:37:38.934Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2022-04-20T10:37:38.934Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.39s) [2022-04-20T10:37:38.934Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.46s) [2022-04-20T10:37:38.934Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.95s) [2022-04-20T10:37:38.934Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.82s) [2022-04-20T10:37:38.934Z] PASS [2022-04-20T10:37:38.934Z] [2022-04-20T10:37:38.934Z] DONE 8 tests in 14.674s [2022-04-20T10:37:38.934Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-20T10:37:38.934Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:38.934Z] ++ set -e [2022-04-20T10:37:38.934Z] ++ '[' -n 0 ']' [2022-04-20T10:37:38.934Z] ++ set -x [2022-04-20T10:37:38.934Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:38.934Z] testing: warning: no tests to run [2022-04-20T10:37:38.934Z] PASS [2022-04-20T10:37:38.934Z] [2022-04-20T10:37:38.934Z] DONE 0 tests in 0.030s [2022-04-20T10:37:38.934Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-20T10:37:38.934Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:38.934Z] ++ set -e [2022-04-20T10:37:38.934Z] ++ '[' -n 0 ']' [2022-04-20T10:37:38.934Z] ++ set -x [2022-04-20T10:37:38.934Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:37:38.934Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-20T10:37:38.934Z] INFO: Testing against a local daemon [2022-04-20T10:37:38.934Z] === RUN TestAuthZPluginAllowRequest [2022-04-20T10:37:39.349Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:39.349Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:39.868Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-20T10:37:40.129Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-20T10:37:40.387Z] --- PASS: TestAuthZPluginAllowRequest (1.40s) [2022-04-20T10:37:40.387Z] === RUN TestAuthZPluginTLS [2022-04-20T10:37:40.402Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:37:40.648Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-20T10:37:40.906Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-04-20T10:37:40.906Z] === RUN TestAuthZPluginDenyRequest [2022-04-20T10:37:41.325Z] Removing intermediate container ceca30f4ba6a [2022-04-20T10:37:41.325Z] ---> 1f28290c9167 [2022-04-20T10:37:41.325Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-20T10:37:41.472Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-04-20T10:37:41.472Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-20T10:37:41.730Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-20T10:37:41.782Z] ---> Running in 35e38fcbc32e [2022-04-20T10:37:41.988Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-20T10:37:41.988Z] === RUN TestAuthZPluginDenyResponse [2022-04-20T10:37:42.554Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-20T10:37:42.554Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-04-20T10:37:42.554Z] === RUN TestAuthZPluginAllowEventStream [2022-04-20T10:37:43.121Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-20T10:37:43.950Z] [2022-04-20T10:37:43.950Z] SUCCESS: Specified value was saved. [2022-04-20T10:37:44.055Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s) [2022-04-20T10:37:44.055Z] === RUN TestAuthZPluginErrorResponse [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices (0.03s) [2022-04-20T10:37:44.300Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.19s) [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.49s) [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.79s) [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.84s) [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.91s) [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices/process/no_device_mounted (5.06s) [2022-04-20T10:37:44.300Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (3.86s) [2022-04-20T10:37:44.300Z] === RUN TestDiff [2022-04-20T10:37:44.300Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-20T10:37:44.300Z] --- SKIP: TestDiff (0.00s) [2022-04-20T10:37:44.300Z] === RUN TestExecWithCloseStdin [2022-04-20T10:37:44.313Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-04-20T10:37:44.313Z] === RUN TestAuthZPluginErrorRequest [2022-04-20T10:37:44.878Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2022-04-20T10:37:44.878Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-20T10:37:45.444Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-04-20T10:37:45.444Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-20T10:37:46.379Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-20T10:37:46.379Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-20T10:37:46.521Z] --- PASS: TestExecWithCloseStdin (2.22s) [2022-04-20T10:37:46.521Z] === RUN TestExec [2022-04-20T10:37:46.637Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-20T10:37:46.637Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-04-20T10:37:46.637Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-20T10:37:47.203Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-20T10:37:47.679Z] Removing intermediate container 35e38fcbc32e [2022-04-20T10:37:47.679Z] ---> 80d72d836082 [2022-04-20T10:37:47.679Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-20T10:37:47.679Z] ---> Running in 97ed15d41627 [2022-04-20T10:37:47.769Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.07s) [2022-04-20T10:37:47.769Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-20T10:37:48.336Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-20T10:37:48.336Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-20T10:37:48.747Z] --- PASS: TestExec (1.99s) [2022-04-20T10:37:48.747Z] === RUN TestExecUser [2022-04-20T10:37:48.747Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-20T10:37:48.747Z] --- SKIP: TestExecUser (0.00s) [2022-04-20T10:37:48.747Z] === RUN TestExportContainerAndImportImage [2022-04-20T10:37:48.747Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:48.747Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-20T10:37:48.747Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-20T10:37:48.747Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:48.747Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-20T10:37:48.747Z] === RUN TestHealthCheckWorkdir [2022-04-20T10:37:48.747Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-20T10:37:48.747Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-20T10:37:48.747Z] === RUN TestHealthKillContainer [2022-04-20T10:37:48.747Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-20T10:37:48.747Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-20T10:37:48.747Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-20T10:37:48.747Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:37:48.747Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:37:48.747Z] === RUN TestKillContainerInvalidSignal [2022-04-20T10:37:49.272Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-20T10:37:49.272Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.68s) [2022-04-20T10:37:49.272Z] === RUN TestAuthZPluginHeader [2022-04-20T10:37:50.207Z] --- PASS: TestAuthZPluginHeader (0.79s) [2022-04-20T10:37:50.207Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-20T10:37:50.314Z] --- PASS: TestKillContainerInvalidSignal (1.94s) [2022-04-20T10:37:50.314Z] === RUN TestKillContainer [2022-04-20T10:37:50.314Z] === RUN TestKillContainer/no_signal [2022-04-20T10:37:51.142Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-04-20T10:37:52.354Z] Cannot create a file when that file already exists. [2022-04-20T10:37:52.522Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-20T10:37:52.529Z] === RUN TestKillContainer/non_killing_signal [2022-04-20T10:37:52.530Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-20T10:37:52.530Z] === RUN TestKillContainer/killing_signal [2022-04-20T10:37:53.088Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-20T10:37:54.022Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-20T10:37:54.281Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-20T10:37:54.540Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.44s) [2022-04-20T10:37:54.540Z] === RUN TestAuthZPluginV2Disable [2022-04-20T10:37:54.745Z] --- PASS: TestKillContainer (4.33s) [2022-04-20T10:37:54.745Z] --- PASS: TestKillContainer/no_signal (1.84s) [2022-04-20T10:37:54.745Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:37:54.745Z] --- PASS: TestKillContainer/killing_signal (2.43s) [2022-04-20T10:37:54.745Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-20T10:37:54.745Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:37:54.745Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-20T10:37:54.745Z] === RUN TestKillStoppedContainer [2022-04-20T10:37:54.745Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:37:54.745Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-20T10:37:54.745Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-20T10:37:54.745Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:37:54.745Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-20T10:37:54.745Z] === RUN TestKillDifferentUserContainer [2022-04-20T10:37:54.745Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-20T10:37:54.745Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-20T10:37:54.745Z] === RUN TestInspectOomKilledTrue [2022-04-20T10:37:54.745Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:37:54.745Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-20T10:37:54.745Z] === RUN TestInspectOomKilledFalse [2022-04-20T10:37:54.745Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:37:54.745Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-20T10:37:54.745Z] === RUN TestLogsFollowTailEmpty [2022-04-20T10:37:55.106Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-20T10:37:56.038Z] === RUN TestDockerSuite/TestBuildUser [2022-04-20T10:37:56.309Z] --- PASS: TestLogsFollowTailEmpty (1.89s) [2022-04-20T10:37:56.309Z] === RUN TestNetworkNat [2022-04-20T10:37:56.309Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-20T10:37:56.309Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-20T10:37:56.309Z] === RUN TestNetworkLocalhostTCPNat [2022-04-20T10:37:57.415Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-20T10:37:58.126Z] Removing intermediate container 97ed15d41627 [2022-04-20T10:37:58.126Z] ---> d43762850de1 [2022-04-20T10:37:58.126Z] Step 13/13 : CMD ["sh"] [2022-04-20T10:37:58.126Z] ---> Running in 9c4dbe554071 [2022-04-20T10:37:58.349Z] --- PASS: TestAuthZPluginV2Disable (3.83s) [2022-04-20T10:37:58.350Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-20T10:37:58.583Z] Removing intermediate container 9c4dbe554071 [2022-04-20T10:37:58.583Z] ---> df3c8e8b601c [2022-04-20T10:37:58.583Z] Successfully built df3c8e8b601c [2022-04-20T10:37:59.044Z] Successfully tagged busybox:latest [2022-04-20T10:37:59.044Z] INFO: Docker images of the daemon under test [2022-04-20T10:37:59.044Z] [2022-04-20T10:37:59.044Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-20T10:37:59.044Z] busybox latest df3c8e8b601c Less than a second ago 5.02GB [2022-04-20T10:37:59.044Z] microsoft/windowsservercore latest aa8714eb8356 2 weeks ago 4.98GB [2022-04-20T10:37:59.044Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 2 weeks ago 4.98GB [2022-04-20T10:37:59.044Z] [2022-04-20T10:37:59.044Z] INFO: Running integration tests at 04/20/2022 10:37:58... [2022-04-20T10:37:59.044Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-20T10:37:59.044Z] INFO: Integration API tests being run from the host: [2022-04-20T10:37:59.044Z] INFO: make.ps1 starting at 04/20/2022 10:37:58 [2022-04-20T10:37:59.725Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-20T10:38:00.124Z] --- PASS: TestNetworkLocalhostTCPNat (3.35s) [2022-04-20T10:38:00.124Z] === RUN TestNetworkLoopbackNat [2022-04-20T10:38:00.124Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-20T10:38:00.124Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-20T10:38:00.124Z] === RUN TestPause [2022-04-20T10:38:00.124Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-20T10:38:00.124Z] --- SKIP: TestPause (0.00s) [2022-04-20T10:38:00.124Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-20T10:38:00.579Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-20T10:38:01.627Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-04-20T10:38:02.194Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.66s) [2022-04-20T10:38:02.194Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-20T10:38:02.342Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.10s) [2022-04-20T10:38:02.342Z] === RUN TestPauseStopPausedContainer [2022-04-20T10:38:02.342Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:38:02.342Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-20T10:38:02.342Z] === RUN TestPsFilter [2022-04-20T10:38:02.342Z] --- PASS: TestPsFilter (0.35s) [2022-04-20T10:38:02.342Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-20T10:38:04.733Z] docker_api_swarm_test.go:272: [db22927afcf48] joining swarm manager [d2459d6efe31b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:38:05.291Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.53s) [2022-04-20T10:38:05.291Z] === RUN TestRemoveContainerWithVolume [2022-04-20T10:38:05.667Z] docker_api_swarm_test.go:273: [defcb4785b188] joining swarm manager [d2459d6efe31b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:38:07.513Z] --- PASS: TestRemoveContainerWithVolume (2.52s) [2022-04-20T10:38:07.513Z] === RUN TestRemoveContainerRunning [2022-04-20T10:38:08.327Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-20T10:38:08.327Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-20T10:38:08.327Z] === RUN TestBoolValue [2022-04-20T10:38:08.327Z] --- PASS: TestBoolValue (0.00s) [2022-04-20T10:38:08.327Z] === RUN TestBoolValueOrDefault [2022-04-20T10:38:08.327Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-20T10:38:08.327Z] === RUN TestInt64ValueOrZero [2022-04-20T10:38:08.327Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-20T10:38:08.327Z] === RUN TestInt64ValueOrDefault [2022-04-20T10:38:08.327Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-20T10:38:08.327Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-20T10:38:08.327Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-20T10:38:08.327Z] === RUN TestJsonContentType [2022-04-20T10:38:08.327Z] --- PASS: TestJsonContentType (0.00s) [2022-04-20T10:38:08.327Z] === RUN TestReadJSON [2022-04-20T10:38:08.327Z] === RUN TestReadJSON/nil_body [2022-04-20T10:38:08.328Z] === RUN TestReadJSON/empty_body [2022-04-20T10:38:08.328Z] === RUN TestReadJSON/with_valid_request [2022-04-20T10:38:08.328Z] === RUN TestReadJSON/with_whitespace [2022-04-20T10:38:08.328Z] === RUN TestReadJSON/with_extra_content [2022-04-20T10:38:08.328Z] === RUN TestReadJSON/invalid_JSON [2022-04-20T10:38:08.328Z] --- PASS: TestReadJSON (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 31.9% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/api/server/httputils 0.063s coverage: 31.9% of statements [2022-04-20T10:38:08.328Z] === RUN TestMaskSecretKeys [2022-04-20T10:38:08.328Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-20T10:38:08.328Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-20T10:38:08.328Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-20T10:38:08.328Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestVersionMiddlewareVersion [2022-04-20T10:38:08.328Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-20T10:38:08.328Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 37.7% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/api/server/middleware 0.083s coverage: 37.7% of statements [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-20T10:38:08.328Z] === RUN TestStrSliceMarshalJSON [2022-04-20T10:38:08.328Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestStrSliceUnmarshalJSON [2022-04-20T10:38:08.328Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestStrSliceUnmarshalString [2022-04-20T10:38:08.328Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestStrSliceUnmarshalSlice [2022-04-20T10:38:08.328Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 90.0% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/api/types/strslice 0.045s coverage: 90.0% of statements [2022-04-20T10:38:08.328Z] === RUN TestToJSON [2022-04-20T10:38:08.328Z] --- PASS: TestToJSON (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestToParamWithVersion [2022-04-20T10:38:08.328Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestFromJSON [2022-04-20T10:38:08.328Z] --- PASS: TestFromJSON (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestEmpty [2022-04-20T10:38:08.328Z] --- PASS: TestEmpty (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestArgsMatchKVListEmptySources [2022-04-20T10:38:08.328Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestArgsMatchKVList [2022-04-20T10:38:08.328Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestArgsMatch [2022-04-20T10:38:08.328Z] --- PASS: TestArgsMatch (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestAdd [2022-04-20T10:38:08.328Z] --- PASS: TestAdd (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestDel [2022-04-20T10:38:08.328Z] --- PASS: TestDel (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestLen [2022-04-20T10:38:08.328Z] --- PASS: TestLen (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestExactMatch [2022-04-20T10:38:08.328Z] --- PASS: TestExactMatch (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestOnlyOneExactMatch [2022-04-20T10:38:08.328Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestContains [2022-04-20T10:38:08.328Z] --- PASS: TestContains (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestValidate [2022-04-20T10:38:08.328Z] --- PASS: TestValidate (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestWalkValues [2022-04-20T10:38:08.328Z] --- PASS: TestWalkValues (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestFuzzyMatch [2022-04-20T10:38:08.328Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestClone [2022-04-20T10:38:08.328Z] --- PASS: TestClone (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 92.2% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/api/types/filters 0.051s coverage: 92.2% of statements [2022-04-20T10:38:08.328Z] === RUN TestDurationToSecondsString [2022-04-20T10:38:08.328Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestGetTimestamp [2022-04-20T10:38:08.328Z] === RUN TestAdjustForAPIVersion [2022-04-20T10:38:08.328Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 6.1% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/api/server/router/swarm 0.053s coverage: 6.1% of statements [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-20T10:38:08.328Z] --- PASS: TestGetTimestamp (0.23s) [2022-04-20T10:38:08.328Z] === RUN TestParseTimestamps [2022-04-20T10:38:08.328Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 100.0% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/api/types/time 0.279s coverage: 100.0% of statements [2022-04-20T10:38:08.328Z] === RUN TestCompareVersion [2022-04-20T10:38:08.328Z] --- PASS: TestCompareVersion (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 77.3% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 77.3% of statements [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-20T10:38:08.328Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-20T10:38:08.328Z] === RUN TestIsGIT [2022-04-20T10:38:08.328Z] --- PASS: TestIsGIT (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 100.0% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.054s coverage: 100.0% of statements [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-20T10:38:08.328Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestCloneArgsSmartHttp [2022-04-20T10:38:08.328Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2022-04-20T10:38:08.328Z] === RUN TestCloneArgsDumbHttp [2022-04-20T10:38:08.328Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestCloneArgsGit [2022-04-20T10:38:08.328Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestCheckoutGit [2022-04-20T10:38:08.328Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-20T10:38:08.328Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-04-20T10:38:08.328Z] === RUN TestProcessNoDockerignore [2022-04-20T10:38:08.328Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-04-20T10:38:08.328Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-20T10:38:08.328Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-04-20T10:38:08.328Z] === RUN TestDetectContentType [2022-04-20T10:38:08.328Z] --- PASS: TestDetectContentType (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestSelectAcceptableMIME [2022-04-20T10:38:08.328Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestInspectEmptyResponse [2022-04-20T10:38:08.328Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestInspectResponseBinary [2022-04-20T10:38:08.328Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestResponseUnsupportedContentType [2022-04-20T10:38:08.328Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestInspectResponseTextSimple [2022-04-20T10:38:08.328Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestInspectResponseEmptyContentType [2022-04-20T10:38:08.328Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestUnknownContentLength [2022-04-20T10:38:08.328Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestDownloadRemote [2022-04-20T10:38:08.328Z] --- PASS: TestDownloadRemote (0.16s) [2022-04-20T10:38:08.328Z] === RUN TestGetWithStatusError [2022-04-20T10:38:08.328Z] --- PASS: TestGetWithStatusError (0.01s) [2022-04-20T10:38:08.328Z] === RUN TestCloseRootDirectory [2022-04-20T10:38:08.328Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:38:08.328Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestHashFile [2022-04-20T10:38:08.328Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:38:08.328Z] --- SKIP: TestHashFile (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestHashSubdir [2022-04-20T10:38:08.328Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:38:08.328Z] --- SKIP: TestHashSubdir (0.01s) [2022-04-20T10:38:08.328Z] === RUN TestRemoveDirectory [2022-04-20T10:38:08.328Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:38:08.328Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 9.3% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/builder/remotecontext 0.375s coverage: 9.3% of statements [2022-04-20T10:38:08.328Z] === RUN TestEnable [2022-04-20T10:38:08.328Z] --- PASS: TestEnable (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestDisable [2022-04-20T10:38:08.328Z] --- PASS: TestDisable (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestEnabled [2022-04-20T10:38:08.328Z] --- PASS: TestEnabled (0.00s) [2022-04-20T10:38:08.328Z] PASS [2022-04-20T10:38:08.328Z] coverage: 100.0% of statements [2022-04-20T10:38:08.328Z] ok github.com/docker/docker/cli/debug 0.046s coverage: 100.0% of statements [2022-04-20T10:38:08.328Z] === RUN TestGetAllAllowed [2022-04-20T10:38:08.328Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestGetAllMeta [2022-04-20T10:38:08.328Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-20T10:38:08.328Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestIsUnreferencedBuiltin [2022-04-20T10:38:08.328Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestIsExistingDirectory [2022-04-20T10:38:08.328Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestGetFilenameForDownload [2022-04-20T10:38:08.328Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestEnv2Variables [2022-04-20T10:38:08.328Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-20T10:38:08.328Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestMaintainer [2022-04-20T10:38:08.328Z] --- PASS: TestMaintainer (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestLabel [2022-04-20T10:38:08.328Z] --- PASS: TestLabel (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestFromScratch [2022-04-20T10:38:08.328Z] --- PASS: TestFromScratch (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestFromWithArg [2022-04-20T10:38:08.328Z] --- PASS: TestFromWithArg (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-20T10:38:08.328Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestFromWithUndefinedArg [2022-04-20T10:38:08.328Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestFromMultiStageWithNamedStage [2022-04-20T10:38:08.328Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestOnbuild [2022-04-20T10:38:08.328Z] --- PASS: TestOnbuild (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestWorkdir [2022-04-20T10:38:08.328Z] --- PASS: TestWorkdir (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestCmd [2022-04-20T10:38:08.328Z] --- PASS: TestCmd (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestHealthcheckNone [2022-04-20T10:38:08.328Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestHealthcheckCmd [2022-04-20T10:38:08.328Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestEntrypoint [2022-04-20T10:38:08.328Z] --- PASS: TestEntrypoint (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestExpose [2022-04-20T10:38:08.328Z] --- PASS: TestExpose (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestUser [2022-04-20T10:38:08.328Z] --- PASS: TestUser (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestVolume [2022-04-20T10:38:08.328Z] --- PASS: TestVolume (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestStopSignal [2022-04-20T10:38:08.328Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-20T10:38:08.328Z] --- SKIP: TestStopSignal (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestArg [2022-04-20T10:38:08.328Z] --- PASS: TestArg (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestShell [2022-04-20T10:38:08.328Z] --- PASS: TestShell (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestPrependEnvOnCmd [2022-04-20T10:38:08.328Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestRunWithBuildArgs [2022-04-20T10:38:08.328Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestRunIgnoresHealthcheck [2022-04-20T10:38:08.328Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestDispatchUnsupportedOptions [2022-04-20T10:38:08.328Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-20T10:38:08.328Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-20T10:38:08.328Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-20T10:38:08.328Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestNormalizeWorkdir [2022-04-20T10:38:08.328Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestDispatch [2022-04-20T10:38:08.328Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-20T10:38:08.328Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-20T10:38:08.328Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-20T10:38:08.328Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-20T10:38:08.328Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-20T10:38:08.328Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-20T10:38:08.328Z] === RUN TestDispatch/COPY_url [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch (0.09s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2022-04-20T10:38:08.328Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestAddScratchImageAddsToMounts [2022-04-20T10:38:08.328Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-20T10:38:08.328Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-20T10:38:08.328Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-20T10:38:08.328Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-20T10:38:08.329Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestImageSourceGetAddsToMounts [2022-04-20T10:38:08.329Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestEmptyDockerfile [2022-04-20T10:38:08.329Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-04-20T10:38:08.329Z] === RUN TestSymlinkDockerfile [2022-04-20T10:38:08.329Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-04-20T10:38:08.329Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-20T10:38:08.329Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-04-20T10:38:08.329Z] === RUN TestNonExistingDockerfile [2022-04-20T10:38:08.329Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestCopyRunConfig [2022-04-20T10:38:08.329Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestDeepCopyRunConfig [2022-04-20T10:38:08.329Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestExportImage [2022-04-20T10:38:08.329Z] --- PASS: TestExportImage (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestNormalizeDest [2022-04-20T10:38:08.329Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-20T10:38:08.329Z] PASS [2022-04-20T10:38:08.329Z] coverage: 46.7% of statements [2022-04-20T10:38:08.329Z] ok github.com/docker/docker/builder/dockerfile 0.275s coverage: 46.7% of statements [2022-04-20T10:38:08.329Z] === RUN TestTCP4Proxy [2022-04-20T10:38:08.329Z] --- PASS: TestTCP4Proxy (0.01s) [2022-04-20T10:38:08.329Z] === RUN TestTCP4ProxyHalfClose [2022-04-20T10:38:08.329Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestTCP6Proxy [2022-04-20T10:38:08.329Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:38:08.329Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestTCPDualStackProxy [2022-04-20T10:38:08.329Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:38:08.329Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestUDP4Proxy [2022-04-20T10:38:08.329Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestUDP6Proxy [2022-04-20T10:38:08.329Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:38:08.329Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestUDPWriteError [2022-04-20T10:38:08.329Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestSCTP4Proxy [2022-04-20T10:38:08.329Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-20T10:38:08.329Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-04-20T10:38:08.329Z] === RUN TestSCTP6Proxy [2022-04-20T10:38:08.329Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:38:08.329Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-20T10:38:08.329Z] PASS [2022-04-20T10:38:08.329Z] coverage: 49.4% of statements [2022-04-20T10:38:08.329Z] ok github.com/docker/docker/cmd/docker-proxy 0.073s coverage: 49.4% of statements [2022-04-20T10:38:09.731Z] --- PASS: TestRemoveContainerRunning (1.96s) [2022-04-20T10:38:09.731Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-20T10:38:11.297Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.90s) [2022-04-20T10:38:11.297Z] === RUN TestRemoveInvalidContainer [2022-04-20T10:38:11.297Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-04-20T10:38:11.297Z] === RUN TestRenameLinkedContainer [2022-04-20T10:38:11.297Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-20T10:38:11.297Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-20T10:38:11.297Z] === RUN TestRenameStoppedContainer [2022-04-20T10:38:13.775Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-20T10:38:13.775Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.70s) [2022-04-20T10:38:13.775Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-20T10:38:14.039Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-20T10:38:14.039Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-20T10:38:14.254Z] --- PASS: TestRenameStoppedContainer (2.46s) [2022-04-20T10:38:14.254Z] === RUN TestRenameRunningContainerAndReuse [2022-04-20T10:38:14.993Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-20T10:38:15.570Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-20T10:38:16.502Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-20T10:38:16.502Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-04-20T10:38:16.502Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-20T10:38:16.502Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-04-20T10:38:16.502Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-20T10:38:16.502Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-04-20T10:38:16.502Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-20T10:38:16.502Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-04-20T10:38:16.502Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-20T10:38:17.443Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-20T10:38:17.701Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-20T10:38:18.053Z] --- PASS: TestRenameRunningContainerAndReuse (4.01s) [2022-04-20T10:38:18.053Z] === RUN TestRenameInvalidName [2022-04-20T10:38:18.267Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-20T10:38:18.525Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-20T10:38:19.091Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-20T10:38:19.417Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-20T10:38:19.622Z] --- PASS: TestRenameInvalidName (1.96s) [2022-04-20T10:38:19.622Z] === RUN TestRenameAnonymousContainer [2022-04-20T10:38:21.056Z] === RUN TestCheckpointCreateError [2022-04-20T10:38:21.056Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestCheckpointCreate [2022-04-20T10:38:21.056Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestCheckpointDeleteError [2022-04-20T10:38:21.056Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestCheckpointDelete [2022-04-20T10:38:21.056Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestCheckpointListError [2022-04-20T10:38:21.056Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestCheckpointList [2022-04-20T10:38:21.056Z] --- PASS: TestCheckpointList (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestCheckpointListContainerNotFound [2022-04-20T10:38:21.056Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNewClientWithOpsFromEnv [2022-04-20T10:38:21.056Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-20T10:38:21.056Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestGetAPIPath [2022-04-20T10:38:21.056Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestParseHostURL [2022-04-20T10:38:21.056Z] --- PASS: TestParseHostURL (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-20T10:38:21.056Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersion [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPVersionOverride [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-20T10:38:21.056Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-20T10:38:21.056Z] === RUN TestClientRedirect [2022-04-20T10:38:21.056Z] === RUN TestClientRedirect/GET [2022-04-20T10:38:21.056Z] === RUN TestClientRedirect/POST [2022-04-20T10:38:21.056Z] === RUN TestClientRedirect/PUT [2022-04-20T10:38:21.056Z] === RUN TestClientRedirect/DELETE [2022-04-20T10:38:21.056Z] --- PASS: TestClientRedirect (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-20T10:38:21.056Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigCreateUnsupported [2022-04-20T10:38:21.057Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigCreateError [2022-04-20T10:38:21.057Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigCreate [2022-04-20T10:38:21.057Z] --- PASS: TestConfigCreate (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigInspectNotFound [2022-04-20T10:38:21.057Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigInspectWithEmptyID [2022-04-20T10:38:21.057Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigInspectUnsupported [2022-04-20T10:38:21.057Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigInspectError [2022-04-20T10:38:21.057Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigInspectConfigNotFound [2022-04-20T10:38:21.057Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigInspect [2022-04-20T10:38:21.057Z] --- PASS: TestConfigInspect (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigListUnsupported [2022-04-20T10:38:21.057Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigListError [2022-04-20T10:38:21.057Z] --- PASS: TestConfigListError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigList [2022-04-20T10:38:21.057Z] --- PASS: TestConfigList (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigRemoveUnsupported [2022-04-20T10:38:21.057Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigRemoveError [2022-04-20T10:38:21.057Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigRemove [2022-04-20T10:38:21.057Z] --- PASS: TestConfigRemove (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigUpdateUnsupported [2022-04-20T10:38:21.057Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigUpdateError [2022-04-20T10:38:21.057Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestConfigUpdate [2022-04-20T10:38:21.057Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerCommitError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerCommit [2022-04-20T10:38:21.057Z] --- PASS: TestContainerCommit (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStatPathError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStatPathNotFoundError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStatPathNoHeaderError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStatPath [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyToContainerError [2022-04-20T10:38:21.057Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyToContainerNotFoundError [2022-04-20T10:38:21.057Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyToContainerNotStatusOKError [2022-04-20T10:38:21.057Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyToContainer [2022-04-20T10:38:21.057Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyFromContainerError [2022-04-20T10:38:21.057Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyFromContainerNotFoundError [2022-04-20T10:38:21.057Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyFromContainerNotStatusOKError [2022-04-20T10:38:21.057Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-20T10:38:21.057Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestCopyFromContainer [2022-04-20T10:38:21.057Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerCreateError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerCreateImageNotFound [2022-04-20T10:38:21.057Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerCreateWithName [2022-04-20T10:38:21.057Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerCreateAutoRemove [2022-04-20T10:38:21.057Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerDiffError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerDiff [2022-04-20T10:38:21.057Z] --- PASS: TestContainerDiff (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecCreateError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecCreate [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecStartError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecStart [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecInspectError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecInspect [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExportError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExportError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExport [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExport (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerInspectError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerInspectContainerNotFound [2022-04-20T10:38:21.057Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerInspectWithEmptyID [2022-04-20T10:38:21.057Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerInspect [2022-04-20T10:38:21.057Z] --- PASS: TestContainerInspect (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerInspectNode [2022-04-20T10:38:21.057Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerKillError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerKillError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerKill [2022-04-20T10:38:21.057Z] --- PASS: TestContainerKill (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerListError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerListError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerList [2022-04-20T10:38:21.057Z] --- PASS: TestContainerList (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerLogsNotFoundError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerLogsError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerLogs [2022-04-20T10:38:21.057Z] --- PASS: TestContainerLogs (0.23s) [2022-04-20T10:38:21.057Z] === RUN TestContainerPauseError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerPause [2022-04-20T10:38:21.057Z] --- PASS: TestContainerPause (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainersPruneError [2022-04-20T10:38:21.057Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainersPrune [2022-04-20T10:38:21.057Z] --- PASS: TestContainersPrune (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerRemoveError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerRemoveNotFoundError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerRemove [2022-04-20T10:38:21.057Z] --- PASS: TestContainerRemove (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerRenameError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerRename [2022-04-20T10:38:21.057Z] --- PASS: TestContainerRename (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerResizeError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecResizeError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerResize [2022-04-20T10:38:21.057Z] --- PASS: TestContainerResize (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerExecResize [2022-04-20T10:38:21.057Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerRestartError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerRestart [2022-04-20T10:38:21.057Z] --- PASS: TestContainerRestart (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStartError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStartError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStart [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStart (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStatsError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStats [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStats (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStopError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStopError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerStop [2022-04-20T10:38:21.057Z] --- PASS: TestContainerStop (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerTopError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerTopError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerTop [2022-04-20T10:38:21.057Z] --- PASS: TestContainerTop (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerUnpauseError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerUnpause [2022-04-20T10:38:21.057Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerUpdateError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerUpdate [2022-04-20T10:38:21.057Z] --- PASS: TestContainerUpdate (0.01s) [2022-04-20T10:38:21.057Z] === RUN TestContainerWaitError [2022-04-20T10:38:21.057Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestContainerWait [2022-04-20T10:38:21.057Z] --- PASS: TestContainerWait (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestDiskUsageError [2022-04-20T10:38:21.057Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestDiskUsage [2022-04-20T10:38:21.057Z] --- PASS: TestDiskUsage (0.01s) [2022-04-20T10:38:21.057Z] === RUN TestDistributionInspectUnsupported [2022-04-20T10:38:21.057Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestDistributionInspectWithEmptyID [2022-04-20T10:38:21.057Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestEventsErrorInOptions [2022-04-20T10:38:21.057Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestEventsErrorFromServer [2022-04-20T10:38:21.057Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestEvents [2022-04-20T10:38:21.057Z] --- PASS: TestEvents (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestTLSCloseWriter [2022-04-20T10:38:21.057Z] === PAUSE TestTLSCloseWriter [2022-04-20T10:38:21.057Z] === RUN TestImageBuildError [2022-04-20T10:38:21.057Z] --- PASS: TestImageBuildError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageBuild [2022-04-20T10:38:21.057Z] --- PASS: TestImageBuild (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestGetDockerOS [2022-04-20T10:38:21.057Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageCreateError [2022-04-20T10:38:21.057Z] --- PASS: TestImageCreateError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageCreate [2022-04-20T10:38:21.057Z] --- PASS: TestImageCreate (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageHistoryError [2022-04-20T10:38:21.057Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageHistory [2022-04-20T10:38:21.057Z] --- PASS: TestImageHistory (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageImportError [2022-04-20T10:38:21.057Z] --- PASS: TestImageImportError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageImport [2022-04-20T10:38:21.057Z] --- PASS: TestImageImport (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageInspectError [2022-04-20T10:38:21.057Z] --- PASS: TestImageInspectError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageInspectImageNotFound [2022-04-20T10:38:21.057Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageInspectWithEmptyID [2022-04-20T10:38:21.057Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageInspect [2022-04-20T10:38:21.057Z] --- PASS: TestImageInspect (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageListError [2022-04-20T10:38:21.057Z] --- PASS: TestImageListError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageList [2022-04-20T10:38:21.057Z] --- PASS: TestImageList (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageListApiBefore125 [2022-04-20T10:38:21.057Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageLoadError [2022-04-20T10:38:21.057Z] --- PASS: TestImageLoadError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageLoad [2022-04-20T10:38:21.057Z] --- PASS: TestImageLoad (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagesPruneError [2022-04-20T10:38:21.057Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagesPrune [2022-04-20T10:38:21.057Z] --- PASS: TestImagesPrune (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePullReferenceParseError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePullAnyError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePullWithoutErrors [2022-04-20T10:38:21.057Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePushReferenceError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePushAnyError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithoutErrors [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-20T10:38:21.057Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageRemoveError [2022-04-20T10:38:21.057Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageRemoveImageNotFound [2022-04-20T10:38:21.057Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageRemove [2022-04-20T10:38:21.057Z] --- PASS: TestImageRemove (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSaveError [2022-04-20T10:38:21.057Z] --- PASS: TestImageSaveError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSave [2022-04-20T10:38:21.057Z] --- PASS: TestImageSave (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSearchAnyError [2022-04-20T10:38:21.057Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-20T10:38:21.057Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-20T10:38:21.057Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-20T10:38:21.057Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-20T10:38:21.057Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageSearchWithoutErrors [2022-04-20T10:38:21.057Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageTagError [2022-04-20T10:38:21.057Z] --- PASS: TestImageTagError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageTagInvalidReference [2022-04-20T10:38:21.057Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageTagInvalidSourceImageName [2022-04-20T10:38:21.057Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageTagHexSource [2022-04-20T10:38:21.057Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestImageTag [2022-04-20T10:38:21.057Z] --- PASS: TestImageTag (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestInfoServerError [2022-04-20T10:38:21.057Z] --- PASS: TestInfoServerError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestInfoInvalidResponseJSONError [2022-04-20T10:38:21.057Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestInfo [2022-04-20T10:38:21.057Z] --- PASS: TestInfo (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkConnectError [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkConnect [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkCreateError [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkCreate [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkDisconnectError [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkDisconnect [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-20T10:38:21.057Z] === RUN TestNetworkInspect [2022-04-20T10:38:21.057Z] === RUN TestNetworkInspect/empty_ID [2022-04-20T10:38:21.057Z] === RUN TestNetworkInspect/no_options [2022-04-20T10:38:21.057Z] === RUN TestNetworkInspect/verbose [2022-04-20T10:38:21.057Z] === RUN TestNetworkInspect/global_scope [2022-04-20T10:38:21.057Z] === RUN TestNetworkInspect/unknown_network [2022-04-20T10:38:21.057Z] === RUN TestNetworkInspect/server_error [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-20T10:38:21.057Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNetworkListError [2022-04-20T10:38:21.058Z] --- PASS: TestNetworkListError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNetworkList [2022-04-20T10:38:21.058Z] --- PASS: TestNetworkList (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNetworksPruneError [2022-04-20T10:38:21.058Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNetworksPrune [2022-04-20T10:38:21.058Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNetworkRemoveError [2022-04-20T10:38:21.058Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNetworkRemove [2022-04-20T10:38:21.058Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeInspectError [2022-04-20T10:38:21.058Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeInspectNodeNotFound [2022-04-20T10:38:21.058Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeInspectWithEmptyID [2022-04-20T10:38:21.058Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeInspect [2022-04-20T10:38:21.058Z] --- PASS: TestNodeInspect (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeListError [2022-04-20T10:38:21.058Z] --- PASS: TestNodeListError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeList [2022-04-20T10:38:21.058Z] --- PASS: TestNodeList (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeRemoveError [2022-04-20T10:38:21.058Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeRemove [2022-04-20T10:38:21.058Z] --- PASS: TestNodeRemove (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeUpdateError [2022-04-20T10:38:21.058Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestNodeUpdate [2022-04-20T10:38:21.058Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestOptionWithHostFromEnv [2022-04-20T10:38:21.058Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestOptionWithTimeout [2022-04-20T10:38:21.058Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestOptionWithVersionFromEnv [2022-04-20T10:38:21.058Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPingFail [2022-04-20T10:38:21.058Z] --- PASS: TestPingFail (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPingWithError [2022-04-20T10:38:21.058Z] 2022/04/20 10:38:20 RoundTripper returned a response & error; ignoring response [2022-04-20T10:38:21.058Z] 2022/04/20 10:38:20 RoundTripper returned a response & error; ignoring response [2022-04-20T10:38:21.058Z] --- PASS: TestPingWithError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPingSuccess [2022-04-20T10:38:21.058Z] --- PASS: TestPingSuccess (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPingHeadFallback [2022-04-20T10:38:21.058Z] === RUN TestPingHeadFallback/OK [2022-04-20T10:38:21.058Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-20T10:38:21.058Z] === RUN TestPingHeadFallback/Not_Found [2022-04-20T10:38:21.058Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-20T10:38:21.058Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-20T10:38:21.058Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-20T10:38:21.058Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-20T10:38:21.058Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-20T10:38:21.058Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginDisableError [2022-04-20T10:38:21.058Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginDisable [2022-04-20T10:38:21.058Z] --- PASS: TestPluginDisable (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginEnableError [2022-04-20T10:38:21.058Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginEnable [2022-04-20T10:38:21.058Z] --- PASS: TestPluginEnable (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginInspectError [2022-04-20T10:38:21.058Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginInspectWithEmptyID [2022-04-20T10:38:21.058Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginInspect [2022-04-20T10:38:21.058Z] --- PASS: TestPluginInspect (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginListError [2022-04-20T10:38:21.058Z] --- PASS: TestPluginListError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginList [2022-04-20T10:38:21.058Z] --- PASS: TestPluginList (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginPushError [2022-04-20T10:38:21.058Z] --- PASS: TestPluginPushError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginPush [2022-04-20T10:38:21.058Z] --- PASS: TestPluginPush (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginRemoveError [2022-04-20T10:38:21.058Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginRemove [2022-04-20T10:38:21.058Z] --- PASS: TestPluginRemove (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginSetError [2022-04-20T10:38:21.058Z] --- PASS: TestPluginSetError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPluginSet [2022-04-20T10:38:21.058Z] --- PASS: TestPluginSet (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSetHostHeader [2022-04-20T10:38:21.058Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestPlainTextError [2022-04-20T10:38:21.058Z] --- PASS: TestPlainTextError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestInfiniteError [2022-04-20T10:38:21.058Z] --- PASS: TestInfiniteError (0.02s) [2022-04-20T10:38:21.058Z] === RUN TestCanceledContext [2022-04-20T10:38:21.058Z] 2022/04/20 10:38:20 RoundTripper returned a response & error; ignoring response [2022-04-20T10:38:21.058Z] --- PASS: TestCanceledContext (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestDeadlineExceededContext [2022-04-20T10:38:21.058Z] 2022/04/20 10:38:20 RoundTripper returned a response & error; ignoring response [2022-04-20T10:38:21.058Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretCreateUnsupported [2022-04-20T10:38:21.058Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretCreateError [2022-04-20T10:38:21.058Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretCreate [2022-04-20T10:38:21.058Z] --- PASS: TestSecretCreate (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretInspectUnsupported [2022-04-20T10:38:21.058Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretInspectError [2022-04-20T10:38:21.058Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretInspectSecretNotFound [2022-04-20T10:38:21.058Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretInspectWithEmptyID [2022-04-20T10:38:21.058Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretInspect [2022-04-20T10:38:21.058Z] --- PASS: TestSecretInspect (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretListUnsupported [2022-04-20T10:38:21.058Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretListError [2022-04-20T10:38:21.058Z] --- PASS: TestSecretListError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretList [2022-04-20T10:38:21.058Z] --- PASS: TestSecretList (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretRemoveUnsupported [2022-04-20T10:38:21.058Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretRemoveError [2022-04-20T10:38:21.058Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretRemove [2022-04-20T10:38:21.058Z] --- PASS: TestSecretRemove (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretUpdateUnsupported [2022-04-20T10:38:21.058Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretUpdateError [2022-04-20T10:38:21.058Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSecretUpdate [2022-04-20T10:38:21.058Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceCreateError [2022-04-20T10:38:21.058Z] --- PASS: TestServiceCreateError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceCreate [2022-04-20T10:38:21.058Z] --- PASS: TestServiceCreate (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-20T10:38:21.058Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.01s) [2022-04-20T10:38:21.058Z] === RUN TestServiceCreateDigestPinning [2022-04-20T10:38:21.058Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceInspectError [2022-04-20T10:38:21.058Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceInspectServiceNotFound [2022-04-20T10:38:21.058Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceInspectWithEmptyID [2022-04-20T10:38:21.058Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceInspect [2022-04-20T10:38:21.058Z] --- PASS: TestServiceInspect (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceListError [2022-04-20T10:38:21.058Z] --- PASS: TestServiceListError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceList [2022-04-20T10:38:21.058Z] --- PASS: TestServiceList (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceLogsError [2022-04-20T10:38:21.058Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceLogs [2022-04-20T10:38:21.058Z] --- PASS: TestServiceLogs (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceRemoveError [2022-04-20T10:38:21.058Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceRemoveNotFoundError [2022-04-20T10:38:21.058Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceRemove [2022-04-20T10:38:21.058Z] --- PASS: TestServiceRemove (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceUpdateError [2022-04-20T10:38:21.058Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestServiceUpdate [2022-04-20T10:38:21.058Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmGetUnlockKeyError [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmGetUnlockKey [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmInitError [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmInit [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmInit (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmInspectError [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmInspect [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmJoinError [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmJoin [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmLeaveError [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmLeave [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmUnlockError [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmUnlock [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmUpdateError [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestSwarmUpdate [2022-04-20T10:38:21.058Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestTaskInspectError [2022-04-20T10:38:21.058Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestTaskInspectWithEmptyID [2022-04-20T10:38:21.058Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestTaskInspect [2022-04-20T10:38:21.058Z] --- PASS: TestTaskInspect (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestTaskListError [2022-04-20T10:38:21.058Z] --- PASS: TestTaskListError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestTaskList [2022-04-20T10:38:21.058Z] --- PASS: TestTaskList (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeCreateError [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeCreate [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeInspectError [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeInspectNotFound [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeInspectWithEmptyID [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeInspect [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeListError [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeListError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeList [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeList (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeRemoveError [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-20T10:38:21.058Z] === RUN TestVolumeRemove [2022-04-20T10:38:21.058Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-20T10:38:21.058Z] === CONT TestTLSCloseWriter [2022-04-20T10:38:21.058Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-04-20T10:38:21.058Z] PASS [2022-04-20T10:38:21.058Z] coverage: 75.1% of statements [2022-04-20T10:38:21.058Z] ok github.com/docker/docker/client 0.545s coverage: 75.1% of statements [2022-04-20T10:38:21.315Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-20T10:38:22.248Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-20T10:38:22.814Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-20T10:38:22.814Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-20T10:38:23.382Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-20T10:38:23.382Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-04-20T10:38:23.382Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-20T10:38:23.948Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-20T10:38:25.322Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-20T10:38:25.322Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-20T10:38:25.322Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T10:38:25.322Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-20T10:38:25.580Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-20T10:38:26.147Z] === RUN TestDockerSuite/TestCommitChange [2022-04-20T10:38:26.712Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-20T10:38:26.970Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-04-20T10:38:27.536Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-20T10:38:28.913Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-20T10:38:29.849Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-20T10:38:30.057Z] --- PASS: TestRenameAnonymousContainer (9.51s) [2022-04-20T10:38:30.057Z] === RUN TestRenameContainerWithSameName [2022-04-20T10:38:30.416Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-04-20T10:38:30.416Z] PASS [2022-04-20T10:38:30.416Z] [2022-04-20T10:38:30.416Z] DONE 17 tests in 51.518s [2022-04-20T10:38:30.416Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-20T10:38:30.416Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:38:30.416Z] ++ set -e [2022-04-20T10:38:30.416Z] ++ '[' -n 0 ']' [2022-04-20T10:38:30.416Z] ++ set -x [2022-04-20T10:38:30.416Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:38:30.416Z] INFO: Testing against a local daemon [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:38:30.416Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:38:30.416Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-20T10:38:30.416Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-20T10:38:30.416Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-20T10:38:30.416Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-20T10:38:30.416Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-20T10:38:30.416Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-20T10:38:30.416Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-20T10:38:30.416Z] === RUN TestPluginInstall [2022-04-20T10:38:30.416Z] === RUN TestPluginInstall/no_auth [2022-04-20T10:38:30.674Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-20T10:38:31.046Z] --- PASS: TestRenameContainerWithSameName (1.97s) [2022-04-20T10:38:31.046Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-20T10:38:31.046Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-20T10:38:31.046Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-20T10:38:31.046Z] === RUN TestResize [2022-04-20T10:38:31.611Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-20T10:38:32.546Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-20T10:38:32.546Z] time="2022-04-20T10:38:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:38:32.546Z] time="2022-04-20T10:38:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b672ce216d3c9ad9aea4cfcc83e4a7f72b8f02d196032504bd5e5b004eaae0f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:38:32.546Z] time="2022-04-20T10:38:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:38:32.546Z] time="2022-04-20T10:38:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b672ce216d3c9ad9aea4cfcc83e4a7f72b8f02d196032504bd5e5b004eaae0f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:38:33.112Z] === RUN TestPluginInstall/with_htpasswd [2022-04-20T10:38:33.260Z] --- PASS: TestResize (1.95s) [2022-04-20T10:38:33.260Z] === RUN TestResizeWithInvalidSize [2022-04-20T10:38:33.679Z] time="2022-04-20T10:38:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:38:33.679Z] time="2022-04-20T10:38:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b672ce216d3c9ad9aea4cfcc83e4a7f72b8f02d196032504bd5e5b004eaae0f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:38:33.679Z] time="2022-04-20T10:38:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:38:33.679Z] time="2022-04-20T10:38:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b672ce216d3c9ad9aea4cfcc83e4a7f72b8f02d196032504bd5e5b004eaae0f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:38:33.679Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-20T10:38:33.938Z] === RUN TestPluginInstall/with_insecure [2022-04-20T10:38:34.505Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-20T10:38:34.505Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-20T10:38:34.505Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-20T10:38:34.505Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-20T10:38:34.505Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-20T10:38:34.505Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-20T10:38:34.764Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-20T10:38:34.764Z] time="2022-04-20T10:38:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:38:34.764Z] time="2022-04-20T10:38:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9545d611c07258f318a95ccd106abcfb7d7dbaac8b24c0337540170d4a1eb65c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:38:34.764Z] time="2022-04-20T10:38:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-20T10:38:34.764Z] time="2022-04-20T10:38:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9545d611c07258f318a95ccd106abcfb7d7dbaac8b24c0337540170d4a1eb65c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-20T10:38:35.332Z] plugin_test.go:195: [de25efba2514a] daemon is not started [2022-04-20T10:38:35.332Z] --- PASS: TestPluginInstall (4.67s) [2022-04-20T10:38:35.332Z] --- PASS: TestPluginInstall/no_auth (2.52s) [2022-04-20T10:38:35.332Z] --- PASS: TestPluginInstall/with_htpasswd (0.86s) [2022-04-20T10:38:35.332Z] --- PASS: TestPluginInstall/with_insecure (1.29s) [2022-04-20T10:38:35.332Z] === RUN TestPluginsWithRuntimes [2022-04-20T10:38:35.479Z] --- PASS: TestResizeWithInvalidSize (1.94s) [2022-04-20T10:38:35.479Z] === RUN TestResizeWhenContainerNotStarted [2022-04-20T10:38:35.902Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-20T10:38:36.838Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-20T10:38:36.838Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-20T10:38:36.838Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-20T10:38:37.404Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-20T10:38:37.697Z] --- PASS: TestResizeWhenContainerNotStarted (2.20s) [2022-04-20T10:38:37.697Z] === RUN TestDaemonRestartKillContainers [2022-04-20T10:38:37.697Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:38:37.697Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:38:37.697Z] === RUN TestStats [2022-04-20T10:38:37.697Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-20T10:38:37.697Z] --- SKIP: TestStats (0.00s) [2022-04-20T10:38:37.697Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-20T10:38:37.971Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-20T10:38:37.971Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-20T10:38:38.537Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-20T10:38:39.104Z] --- PASS: TestPluginsWithRuntimes (3.89s) [2022-04-20T10:38:39.104Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.06s) [2022-04-20T10:38:39.104Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.02s) [2022-04-20T10:38:39.104Z] === RUN TestPluginBackCompatMediaTypes [2022-04-20T10:38:39.104Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-20T10:38:39.671Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-20T10:38:39.671Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-20T10:38:39.671Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-20T10:38:39.930Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s) [2022-04-20T10:38:39.930Z] PASS [2022-04-20T10:38:39.930Z] [2022-04-20T10:38:39.930Z] DONE 24 tests in 9.486s [2022-04-20T10:38:39.930Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-20T10:38:39.930Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:38:39.930Z] ++ set -e [2022-04-20T10:38:39.930Z] ++ '[' -n 0 ']' [2022-04-20T10:38:39.930Z] ++ set -x [2022-04-20T10:38:39.930Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:38:39.930Z] INFO: Testing against a local daemon [2022-04-20T10:38:39.930Z] === RUN TestExternalGraphDriver [2022-04-20T10:38:39.930Z] === RUN TestExternalGraphDriver/json [2022-04-20T10:38:40.496Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-20T10:38:40.496Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-20T10:38:40.496Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-20T10:38:40.496Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-20T10:38:40.496Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-20T10:38:41.063Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-20T10:38:41.630Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-20T10:38:41.889Z] === RUN TestExternalGraphDriver/spec [2022-04-20T10:38:42.330Z] --- PASS: TestCheckoutGit (40.19s) [2022-04-20T10:38:42.330Z] === RUN TestValidGitTransport [2022-04-20T10:38:42.330Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-20T10:38:42.330Z] === RUN TestGitInvalidRef [2022-04-20T10:38:42.330Z] --- PASS: TestGitInvalidRef (0.28s) [2022-04-20T10:38:42.330Z] PASS [2022-04-20T10:38:42.330Z] coverage: 86.3% of statements [2022-04-20T10:38:42.330Z] ok github.com/docker/docker/builder/remotecontext/git 40.642s coverage: 86.3% of statements [2022-04-20T10:38:42.472Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-20T10:38:42.473Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-20T10:38:43.504Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:38:43.504Z] INFO: Testing against a local daemon [2022-04-20T10:38:43.504Z] === RUN TestBuildWithSession [2022-04-20T10:38:43.504Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:38:43.504Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-20T10:38:43.504Z] === RUN TestBuildSquashParent [2022-04-20T10:38:43.504Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:38:43.504Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-20T10:38:43.504Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-20T10:38:43.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:38:43.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:38:43.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:38:43.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:38:43.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:38:43.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:38:43.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:38:43.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:38:43.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:38:43.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:38:43.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:38:43.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:38:43.504Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:38:43.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:38:43.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:38:43.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:38:43.865Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-20T10:38:43.865Z] === RUN TestExternalGraphDriver/pull [2022-04-20T10:38:43.900Z] ? github.com/docker/docker/cli [no test files] [2022-04-20T10:38:43.900Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-20T10:38:44.429Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-20T10:38:44.429Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-20T10:38:44.857Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.66s) [2022-04-20T10:38:44.857Z] === RUN TestStopContainerWithTimeout [2022-04-20T10:38:44.857Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-20T10:38:44.857Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-20T10:38:44.857Z] === RUN TestUpdateRestartPolicy [2022-04-20T10:38:44.995Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-20T10:38:45.563Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-20T10:38:45.821Z] --- PASS: TestExternalGraphDriver (5.84s) [2022-04-20T10:38:45.821Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2022-04-20T10:38:45.821Z] --- PASS: TestExternalGraphDriver/spec (1.87s) [2022-04-20T10:38:45.821Z] --- PASS: TestExternalGraphDriver/pull (1.99s) [2022-04-20T10:38:45.821Z] === RUN TestGraphdriverPluginV2 [2022-04-20T10:38:46.080Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-20T10:38:46.648Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-20T10:38:46.648Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-20T10:38:46.907Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-20T10:38:47.473Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-20T10:38:48.040Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-20T10:38:48.301Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-20T10:38:48.867Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-20T10:38:49.802Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-20T10:38:50.368Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-04-20T10:38:50.368Z] --- PASS: TestGraphdriverPluginV2 (4.64s) [2022-04-20T10:38:50.368Z] PASS [2022-04-20T10:38:50.368Z] [2022-04-20T10:38:50.368Z] DONE 5 tests in 10.610s [2022-04-20T10:38:50.368Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-20T10:38:50.368Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:38:50.368Z] ++ set -e [2022-04-20T10:38:50.368Z] ++ '[' -n 0 ']' [2022-04-20T10:38:50.368Z] ++ set -x [2022-04-20T10:38:50.368Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:38:50.627Z] INFO: Testing against a local daemon [2022-04-20T10:38:50.627Z] === RUN TestContinueAfterPluginCrash [2022-04-20T10:38:50.627Z] === PAUSE TestContinueAfterPluginCrash [2022-04-20T10:38:50.627Z] === RUN TestReadPluginNoRead [2022-04-20T10:38:50.627Z] === PAUSE TestReadPluginNoRead [2022-04-20T10:38:50.627Z] === RUN TestDaemonStartWithLogOpt [2022-04-20T10:38:50.627Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-20T10:38:50.627Z] === CONT TestContinueAfterPluginCrash [2022-04-20T10:38:50.627Z] === CONT TestDaemonStartWithLogOpt [2022-04-20T10:38:51.193Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-20T10:38:51.451Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-20T10:38:51.451Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-20T10:38:51.451Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-20T10:38:51.451Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-20T10:38:52.387Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-20T10:38:54.916Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-04-20T10:38:55.850Z] --- PASS: TestDaemonStartWithLogOpt (5.13s) [2022-04-20T10:38:55.850Z] === CONT TestReadPluginNoRead [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-20T10:38:56.432Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestConfigureDaemonLogs [2022-04-20T10:38:56.432Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestCommonOptionsInstallFlags [2022-04-20T10:38:56.432Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-20T10:38:56.432Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-20T10:38:56.432Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-20T10:38:56.432Z] PASS [2022-04-20T10:38:56.432Z] coverage: 19.0% of statements [2022-04-20T10:38:56.432Z] ok github.com/docker/docker/cmd/dockerd 0.275s coverage: 19.0% of statements [2022-04-20T10:38:56.432Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-20T10:38:56.432Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-20T10:38:56.785Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-20T10:38:56.785Z] docker_api_swarm_node_test.go:20: [dc670b4a0a851] joining swarm manager [d05b6b5273628]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:38:57.748Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-20T10:38:58.002Z] === RUN TestContainerStopSignal [2022-04-20T10:38:58.002Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestContainerStopTimeout [2022-04-20T10:38:58.002Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-20T10:38:58.002Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-20T10:38:58.002Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-20T10:38:58.002Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestReplaceAndAppendEnvVars [2022-04-20T10:38:58.002Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-20T10:38:58.002Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestNewMemoryStore [2022-04-20T10:38:58.002Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestAddContainers [2022-04-20T10:38:58.002Z] --- PASS: TestAddContainers (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestGetContainer [2022-04-20T10:38:58.002Z] --- PASS: TestGetContainer (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestDeleteContainer [2022-04-20T10:38:58.002Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestListContainers [2022-04-20T10:38:58.002Z] --- PASS: TestListContainers (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestFirstContainer [2022-04-20T10:38:58.002Z] --- PASS: TestFirstContainer (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestApplyAllContainer [2022-04-20T10:38:58.002Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestIsValidHealthString [2022-04-20T10:38:58.002Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestStateRunStop [2022-04-20T10:38:58.002Z] --- PASS: TestStateRunStop (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestStateTimeoutWait [2022-04-20T10:38:58.002Z] state_test.go:141: Stop callback fired [2022-04-20T10:38:58.002Z] state_test.go:165: Stop callback fired [2022-04-20T10:38:58.002Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-20T10:38:58.002Z] === RUN TestIsValidStateString [2022-04-20T10:38:58.002Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-20T10:38:58.002Z] === RUN TestViewSaveDelete [2022-04-20T10:38:58.002Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-20T10:38:58.002Z] === RUN TestViewAll [2022-04-20T10:38:58.002Z] --- PASS: TestViewAll (0.02s) [2022-04-20T10:38:58.002Z] === RUN TestViewGet [2022-04-20T10:38:58.006Z] docker_api_swarm_node_test.go:21: [d0216264f0290] joining swarm manager [d05b6b5273628]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:38:58.473Z] --- PASS: TestViewGet (0.01s) [2022-04-20T10:38:58.473Z] === RUN TestNames [2022-04-20T10:38:58.473Z] --- PASS: TestNames (0.00s) [2022-04-20T10:38:58.473Z] === RUN TestViewWithHealthCheck [2022-04-20T10:38:58.473Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-20T10:38:58.473Z] PASS [2022-04-20T10:38:58.473Z] coverage: 41.7% of statements [2022-04-20T10:38:58.473Z] ok github.com/docker/docker/container 0.267s coverage: 41.7% of statements [2022-04-20T10:38:58.473Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-20T10:38:58.473Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-20T10:38:58.473Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-20T10:38:58.473Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-20T10:38:58.573Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-20T10:38:58.573Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-04-20T10:38:58.573Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-20T10:38:58.573Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-20T10:38:58.942Z] === RUN TestPrepare [2022-04-20T10:38:58.942Z] --- PASS: TestPrepare (0.00s) [2022-04-20T10:38:58.942Z] === RUN TestStart [2022-04-20T10:38:58.942Z] --- PASS: TestStart (0.00s) [2022-04-20T10:38:58.942Z] === RUN TestWaitCancel [2022-04-20T10:38:58.942Z] --- PASS: TestWaitCancel (0.00s) [2022-04-20T10:38:58.942Z] === RUN TestWaitDisabled [2022-04-20T10:38:58.942Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-20T10:38:58.942Z] === RUN TestWaitEnabled [2022-04-20T10:38:58.942Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-20T10:38:58.942Z] === RUN TestRemove [2022-04-20T10:38:58.942Z] --- PASS: TestRemove (0.00s) [2022-04-20T10:38:58.942Z] PASS [2022-04-20T10:38:58.942Z] coverage: 65.3% of statements [2022-04-20T10:38:58.942Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.075s coverage: 65.3% of statements [2022-04-20T10:38:59.140Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-20T10:39:00.512Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-20T10:39:00.512Z] --- PASS: TestContinueAfterPluginCrash (9.96s) [2022-04-20T10:39:01.078Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-20T10:39:01.292Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:39:01.292Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:39:01.646Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-20T10:39:01.646Z] === RUN TestReadPluginNoRead/default [2022-04-20T10:39:02.580Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-20T10:39:02.753Z] === RUN TestNewListSecretsFilters [2022-04-20T10:39:02.753Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-20T10:39:02.753Z] === RUN TestNewListConfigsFilters [2022-04-20T10:39:02.753Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-20T10:39:02.753Z] PASS [2022-04-20T10:39:02.753Z] coverage: 0.5% of statements [2022-04-20T10:39:02.753Z] ok github.com/docker/docker/daemon/cluster 0.313s coverage: 0.5% of statements [2022-04-20T10:39:03.146Z] === CONT TestReadPluginNoRead [2022-04-20T10:39:03.146Z] read_test.go:92: [da4d31f033d26] daemon is not started [2022-04-20T10:39:03.146Z] --- PASS: TestReadPluginNoRead (7.46s) [2022-04-20T10:39:03.146Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-04-20T10:39:03.146Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2022-04-20T10:39:03.146Z] --- PASS: TestReadPluginNoRead/default (1.47s) [2022-04-20T10:39:03.146Z] PASS [2022-04-20T10:39:03.146Z] [2022-04-20T10:39:03.146Z] DONE 6 tests in 12.733s [2022-04-20T10:39:03.146Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-04-20T10:39:03.146Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:39:03.146Z] ++ set -e [2022-04-20T10:39:03.146Z] ++ '[' -n 0 ']' [2022-04-20T10:39:03.146Z] ++ set -x [2022-04-20T10:39:03.146Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:39:03.223Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-20T10:39:03.223Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.18s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-20T10:39:03.223Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-20T10:39:03.223Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-20T10:39:03.223Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-20T10:39:03.223Z] PASS [2022-04-20T10:39:03.223Z] coverage: 35.9% of statements [2022-04-20T10:39:03.223Z] ok github.com/docker/docker/daemon/cluster/convert 0.761s coverage: 35.9% of statements [2022-04-20T10:39:03.404Z] testing: warning: no tests to run [2022-04-20T10:39:03.404Z] PASS [2022-04-20T10:39:03.404Z] [2022-04-20T10:39:03.404Z] DONE 0 tests in 0.040s [2022-04-20T10:39:03.404Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-20T10:39:03.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-04-20T10:39:03.404Z] ++ set -e [2022-04-20T10:39:03.404Z] ++ '[' -n 0 ']' [2022-04-20T10:39:03.404Z] ++ set -x [2022-04-20T10:39:03.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-04-20T10:39:03.404Z] INFO: Testing against a local daemon [2022-04-20T10:39:03.404Z] === RUN TestPluginWithDevMounts [2022-04-20T10:39:03.404Z] === PAUSE TestPluginWithDevMounts [2022-04-20T10:39:03.404Z] === CONT TestPluginWithDevMounts [2022-04-20T10:39:05.302Z] --- PASS: TestPluginWithDevMounts (1.68s) [2022-04-20T10:39:05.302Z] PASS [2022-04-20T10:39:05.302Z] [2022-04-20T10:39:05.302Z] DONE 1 tests in 1.839s [2022-04-20T10:39:05.302Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-20T10:39:05.302Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:39:05.302Z] ++ set -e [2022-04-20T10:39:05.302Z] ++ '[' -n 0 ']' [2022-04-20T10:39:05.302Z] ++ set -x [2022-04-20T10:39:05.302Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:39:05.302Z] INFO: Testing against a local daemon [2022-04-20T10:39:05.302Z] === RUN TestSecretInspect [2022-04-20T10:39:05.868Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-20T10:39:06.088Z] --- PASS: TestUpdateRestartPolicy (21.11s) [2022-04-20T10:39:06.088Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-20T10:39:06.435Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-20T10:39:07.025Z] === RUN TestWaitNodeAttachment [2022-04-20T10:39:07.025Z] === RUN TestBuilderGC [2022-04-20T10:39:07.025Z] --- PASS: TestBuilderGC (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationNotFound [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonBrokenConfiguration [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestFindConfigurationConflicts [2022-04-20T10:39:07.025Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-20T10:39:07.025Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-20T10:39:07.025Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-20T10:39:07.025Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-20T10:39:07.025Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_label [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_dns [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-20T10:39:07.025Z] === RUN TestValidateConfiguration/with_hosts [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestReloadSetConfigFileNotExist [2022-04-20T10:39:07.025Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-04-20T10:39:07.025Z] === RUN TestIsolationConversion [2022-04-20T10:39:07.025Z] === RUN TestIsolationConversion/default [2022-04-20T10:39:07.025Z] === RUN TestIsolationConversion/process [2022-04-20T10:39:07.025Z] === RUN TestIsolationConversion/hyperv [2022-04-20T10:39:07.025Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestContainerLabels [2022-04-20T10:39:07.025Z] --- PASS: TestContainerLabels (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestCredentialSpecConversion [2022-04-20T10:39:07.025Z] === RUN TestCredentialSpecConversion/none [2022-04-20T10:39:07.025Z] === RUN TestCredentialSpecConversion/config [2022-04-20T10:39:07.025Z] === RUN TestCredentialSpecConversion/file [2022-04-20T10:39:07.025Z] === RUN TestCredentialSpecConversion/registry [2022-04-20T10:39:07.025Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-20T10:39:07.025Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestControllerValidateMountBind [2022-04-20T10:39:07.025Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestControllerValidateMountVolume [2022-04-20T10:39:07.025Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestControllerValidateMountTarget [2022-04-20T10:39:07.025Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestControllerValidateMountTmpfs [2022-04-20T10:39:07.025Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestControllerValidateMountInvalidType [2022-04-20T10:39:07.025Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestControllerValidateMountNamedPipe [2022-04-20T10:39:07.025Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-20T10:39:07.025Z] PASS [2022-04-20T10:39:07.025Z] coverage: 11.0% of statements [2022-04-20T10:39:07.025Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.657s coverage: 11.0% of statements [2022-04-20T10:39:07.025Z] time="2022-04-20T10:39:06Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-20T10:39:07.025Z] --- PASS: TestReloadSetConfigFileNotExist (0.23s) [2022-04-20T10:39:07.025Z] === RUN TestReloadDefaultConfigNotExist [2022-04-20T10:39:07.025Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:39:07.025Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-04-20T10:39:07.025Z] === RUN TestReloadBadDefaultConfig [2022-04-20T10:39:07.025Z] time="2022-04-20T10:39:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2656860682" [2022-04-20T10:39:07.025Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestReloadWithConflictingLabels [2022-04-20T10:39:07.025Z] time="2022-04-20T10:39:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-838251414" [2022-04-20T10:39:07.025Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestReloadWithDuplicateLabels [2022-04-20T10:39:07.025Z] time="2022-04-20T10:39:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2063936326" [2022-04-20T10:39:07.025Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestMaskURLCredentials [2022-04-20T10:39:07.025Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-20T10:39:07.025Z] === RUN TestDaemonConfigurationMerge [2022-04-20T10:39:07.025Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-20T10:39:07.026Z] PASS [2022-04-20T10:39:07.026Z] coverage: 79.5% of statements [2022-04-20T10:39:07.026Z] ok github.com/docker/docker/daemon/config 0.378s coverage: 79.5% of statements [2022-04-20T10:39:07.074Z] --- PASS: TestUpdateRestartWithAutoRemove (1.98s) [2022-04-20T10:39:07.074Z] === RUN TestWaitNonBlocked [2022-04-20T10:39:07.074Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:39:07.074Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:39:07.074Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:39:07.074Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:39:07.074Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:39:07.074Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:39:07.498Z] === RUN TestEventsLog [2022-04-20T10:39:07.499Z] --- PASS: TestEventsLog (0.00s) [2022-04-20T10:39:07.499Z] === RUN TestEventsLogTimeout [2022-04-20T10:39:07.499Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-20T10:39:07.499Z] === RUN TestLogEvents [2022-04-20T10:39:07.499Z] --- PASS: TestLogEvents (0.05s) [2022-04-20T10:39:07.499Z] === RUN TestLoadBufferedEvents [2022-04-20T10:39:07.499Z] --- PASS: TestLoadBufferedEvents (0.22s) [2022-04-20T10:39:07.499Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-20T10:39:07.499Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-20T10:39:07.499Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-20T10:39:07.499Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-20T10:39:07.499Z] PASS [2022-04-20T10:39:07.499Z] coverage: 50.0% of statements [2022-04-20T10:39:07.499Z] ok github.com/docker/docker/daemon/events 0.396s coverage: 50.0% of statements [2022-04-20T10:39:07.809Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-20T10:39:07.809Z] --- PASS: TestSecretInspect (2.63s) [2022-04-20T10:39:07.809Z] === RUN TestSecretList [2022-04-20T10:39:08.376Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-04-20T10:39:08.634Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-20T10:39:09.075Z] === RUN TestIsEmptyDir [2022-04-20T10:39:09.075Z] --- PASS: TestIsEmptyDir (0.01s) [2022-04-20T10:39:09.075Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-20T10:39:09.075Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-20T10:39:09.075Z] PASS [2022-04-20T10:39:09.075Z] coverage: 2.3% of statements [2022-04-20T10:39:09.075Z] ok github.com/docker/docker/daemon/graphdriver 0.267s coverage: 2.3% of statements [2022-04-20T10:39:09.555Z] === RUN TestLinkNaming [2022-04-20T10:39:09.555Z] --- PASS: TestLinkNaming (0.00s) [2022-04-20T10:39:09.555Z] === RUN TestLinkNew [2022-04-20T10:39:09.555Z] --- PASS: TestLinkNew (0.00s) [2022-04-20T10:39:09.555Z] === RUN TestLinkEnv [2022-04-20T10:39:09.555Z] --- PASS: TestLinkEnv (0.00s) [2022-04-20T10:39:09.555Z] === RUN TestLinkMultipleEnv [2022-04-20T10:39:09.555Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-20T10:39:09.555Z] === RUN TestLinkPortRangeEnv [2022-04-20T10:39:09.555Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-20T10:39:09.555Z] PASS [2022-04-20T10:39:09.555Z] coverage: 93.0% of statements [2022-04-20T10:39:09.555Z] ok github.com/docker/docker/daemon/links 0.047s coverage: 93.0% of statements [2022-04-20T10:39:09.570Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-04-20T10:39:10.546Z] === RUN TestVerifyNetworkingConfig [2022-04-20T10:39:10.546Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestGetContainer [2022-04-20T10:39:10.546Z] --- PASS: TestGetContainer (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestValidContainerNames [2022-04-20T10:39:10.546Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestContainerInitDNS [2022-04-20T10:39:10.546Z] daemon_test.go:145: root required [2022-04-20T10:39:10.546Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestMerge [2022-04-20T10:39:10.546Z] --- PASS: TestMerge (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestValidateContainerIsolation [2022-04-20T10:39:10.546Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestFindNetworkErrorType [2022-04-20T10:39:10.546Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestEnsureServicesExist [2022-04-20T10:39:10.546Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestEnsureServicesExistErrors [2022-04-20T10:39:10.546Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-20T10:39:10.546Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-20T10:39:10.546Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-20T10:39:10.546Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-20T10:39:10.546Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-20T10:39:10.546Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-20T10:39:10.546Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestContainerDelete [2022-04-20T10:39:10.546Z] --- PASS: TestContainerDelete (0.01s) [2022-04-20T10:39:10.546Z] === RUN TestContainerDoubleDelete [2022-04-20T10:39:10.546Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestLogContainerEventCopyLabels [2022-04-20T10:39:10.546Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestLogContainerEventWithAttributes [2022-04-20T10:39:10.546Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestNoneHealthcheck [2022-04-20T10:39:10.546Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestHealthStates [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] time="2022-04-20T10:39:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-20T10:39:10.546Z] --- PASS: TestHealthStates (0.22s) [2022-04-20T10:39:10.546Z] === RUN TestGetInspectData [2022-04-20T10:39:10.546Z] --- PASS: TestGetInspectData (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestFillLicense [2022-04-20T10:39:10.546Z] --- PASS: TestFillLicense (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestListInvalidFilter [2022-04-20T10:39:10.546Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestNameFilter [2022-04-20T10:39:10.546Z] --- PASS: TestNameFilter (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-20T10:39:10.546Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-20T10:39:10.546Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-20T10:39:10.546Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-20T10:39:10.546Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-20T10:39:10.546Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-20T10:39:10.546Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-20T10:39:10.546Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-20T10:39:10.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.01s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-20T10:39:10.547Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-20T10:39:10.547Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestDaemonReloadLabels [2022-04-20T10:39:10.547Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-20T10:39:10.547Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestDaemonReloadMirrors [2022-04-20T10:39:10.547Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-20T10:39:10.547Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-20T10:39:10.547Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-20T10:39:10.547Z] reload_test.go:342: root required [2022-04-20T10:39:10.547Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-20T10:39:10.547Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-04-20T10:39:10.547Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-20T10:39:10.547Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-04-20T10:39:10.547Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-20T10:39:10.547Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-04-20T10:39:10.547Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-20T10:39:10.547Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.03s) [2022-04-20T10:39:10.547Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-20T10:39:10.547Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-20T10:39:10.547Z] === RUN TestParseVolumesFrom [2022-04-20T10:39:10.547Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-20T10:39:10.547Z] PASS [2022-04-20T10:39:10.547Z] coverage: 8.8% of statements [2022-04-20T10:39:10.547Z] ok github.com/docker/docker/daemon 0.756s coverage: 8.8% of statements [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-20T10:39:10.547Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-20T10:39:10.873Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-04-20T10:39:10.873Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.03s) [2022-04-20T10:39:10.873Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.36s) [2022-04-20T10:39:10.873Z] === RUN TestWaitBlocked [2022-04-20T10:39:10.873Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:10.873Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-20T10:39:10.873Z] PASS [2022-04-20T10:39:10.873Z] ok github.com/docker/docker/integration/container 93.300s [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === Skipped [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-20T10:39:10.873Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-20T10:39:10.873Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-20T10:39:10.873Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-20T10:39:10.873Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-20T10:39:10.873Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-20T10:39:10.873Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-20T10:39:10.873Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-20T10:39:10.873Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:39:10.873Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.19s) [2022-04-20T10:39:10.873Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:39:10.873Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.19s) [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-20T10:39:10.873Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-20T10:39:10.873Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-20T10:39:10.873Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-20T10:39:10.873Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-20T10:39:10.873Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-20T10:39:10.873Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:39:10.873Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:39:10.873Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-20T10:39:10.873Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-20T10:39:10.873Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-20T10:39:10.873Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-20T10:39:10.873Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-20T10:39:10.873Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-20T10:39:10.873Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-20T10:39:10.873Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-20T10:39:10.873Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-20T10:39:10.873Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-20T10:39:10.873Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-20T10:39:10.873Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-20T10:39:10.873Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-20T10:39:10.873Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:39:10.873Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-20T10:39:10.873Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-20T10:39:10.873Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-20T10:39:10.873Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:10.873Z] [2022-04-20T10:39:10.873Z] DONE 119 tests, 34 skipped in 96.030s [2022-04-20T10:39:10.873Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-20T10:39:10.945Z] --- PASS: TestSecretList (2.72s) [2022-04-20T10:39:10.945Z] === RUN TestSecretsCreateAndDelete [2022-04-20T10:39:10.945Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig/defaults [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-20T10:39:12.773Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-20T10:39:12.773Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-20T10:39:12.773Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-20T10:39:12.773Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-20T10:39:12.773Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-20T10:39:12.773Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-20T10:39:12.773Z] === RUN TestAdapterReadLogs [2022-04-20T10:39:12.773Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCopier [2022-04-20T10:39:12.773Z] --- PASS: TestCopier (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCopierLongLines [2022-04-20T10:39:12.773Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCopierSlow [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-20T10:39:12.773Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-04-20T10:39:12.773Z] === RUN TestCreateSuccess [2022-04-20T10:39:12.773Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCreateStreamSkipped [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-20T10:39:12.773Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCreateLogGroupSuccess [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-20T10:39:12.773Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCreateError [2022-04-20T10:39:12.773Z] --- PASS: TestCreateError (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCreateAlreadyExists [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-20T10:39:12.773Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestLogClosed [2022-04-20T10:39:12.773Z] --- PASS: TestLogClosed (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestLogBlocking [2022-04-20T10:39:12.773Z] --- PASS: TestLogBlocking (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-20T10:39:12.773Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestLogNonBlockingBufferFull [2022-04-20T10:39:12.773Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestPublishBatchSuccess [2022-04-20T10:39:12.773Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestPublishBatchError [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=error msg=error [2022-04-20T10:39:12.773Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-20T10:39:12.773Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-20T10:39:12.773Z] time="2022-04-20T10:39:12Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-20T10:39:12.773Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCollectBatchSimple [2022-04-20T10:39:12.773Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCollectBatchTicker [2022-04-20T10:39:12.773Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCollectBatchMultilinePattern [2022-04-20T10:39:12.773Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-20T10:39:12.773Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-20T10:39:12.773Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-20T10:39:12.773Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-04-20T10:39:12.773Z] === RUN TestCollectBatchClose [2022-04-20T10:39:12.773Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestEffectiveLen [2022-04-20T10:39:12.773Z] === RUN TestEffectiveLen/0/Hello [2022-04-20T10:39:12.773Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-20T10:39:12.773Z] === RUN TestEffectiveLen/2/🙃 [2022-04-20T10:39:12.773Z] === RUN TestEffectiveLen/3/���� [2022-04-20T10:39:12.773Z] === RUN TestEffectiveLen/4/He��o [2022-04-20T10:39:12.773Z] === RUN TestEffectiveLen/5/ [2022-04-20T10:39:12.773Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-20T10:39:12.773Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit/0/ [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit/1/Hello [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1076: Hello [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit/2/Hello [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1076: He [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1077: llo [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit/3/Hello [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1077: Hello [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit/4/🙃 [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1076: [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit/5/🙃 [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-20T10:39:12.773Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:39:12.773Z] === RUN TestFindValidSplit/6/a� [2022-04-20T10:39:12.774Z] cloudwatchlogs_test.go:1076: a [2022-04-20T10:39:12.774Z] cloudwatchlogs_test.go:1077: � [2022-04-20T10:39:12.774Z] === RUN TestFindValidSplit/7/a� [2022-04-20T10:39:12.774Z] cloudwatchlogs_test.go:1076: a� [2022-04-20T10:39:12.774Z] cloudwatchlogs_test.go:1077: [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-20T10:39:12.774Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestProcessEventEmoji [2022-04-20T10:39:12.774Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestCollectBatchLineSplit [2022-04-20T10:39:12.774Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-04-20T10:39:12.774Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-20T10:39:12.774Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestCollectBatchMaxEvents [2022-04-20T10:39:12.774Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-04-20T10:39:12.774Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-20T10:39:12.774Z] --- PASS: TestCopierSlow (0.21s) [2022-04-20T10:39:12.774Z] === RUN TestCopierWithSized [2022-04-20T10:39:12.774Z] === RUN TestCopierWithSized/as_is [2022-04-20T10:39:12.774Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-20T10:39:12.774Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-04-20T10:39:12.774Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-20T10:39:12.774Z] --- PASS: TestCopierWithSized (0.02s) [2022-04-20T10:39:12.774Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-04-20T10:39:12.774Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestCopierWithPartial [2022-04-20T10:39:12.774Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestRingLogger [2022-04-20T10:39:12.774Z] --- PASS: TestRingLogger (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestRingCap [2022-04-20T10:39:12.774Z] --- PASS: TestRingCap (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestRingClose [2022-04-20T10:39:12.774Z] --- PASS: TestRingClose (0.00s) [2022-04-20T10:39:12.774Z] === RUN TestRingDrain [2022-04-20T10:39:12.774Z] --- PASS: TestRingDrain (0.00s) [2022-04-20T10:39:12.774Z] PASS [2022-04-20T10:39:12.774Z] coverage: 43.2% of statements [2022-04-20T10:39:12.774Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.05s) [2022-04-20T10:39:12.774Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-20T10:39:12.774Z] ok github.com/docker/docker/daemon/logger 0.351s coverage: 43.2% of statements [2022-04-20T10:39:12.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-04-20T10:39:12.847Z] docker_api_swarm_test.go:502: [d868490ed6994] joining swarm manager [d15589c7c4893]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:39:13.242Z] === RUN TestSearchRegistryForImagesErrors [2022-04-20T10:39:13.242Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.08s) [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-20T10:39:13.242Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestSearchRegistryForImages [2022-04-20T10:39:13.242Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestOnlyPlatformWithFallback [2022-04-20T10:39:13.242Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestImageDelete [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsFormat [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestCreateTagSuccess [2022-04-20T10:39:13.242Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-20T10:39:13.242Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-04-20T10:39:13.242Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-20T10:39:13.242Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-20T10:39:13.242Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-20T10:39:13.242Z] PASS [2022-04-20T10:39:13.242Z] coverage: 80.2% of statements [2022-04-20T10:39:13.242Z] === RUN TestImageDelete/no_lease [2022-04-20T10:39:13.242Z] ok github.com/docker/docker/daemon/logger/awslogs 0.514s coverage: 80.2% of statements [2022-04-20T10:39:13.242Z] === RUN TestImageDelete/lease_exists [2022-04-20T10:39:13.242Z] --- PASS: TestImageDelete (0.09s) [2022-04-20T10:39:13.242Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-04-20T10:39:13.242Z] --- PASS: TestImageDelete/lease_exists (0.05s) [2022-04-20T10:39:13.242Z] === RUN TestContentStoreForPull [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-20T10:39:13.242Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/#00 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/[::1] [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-04-20T10:39:13.242Z] === RUN TestValidateLogOptAddress/[::1]: [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com: [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls:/// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/something:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/udp:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/unix:// [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-04-20T10:39:13.243Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-04-20T10:39:13.243Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-04-20T10:39:13.243Z] PASS [2022-04-20T10:39:13.243Z] coverage: 53.6% of statements [2022-04-20T10:39:13.243Z] ok github.com/docker/docker/daemon/logger/fluentd 0.123s coverage: 53.6% of statements [2022-04-20T10:39:13.243Z] --- PASS: TestContentStoreForPull (0.29s) [2022-04-20T10:39:13.243Z] PASS [2022-04-20T10:39:13.243Z] coverage: 6.6% of statements [2022-04-20T10:39:13.243Z] ok github.com/docker/docker/daemon/images 0.609s coverage: 6.6% of statements [2022-04-20T10:39:13.659Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-04-20T10:39:13.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (18.50s) [2022-04-20T10:39:13.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (18.55s) [2022-04-20T10:39:13.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (18.67s) [2022-04-20T10:39:13.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (18.84s) [2022-04-20T10:39:13.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.94s) [2022-04-20T10:39:13.659Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.19s) [2022-04-20T10:39:13.659Z] === RUN TestBuildMultiStageCopy [2022-04-20T10:39:13.659Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-20T10:39:13.720Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-20T10:39:13.720Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-20T10:39:13.720Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-20T10:39:13.720Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-20T10:39:13.720Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-20T10:39:13.720Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-20T10:39:13.779Z] --- PASS: TestSecretsCreateAndDelete (2.98s) [2022-04-20T10:39:13.779Z] === RUN TestSecretsUpdate [2022-04-20T10:39:14.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-04-20T10:39:14.193Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-20T10:39:14.193Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-20T10:39:14.193Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-20T10:39:14.663Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2022-04-20T10:39:14.663Z] === RUN TestFastTimeMarshalJSON [2022-04-20T10:39:14.663Z] --- PASS: TestFastTimeMarshalJSON (0.08s) [2022-04-20T10:39:14.663Z] PASS [2022-04-20T10:39:14.663Z] coverage: 87.2% of statements [2022-04-20T10:39:14.663Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.321s coverage: 87.2% of statements [2022-04-20T10:39:15.132Z] === RUN TestJSONFileLogger [2022-04-20T10:39:15.132Z] --- PASS: TestJSONFileLogger (0.00s) [2022-04-20T10:39:15.132Z] === RUN TestJSONFileLoggerWithTags [2022-04-20T10:39:15.132Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-04-20T10:39:15.132Z] === RUN TestJSONFileLoggerWithOpts [2022-04-20T10:39:15.132Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-04-20T10:39:15.132Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-20T10:39:15.132Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-04-20T10:39:15.132Z] === RUN TestEncodeDecode [2022-04-20T10:39:15.132Z] === PAUSE TestEncodeDecode [2022-04-20T10:39:15.132Z] === RUN TestUnexpectedEOF [2022-04-20T10:39:15.132Z] === RUN TestWriteLog [2022-04-20T10:39:15.132Z] === PAUSE TestWriteLog [2022-04-20T10:39:15.132Z] === RUN TestReadLog [2022-04-20T10:39:15.132Z] === PAUSE TestReadLog [2022-04-20T10:39:15.132Z] === RUN TestDecode [2022-04-20T10:39:15.422Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d53788_} [2022-04-20T10:39:15.601Z] --- PASS: TestDecode (0.03s) [2022-04-20T10:39:15.601Z] === CONT TestWriteLog [2022-04-20T10:39:15.601Z] === CONT TestReadLog [2022-04-20T10:39:15.601Z] --- PASS: TestWriteLog (0.01s) [2022-04-20T10:39:15.601Z] time="2022-04-20T10:39:15Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-20T10:39:15.601Z] time="2022-04-20T10:39:15Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-20T10:39:15.601Z] === RUN TestReadLog/tail_exact [2022-04-20T10:39:15.601Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-04-20T10:39:15.601Z] === CONT TestEncodeDecode [2022-04-20T10:39:15.601Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-20T10:39:15.601Z] PASS [2022-04-20T10:39:15.601Z] coverage: 69.9% of statements [2022-04-20T10:39:15.601Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.330s coverage: 69.9% of statements [2022-04-20T10:39:15.601Z] === RUN TestReadLog/tail_less_than_available [2022-04-20T10:39:15.601Z] === RUN TestReadLog/tail_more_than_available [2022-04-20T10:39:15.601Z] --- PASS: TestReadLog (0.29s) [2022-04-20T10:39:15.601Z] --- PASS: TestReadLog/tail_exact (0.24s) [2022-04-20T10:39:15.601Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-20T10:39:15.601Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-04-20T10:39:15.601Z] PASS [2022-04-20T10:39:15.601Z] coverage: 78.7% of statements [2022-04-20T10:39:15.601Z] ok github.com/docker/docker/daemon/logger/local 0.382s coverage: 78.7% of statements [2022-04-20T10:39:15.601Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-20T10:39:15.989Z] --- PASS: TestSecretsUpdate (2.24s) [2022-04-20T10:39:15.989Z] === RUN TestTemplatedSecret [2022-04-20T10:39:16.590Z] === RUN TestOpenFileDelete [2022-04-20T10:39:16.590Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestOpenFileRename [2022-04-20T10:39:16.590Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestHandleDecoderErr [2022-04-20T10:39:16.590Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestParseLogTagDefaultTag [2022-04-20T10:39:16.590Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestParseLogTag [2022-04-20T10:39:16.590Z] --- PASS: TestParseLogTag (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestParseLogTagEmptyTag [2022-04-20T10:39:16.590Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestTailFiles [2022-04-20T10:39:16.590Z] --- PASS: TestTailFiles (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestFollowLogsConsumerGone [2022-04-20T10:39:16.590Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-20T10:39:16.590Z] === RUN TestFollowLogsProducerGone [2022-04-20T10:39:16.590Z] logfile_test.go:180: logDecode() closed after sending 3883 messages [2022-04-20T10:39:16.590Z] logfile_test.go:233: messages sent: 3883, received: 3883 [2022-04-20T10:39:16.590Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-04-20T10:39:16.590Z] === RUN TestCheckCapacityAndRotate [2022-04-20T10:39:16.590Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-20T10:39:16.590Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-20T10:39:16.590Z] --- PASS: TestCheckCapacityAndRotate (0.19s) [2022-04-20T10:39:16.590Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-04-20T10:39:16.590Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.16s) [2022-04-20T10:39:16.590Z] PASS [2022-04-20T10:39:16.590Z] coverage: 55.1% of statements [2022-04-20T10:39:16.590Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.272s coverage: 55.1% of statements [2022-04-20T10:39:16.941Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13771469611_/foo_false____} [2022-04-20T10:39:17.060Z] === RUN TestLog [2022-04-20T10:39:17.060Z] --- PASS: TestLog (0.03s) [2022-04-20T10:39:17.060Z] PASS [2022-04-20T10:39:17.060Z] coverage: 31.5% of statements [2022-04-20T10:39:17.060Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.092s coverage: 31.5% of statements [2022-04-20T10:39:18.046Z] === RUN TestParseLogFormat [2022-04-20T10:39:18.047Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestValidateLogOptEmpty [2022-04-20T10:39:18.047Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestValidateSyslogAddress [2022-04-20T10:39:18.047Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-04-20T10:39:18.047Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-04-20T10:39:18.047Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-04-20T10:39:18.047Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-04-20T10:39:18.047Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-04-20T10:39:18.047Z] --- PASS: TestValidateSyslogAddress (0.01s) [2022-04-20T10:39:18.047Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-04-20T10:39:18.047Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-04-20T10:39:18.047Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-04-20T10:39:18.047Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-04-20T10:39:18.047Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestParseAddressDefaultPort [2022-04-20T10:39:18.047Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestValidateSyslogFacility [2022-04-20T10:39:18.047Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestValidateLogOptSyslogFormat [2022-04-20T10:39:18.047Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestValidateLogOpt [2022-04-20T10:39:18.047Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-20T10:39:18.047Z] PASS [2022-04-20T10:39:18.047Z] coverage: 43.6% of statements [2022-04-20T10:39:18.047Z] ok github.com/docker/docker/daemon/logger/syslog 0.068s coverage: 43.6% of statements [2022-04-20T10:39:18.047Z] === RUN TestNewParse [2022-04-20T10:39:18.047Z] --- PASS: TestNewParse (0.00s) [2022-04-20T10:39:18.047Z] PASS [2022-04-20T10:39:18.047Z] coverage: 8.3% of statements [2022-04-20T10:39:18.047Z] ok github.com/docker/docker/daemon/logger/templates 0.050s coverage: 8.3% of statements [2022-04-20T10:39:18.047Z] === RUN TestValidateLogOpt [2022-04-20T10:39:18.047Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestNewMissedConfig [2022-04-20T10:39:18.047Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestNewMissedUrl [2022-04-20T10:39:18.047Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestNewMissedToken [2022-04-20T10:39:18.047Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestNewWithProxy [2022-04-20T10:39:18.047Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestDefault [2022-04-20T10:39:18.047Z] --- PASS: TestDefault (0.01s) [2022-04-20T10:39:18.047Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-20T10:39:18.047Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-04-20T10:39:18.047Z] === RUN TestJsonFormat [2022-04-20T10:39:18.047Z] --- PASS: TestJsonFormat (0.01s) [2022-04-20T10:39:18.047Z] === RUN TestRawFormat [2022-04-20T10:39:18.047Z] --- PASS: TestRawFormat (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestRawFormatWithLabels [2022-04-20T10:39:18.047Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestRawFormatWithoutTag [2022-04-20T10:39:18.047Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-20T10:39:18.047Z] === RUN TestBatching [2022-04-20T10:39:18.315Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13771469611_/foo_true____} [2022-04-20T10:39:18.516Z] --- PASS: TestBatching (0.38s) [2022-04-20T10:39:18.516Z] === RUN TestFrequency [2022-04-20T10:39:18.516Z] --- PASS: TestFrequency (0.20s) [2022-04-20T10:39:18.516Z] === RUN TestOneMessagePerRequest [2022-04-20T10:39:18.516Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-20T10:39:18.516Z] === RUN TestVerify [2022-04-20T10:39:18.516Z] --- PASS: TestVerify (0.00s) [2022-04-20T10:39:18.516Z] === RUN TestSkipVerify [2022-04-20T10:39:18.574Z] --- PASS: TestTemplatedSecret (2.78s) [2022-04-20T10:39:18.574Z] === RUN TestSecretCreateResolve [2022-04-20T10:39:18.985Z] time="2022-04-20T10:39:18Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:18.985Z] time="2022-04-20T10:39:18Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:18.985Z] time="2022-04-20T10:39:18Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] --- PASS: TestSkipVerify (0.81s) [2022-04-20T10:39:19.456Z] === RUN TestBufferMaximum [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650451159.179868\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650451159.179868\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:19.456Z] --- PASS: TestBufferMaximum (0.01s) [2022-04-20T10:39:19.456Z] === RUN TestServerAlwaysDown [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650451159.183861\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650451159.183861\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650451159.183861\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650451159.184864\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:19.456Z] time="2022-04-20T10:39:19Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1650451159.184864\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:19.456Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-20T10:39:19.456Z] === RUN TestCannotSendAfterClose [2022-04-20T10:39:19.456Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-20T10:39:19.456Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-20T10:39:19.948Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3758300860_/foo_false____} [2022-04-20T10:39:20.444Z] === RUN TestV1IDService [2022-04-20T10:39:20.444Z] --- PASS: TestV1IDService (0.03s) [2022-04-20T10:39:20.444Z] === RUN TestV2MetadataService [2022-04-20T10:39:20.444Z] === RUN TestSuccessfulDownload [2022-04-20T10:39:20.444Z] download_test.go:267: Needs fixing on Windows [2022-04-20T10:39:20.444Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-20T10:39:20.444Z] === RUN TestCancelledDownload [2022-04-20T10:39:20.444Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-20T10:39:20.444Z] === RUN TestMaxDownloadAttempts [2022-04-20T10:39:20.444Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:39:20.444Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:39:20.444Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:39:20.444Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:39:20.444Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:39:20.444Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:39:20.444Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:39:20.444Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:39:20.444Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-20T10:39:20.444Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-20T10:39:20.444Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-20T10:39:20.444Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-20T10:39:20.444Z] time="2022-04-20T10:39:20Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49212/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-04-20T10:39:20.444Z] time="2022-04-20T10:39:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4e60fb8b8bd3\"}'" [2022-04-20T10:39:20.444Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-04-20T10:39:20.444Z] PASS [2022-04-20T10:39:20.444Z] coverage: 82.5% of statements [2022-04-20T10:39:20.444Z] ok github.com/docker/docker/daemon/logger/splunk 2.528s coverage: 82.5% of statements [2022-04-20T10:39:20.444Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-20T10:39:20.444Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-20T10:39:20.444Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-20T10:39:20.883Z] --- PASS: TestSecretCreateResolve (2.33s) [2022-04-20T10:39:20.883Z] PASS [2022-04-20T10:39:20.883Z] [2022-04-20T10:39:20.883Z] DONE 6 tests in 15.788s [2022-04-20T10:39:20.883Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-20T10:39:20.883Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:39:20.883Z] ++ set -e [2022-04-20T10:39:20.883Z] ++ '[' -n 0 ']' [2022-04-20T10:39:20.883Z] ++ set -x [2022-04-20T10:39:20.883Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:39:20.914Z] time="2022-04-20T10:39:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:39:20.914Z] time="2022-04-20T10:39:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:39:20.914Z] time="2022-04-20T10:39:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:39:20.914Z] time="2022-04-20T10:39:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-20T10:39:20.914Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-20T10:39:20.914Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.46s) [2022-04-20T10:39:20.914Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.46s) [2022-04-20T10:39:20.914Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.46s) [2022-04-20T10:39:20.914Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.46s) [2022-04-20T10:39:20.914Z] === RUN TestTransfer [2022-04-20T10:39:20.914Z] --- PASS: TestTransfer (0.15s) [2022-04-20T10:39:20.914Z] === RUN TestConcurrencyLimit [2022-04-20T10:39:21.141Z] INFO: Testing against a local daemon [2022-04-20T10:39:21.141Z] === RUN TestServiceCreateInit [2022-04-20T10:39:21.141Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-20T10:39:21.384Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-20T10:39:21.384Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-20T10:39:21.384Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-20T10:39:21.384Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-20T10:39:21.384Z] === RUN TestContinueOnError_NeverContinue [2022-04-20T10:39:21.384Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-20T10:39:21.384Z] === RUN TestManifestStore [2022-04-20T10:39:21.384Z] === RUN TestManifestStore/no_remote_or_local [2022-04-20T10:39:21.384Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-04-20T10:39:21.384Z] === RUN TestInactiveJobs [2022-04-20T10:39:21.384Z] time="2022-04-20T10:39:21Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2226463899\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-20T10:39:21.384Z] === RUN TestManifestStore/no_local_cache [2022-04-20T10:39:21.384Z] === RUN TestManifestStore/with_local_cache [2022-04-20T10:39:21.384Z] --- PASS: TestV2MetadataService (1.38s) [2022-04-20T10:39:21.384Z] PASS [2022-04-20T10:39:21.384Z] coverage: 48.2% of statements [2022-04-20T10:39:21.400Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3758300860_/foo_true____} [2022-04-20T10:39:21.856Z] ok github.com/docker/docker/distribution/metadata 1.492s coverage: 48.2% of statements [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/unknown_media_type [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-20T10:39:21.856Z] time="2022-04-20T10:39:21Z" level=warning msg="reference for unknown type: " [2022-04-20T10:39:21.856Z] time="2022-04-20T10:39:21Z" level=warning msg="reference for unknown type: " [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-20T10:39:21.856Z] time="2022-04-20T10:39:21Z" level=warning msg="reference for unknown type: " [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-20T10:39:21.856Z] time="2022-04-20T10:39:21Z" level=warning msg="reference for unknown type: " [2022-04-20T10:39:21.856Z] time="2022-04-20T10:39:21Z" level=warning msg="reference for unknown type: " [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-20T10:39:21.856Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-20T10:39:21.856Z] time="2022-04-20T10:39:21Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore (0.39s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/no_remote_or_local (0.26s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaType [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-20T10:39:21.856Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-20T10:39:21.856Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-20T10:39:21.856Z] === RUN TestFixManifestLayers [2022-04-20T10:39:21.856Z] --- PASS: TestFixManifestLayers (0.01s) [2022-04-20T10:39:21.856Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-20T10:39:21.856Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-20T10:39:21.856Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-20T10:39:21.856Z] === RUN TestFixManifestLayersBadParent [2022-04-20T10:39:21.856Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-20T10:39:21.856Z] === RUN TestValidateManifest [2022-04-20T10:39:21.856Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-20T10:39:21.856Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-20T10:39:21.856Z] === RUN TestFormatPlatform [2022-04-20T10:39:21.856Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-20T10:39:21.856Z] === RUN TestPullSchema2Config [2022-04-20T10:39:21.856Z] === RUN TestPullSchema2Config/success_first_time [2022-04-20T10:39:21.856Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:39:21.856Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:39:21.856Z] === RUN TestPullSchema2Config/500_status [2022-04-20T10:39:21.856Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:39:21.856Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:39:21.856Z] --- PASS: TestInactiveJobs (0.37s) [2022-04-20T10:39:21.856Z] === RUN TestWatchRelease [2022-04-20T10:39:21.856Z] --- PASS: TestWatchRelease (0.06s) [2022-04-20T10:39:21.856Z] === RUN TestWatchFinishedTransfer [2022-04-20T10:39:21.856Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-20T10:39:21.856Z] === RUN TestDuplicateTransfer [2022-04-20T10:39:21.856Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-04-20T10:39:21.856Z] === RUN TestSuccessfulUpload [2022-04-20T10:39:21.856Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:39:21.856Z] === RUN TestPullSchema2Config/EOF [2022-04-20T10:39:21.856Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:39:21.856Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:39:21.856Z] 2022/04/20 10:39:21 http: panic serving 127.0.0.1:49223: intentional panic [2022-04-20T10:39:21.856Z] goroutine 48 [running]: [2022-04-20T10:39:21.856Z] net/http.(*conn).serve.func1() [2022-04-20T10:39:21.856Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-20T10:39:21.856Z] panic({0x1089000, 0x126b8f0}) [2022-04-20T10:39:21.856Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-20T10:39:21.856Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00014a1a0?, {0x12730d8?, 0xc000014000?}) [2022-04-20T10:39:21.856Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-20T10:39:21.856Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x12730d8, 0xc000014000}, 0xc00041a100) [2022-04-20T10:39:21.856Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-20T10:39:21.856Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x12730d8?, 0xc000014000?}, 0xc000080000?) [2022-04-20T10:39:21.856Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-20T10:39:21.856Z] net/http.serverHandler.ServeHTTP({0xc000532090?}, {0x12730d8, 0xc000014000}, 0xc00041a100) [2022-04-20T10:39:21.856Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-20T10:39:21.856Z] net/http.(*conn).serve(0xc000432140, {0x1273950, 0xc0001e6660}) [2022-04-20T10:39:21.856Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-20T10:39:21.856Z] created by net/http.(*Server).Serve [2022-04-20T10:39:21.856Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-20T10:39:22.327Z] === RUN TestNotFound [2022-04-20T10:39:22.327Z] --- PASS: TestNotFound (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestConflict [2022-04-20T10:39:22.327Z] --- PASS: TestConflict (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestForbidden [2022-04-20T10:39:22.327Z] --- PASS: TestForbidden (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestInvalidParameter [2022-04-20T10:39:22.327Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestNotImplemented [2022-04-20T10:39:22.327Z] --- PASS: TestNotImplemented (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestNotModified [2022-04-20T10:39:22.327Z] --- PASS: TestNotModified (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestUnauthorized [2022-04-20T10:39:22.327Z] --- PASS: TestUnauthorized (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestUnknown [2022-04-20T10:39:22.327Z] --- PASS: TestUnknown (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestCancelled [2022-04-20T10:39:22.327Z] --- PASS: TestCancelled (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestDeadline [2022-04-20T10:39:22.327Z] --- PASS: TestDeadline (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestDataLoss [2022-04-20T10:39:22.327Z] --- PASS: TestDataLoss (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestUnavailable [2022-04-20T10:39:22.327Z] --- PASS: TestUnavailable (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestSystem [2022-04-20T10:39:22.327Z] --- PASS: TestSystem (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Not_Found [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Bad_Request [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Conflict [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Unauthorized [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Forbidden [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Not_Modified [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-20T10:39:22.327Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-20T10:39:22.327Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-20T10:39:22.327Z] PASS [2022-04-20T10:39:22.327Z] coverage: 77.0% of statements [2022-04-20T10:39:22.327Z] ok github.com/docker/docker/errdefs 0.052s coverage: 77.0% of statements [2022-04-20T10:39:22.327Z] time="2022-04-20T10:39:21Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-20T10:39:22.327Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-04-20T10:39:22.327Z] === RUN TestCancelledUpload [2022-04-20T10:39:22.327Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:39:22.327Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-20T10:39:22.327Z] PASS [2022-04-20T10:39:22.327Z] coverage: 76.8% of statements [2022-04-20T10:39:22.327Z] === RUN TestPullSchema2Config/unauthorized [2022-04-20T10:39:22.327Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-20T10:39:22.327Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-20T10:39:22.327Z] --- PASS: TestPullSchema2Config (0.55s) [2022-04-20T10:39:22.327Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-20T10:39:22.327Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-20T10:39:22.327Z] --- PASS: TestPullSchema2Config/EOF (0.27s) [2022-04-20T10:39:22.327Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-04-20T10:39:22.327Z] === RUN TestGetRepositoryMountCandidates [2022-04-20T10:39:22.327Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-20T10:39:22.327Z] === RUN TestLayerAlreadyExists [2022-04-20T10:39:22.327Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:39:22.327Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:39:22.327Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:39:22.328Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:39:22.328Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:39:22.328Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-20T10:39:22.328Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-20T10:39:22.328Z] === RUN TestWhenEmptyAuthConfig [2022-04-20T10:39:22.328Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 76.8% of statements [2022-04-20T10:39:22.334Z] docker_api_swarm_test.go:507: [d33102393afab] joining swarm manager [d15589c7c4893]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:39:22.593Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3758300860_/foo_true__0xc000d537b8__} [2022-04-20T10:39:23.895Z] --- PASS: TestWhenEmptyAuthConfig (1.26s) [2022-04-20T10:39:23.895Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-20T10:39:23.895Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-20T10:39:23.895Z] === RUN TestTokenPassThru [2022-04-20T10:39:23.895Z] --- PASS: TestTokenPassThru (0.00s) [2022-04-20T10:39:23.895Z] === RUN TestTokenPassThruDifferentHost [2022-04-20T10:39:23.895Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-04-20T10:39:23.895Z] PASS [2022-04-20T10:39:23.895Z] coverage: 26.6% of statements [2022-04-20T10:39:23.895Z] ok github.com/docker/docker/distribution 2.330s coverage: 26.6% of statements [2022-04-20T10:39:23.895Z] === RUN TestCompare [2022-04-20T10:39:23.895Z] --- PASS: TestCompare (0.00s) [2022-04-20T10:39:23.895Z] PASS [2022-04-20T10:39:23.895Z] coverage: 19.2% of statements [2022-04-20T10:39:23.895Z] ok github.com/docker/docker/image/cache 0.096s coverage: 19.2% of statements [2022-04-20T10:39:23.895Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-20T10:39:23.895Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-20T10:39:23.895Z] === RUN TestFSGetInvalidData [2022-04-20T10:39:23.895Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-04-20T10:39:23.895Z] === RUN TestFSInvalidSet [2022-04-20T10:39:23.895Z] --- PASS: TestFSInvalidSet (0.02s) [2022-04-20T10:39:23.895Z] === RUN TestFSInvalidRoot [2022-04-20T10:39:23.895Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-20T10:39:23.895Z] === RUN TestFSMetadataGetSet [2022-04-20T10:39:23.895Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-04-20T10:39:23.895Z] === RUN TestFSInvalidWalker [2022-04-20T10:39:23.895Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-04-20T10:39:23.895Z] === RUN TestFSGetSet [2022-04-20T10:39:23.895Z] --- PASS: TestFSGetSet (0.05s) [2022-04-20T10:39:23.895Z] === RUN TestFSGetUnsetKey [2022-04-20T10:39:23.895Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-04-20T10:39:23.895Z] === RUN TestFSGetEmptyData [2022-04-20T10:39:23.895Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-04-20T10:39:23.895Z] === RUN TestFSDelete [2022-04-20T10:39:24.365Z] --- PASS: TestFSDelete (0.03s) [2022-04-20T10:39:24.365Z] === RUN TestFSWalker [2022-04-20T10:39:24.365Z] --- PASS: TestFSWalker (0.02s) [2022-04-20T10:39:24.365Z] === RUN TestFSWalkerStopOnError [2022-04-20T10:39:24.365Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-20T10:39:24.365Z] === RUN TestNewFromJSON [2022-04-20T10:39:24.365Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-20T10:39:24.365Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-20T10:39:24.365Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-20T10:39:24.365Z] === RUN TestMarshalKeyOrder [2022-04-20T10:39:24.365Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-20T10:39:24.365Z] === RUN TestHistoryEqual [2022-04-20T10:39:24.365Z] === RUN TestValidateManifest [2022-04-20T10:39:24.365Z] === RUN TestValidateManifest/nil [2022-04-20T10:39:24.365Z] === RUN TestValidateManifest/non-nil [2022-04-20T10:39:24.365Z] --- PASS: TestValidateManifest (0.00s) [2022-04-20T10:39:24.365Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-20T10:39:24.365Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-20T10:39:24.365Z] PASS [2022-04-20T10:39:24.365Z] coverage: 0.7% of statements [2022-04-20T10:39:24.365Z] ok github.com/docker/docker/image/tarexport 0.092s coverage: 0.7% of statements [2022-04-20T10:39:24.365Z] --- PASS: TestHistoryEqual (0.25s) [2022-04-20T10:39:24.365Z] === RUN TestImage [2022-04-20T10:39:24.365Z] --- PASS: TestImage (0.00s) [2022-04-20T10:39:24.365Z] === RUN TestImageOSNotEmpty [2022-04-20T10:39:24.365Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-20T10:39:24.365Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-20T10:39:24.365Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-20T10:39:24.365Z] === RUN TestCreate [2022-04-20T10:39:24.365Z] --- PASS: TestCreate (0.01s) [2022-04-20T10:39:24.365Z] === RUN TestRestore [2022-04-20T10:39:24.365Z] time="2022-04-20T10:39:24Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-20T10:39:24.365Z] --- PASS: TestRestore (0.04s) [2022-04-20T10:39:24.365Z] === RUN TestAddDelete [2022-04-20T10:39:24.365Z] --- PASS: TestAddDelete (0.04s) [2022-04-20T10:39:24.365Z] === RUN TestSearchAfterDelete [2022-04-20T10:39:24.365Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-04-20T10:39:24.365Z] === RUN TestParentReset [2022-04-20T10:39:24.365Z] --- PASS: TestParentReset (0.05s) [2022-04-20T10:39:24.365Z] === RUN TestGetAndSetLastUpdated [2022-04-20T10:39:24.365Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-04-20T10:39:24.365Z] === RUN TestStoreLen [2022-04-20T10:39:24.496Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d537d0_} [2022-04-20T10:39:24.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d537e8_} [2022-04-20T10:39:24.834Z] --- PASS: TestStoreLen (0.11s) [2022-04-20T10:39:24.834Z] PASS [2022-04-20T10:39:24.834Z] coverage: 86.9% of statements [2022-04-20T10:39:24.834Z] ok github.com/docker/docker/image 0.899s coverage: 86.9% of statements [2022-04-20T10:39:25.303Z] === RUN TestMakeV1ConfigFromConfig [2022-04-20T10:39:25.303Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-20T10:39:25.303Z] PASS [2022-04-20T10:39:25.303Z] coverage: 25.0% of statements [2022-04-20T10:39:25.303Z] ok github.com/docker/docker/image/v1 0.094s coverage: 25.0% of statements [2022-04-20T10:39:25.303Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-20T10:39:25.320Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-20T10:39:26.018Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-20T10:39:26.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d53800_} [2022-04-20T10:39:26.293Z] === RUN TestSerialization [2022-04-20T10:39:26.765Z] --- PASS: TestSerialization (0.02s) [2022-04-20T10:39:26.765Z] PASS [2022-04-20T10:39:26.765Z] coverage: 100.0% of statements [2022-04-20T10:39:26.765Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2022-04-20T10:39:26.980Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-20T10:39:27.239Z] === RUN TestEmptyLayer [2022-04-20T10:39:27.239Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestCommitFailure [2022-04-20T10:39:27.239Z] --- PASS: TestCommitFailure (0.02s) [2022-04-20T10:39:27.239Z] === RUN TestStartTransactionFailure [2022-04-20T10:39:27.239Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-04-20T10:39:27.239Z] === RUN TestGetOrphan [2022-04-20T10:39:27.239Z] --- PASS: TestGetOrphan (0.01s) [2022-04-20T10:39:27.239Z] === RUN TestMountAndRegister [2022-04-20T10:39:27.239Z] layer_test.go:258: Layer size: 14 [2022-04-20T10:39:27.239Z] --- PASS: TestMountAndRegister (0.06s) [2022-04-20T10:39:27.239Z] === RUN TestLayerRelease [2022-04-20T10:39:27.239Z] layer_test.go:291: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestStoreRestore [2022-04-20T10:39:27.239Z] layer_test.go:340: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestTarStreamStability [2022-04-20T10:39:27.239Z] layer_test.go:455: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestRegisterExistingLayer [2022-04-20T10:39:27.239Z] === RUN TestEnvironmentParsing [2022-04-20T10:39:27.239Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-20T10:39:27.239Z] PASS [2022-04-20T10:39:27.239Z] coverage: 1.2% of statements [2022-04-20T10:39:27.239Z] ok github.com/docker/docker/libcontainerd/local 0.074s coverage: 1.2% of statements [2022-04-20T10:39:27.239Z] --- PASS: TestRegisterExistingLayer (0.16s) [2022-04-20T10:39:27.239Z] === RUN TestTarStreamVerification [2022-04-20T10:39:27.239Z] layer_test.go:684: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestLayerMigration [2022-04-20T10:39:27.239Z] migration_test.go:45: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestLayerMigrationNoTarsplit [2022-04-20T10:39:27.239Z] migration_test.go:181: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestMountInit [2022-04-20T10:39:27.239Z] mount_test.go:17: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestMountInit (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestMountSize [2022-04-20T10:39:27.239Z] mount_test.go:76: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestMountSize (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestMountChanges [2022-04-20T10:39:27.239Z] mount_test.go:125: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestMountChanges (0.00s) [2022-04-20T10:39:27.239Z] === RUN TestMountApply [2022-04-20T10:39:27.239Z] mount_test.go:212: Failing on Windows [2022-04-20T10:39:27.239Z] --- SKIP: TestMountApply (0.00s) [2022-04-20T10:39:27.239Z] PASS [2022-04-20T10:39:27.239Z] coverage: 30.6% of statements [2022-04-20T10:39:27.239Z] ok github.com/docker/docker/layer 0.404s coverage: 30.6% of statements [2022-04-20T10:39:27.626Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d53818_} [2022-04-20T10:39:27.707Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-20T10:39:27.707Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-20T10:39:27.707Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-20T10:39:27.707Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-20T10:39:28.508Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-20T10:39:28.705Z] === RUN TestSequenceGetAvailableBit [2022-04-20T10:39:28.705Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestSequenceEqual [2022-04-20T10:39:28.705Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestSequenceCopy [2022-04-20T10:39:28.705Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestGetFirstAvailable [2022-04-20T10:39:28.705Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestFindSequence [2022-04-20T10:39:28.705Z] --- PASS: TestFindSequence (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestCheckIfAvailable [2022-04-20T10:39:28.705Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestMergeSequences [2022-04-20T10:39:28.705Z] --- PASS: TestMergeSequences (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestPushReservation [2022-04-20T10:39:28.705Z] --- PASS: TestPushReservation (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestSerializeDeserialize [2022-04-20T10:39:28.705Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestSet [2022-04-20T10:39:28.705Z] --- PASS: TestSet (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestSetUnset [2022-04-20T10:39:28.705Z] --- PASS: TestSetUnset (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestOffsetSetUnset [2022-04-20T10:39:28.705Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestSetInRange [2022-04-20T10:39:28.705Z] --- PASS: TestSetInRange (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestSetAnyInRange [2022-04-20T10:39:28.705Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestMethods [2022-04-20T10:39:28.705Z] --- PASS: TestMethods (0.00s) [2022-04-20T10:39:28.705Z] === RUN TestRandomAllocateDeallocate [2022-04-20T10:39:29.000Z] --- PASS: TestServiceCreateInit (7.85s) [2022-04-20T10:39:29.000Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.10s) [2022-04-20T10:39:29.000Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.74s) [2022-04-20T10:39:29.000Z] === RUN TestCreateServiceMultipleTimes [2022-04-20T10:39:29.258Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-20T10:39:30.039Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-04-20T10:39:30.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-04-20T10:39:30.274Z] === RUN TestInvalidConfig [2022-04-20T10:39:30.274Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-20T10:39:30.274Z] === RUN TestConfig [2022-04-20T10:39:30.274Z] --- PASS: TestConfig (0.00s) [2022-04-20T10:39:30.274Z] === RUN TestOptionsLabels [2022-04-20T10:39:30.274Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-20T10:39:30.274Z] === RUN TestValidName [2022-04-20T10:39:30.274Z] --- PASS: TestValidName (0.00s) [2022-04-20T10:39:30.274Z] PASS [2022-04-20T10:39:30.274Z] coverage: 19.7% of statements [2022-04-20T10:39:30.274Z] ok github.com/docker/docker/libnetwork/config 0.090s coverage: 19.7% of statements [2022-04-20T10:39:30.452Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-04-20T10:39:30.452Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-20T10:39:31.274Z] === RUN TestKey [2022-04-20T10:39:31.274Z] --- PASS: TestKey (0.00s) [2022-04-20T10:39:31.274Z] === RUN TestParseKey [2022-04-20T10:39:31.274Z] --- PASS: TestParseKey (0.00s) [2022-04-20T10:39:31.274Z] === RUN TestInvalidDataStore [2022-04-20T10:39:31.274Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-20T10:39:31.274Z] === RUN TestKVObjectFlatKey [2022-04-20T10:39:31.274Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-20T10:39:31.274Z] === RUN TestAtomicKVObjectFlatKey [2022-04-20T10:39:31.274Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-20T10:39:31.274Z] PASS [2022-04-20T10:39:31.274Z] coverage: 21.9% of statements [2022-04-20T10:39:31.274Z] ok github.com/docker/docker/libnetwork/datastore 0.054s coverage: 21.9% of statements [2022-04-20T10:39:31.572Z] --- PASS: TestBuildMultiStageCopy (18.06s) [2022-04-20T10:39:31.573Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.44s) [2022-04-20T10:39:31.573Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.06s) [2022-04-20T10:39:31.573Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.29s) [2022-04-20T10:39:31.573Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.53s) [2022-04-20T10:39:31.573Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.75s) [2022-04-20T10:39:31.573Z] === RUN TestBuildMultiStageParentConfig [2022-04-20T10:39:31.745Z] === RUN TestIPDataMarshalling [2022-04-20T10:39:31.745Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-20T10:39:31.745Z] === RUN TestValidateAndIsV6 [2022-04-20T10:39:31.745Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-20T10:39:31.745Z] PASS [2022-04-20T10:39:31.745Z] coverage: 68.9% of statements [2022-04-20T10:39:31.745Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2022-04-20T10:39:32.736Z] === RUN TestErrorInterfaces [2022-04-20T10:39:32.736Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestNetworkMarshalling [2022-04-20T10:39:32.736Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-04-20T10:39:32.736Z] === RUN TestEndpointMarshalling [2022-04-20T10:39:32.736Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestAuxAddresses [2022-04-20T10:39:32.736Z] time="2022-04-20T10:39:32Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:39:32.736Z] --- PASS: TestAuxAddresses (0.02s) [2022-04-20T10:39:32.736Z] === RUN TestSRVServiceQuery [2022-04-20T10:39:32.736Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestSRVServiceQuery (0.02s) [2022-04-20T10:39:32.736Z] === RUN TestServiceVIPReuse [2022-04-20T10:39:32.736Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-04-20T10:39:32.736Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-20T10:39:32.736Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestDNSIPQuery [2022-04-20T10:39:32.736Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestDNSProxyServFail [2022-04-20T10:39:32.736Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestSandboxAddEmpty [2022-04-20T10:39:32.736Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestSandboxAddMultiPrio [2022-04-20T10:39:32.736Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestSandboxAddSamePrio [2022-04-20T10:39:32.736Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestCleanupServiceDiscovery [2022-04-20T10:39:32.736Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestDNSOptions [2022-04-20T10:39:32.736Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:39:32.736Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-20T10:39:32.736Z] === RUN TestMultipleControllersWithSameStore [2022-04-20T10:39:32.736Z] time="2022-04-20T10:39:32Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:39:32.736Z] time="2022-04-20T10:39:32Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-20T10:39:32.736Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-04-20T10:39:32.736Z] PASS [2022-04-20T10:39:32.736Z] coverage: 8.5% of statements [2022-04-20T10:39:32.736Z] ok github.com/docker/docker/libnetwork 0.423s coverage: 8.5% of statements [2022-04-20T10:39:32.985Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-20T10:39:33.208Z] === RUN TestDriver [2022-04-20T10:39:33.208Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:39:33.208Z] PASS [2022-04-20T10:39:33.208Z] coverage: 34.8% of statements [2022-04-20T10:39:33.208Z] ok github.com/docker/docker/libnetwork/drivers/host 0.045s coverage: 34.8% of statements [2022-04-20T10:39:33.677Z] === RUN TestDriver [2022-04-20T10:39:33.677Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:39:33.677Z] PASS [2022-04-20T10:39:33.677Z] coverage: 34.8% of statements [2022-04-20T10:39:33.677Z] ok github.com/docker/docker/libnetwork/drivers/null 0.052s coverage: 34.8% of statements [2022-04-20T10:39:34.668Z] === RUN TestNetworkAllocateFree [2022-04-20T10:39:34.668Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-20T10:39:34.668Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-20T10:39:34.668Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-20T10:39:34.668Z] PASS [2022-04-20T10:39:34.668Z] coverage: 63.6% of statements [2022-04-20T10:39:34.668Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.157s coverage: 63.6% of statements [2022-04-20T10:39:34.668Z] === RUN TestGetEmptyCapabilities [2022-04-20T10:39:34.668Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-04-20T10:39:34.668Z] === RUN TestGetExtraCapabilities [2022-04-20T10:39:34.668Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-04-20T10:39:34.668Z] === RUN TestGetInvalidCapabilities [2022-04-20T10:39:34.668Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-04-20T10:39:34.668Z] === RUN TestRemoteDriver [2022-04-20T10:39:34.668Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-20T10:39:34.668Z] === RUN TestDriverError [2022-04-20T10:39:34.668Z] --- PASS: TestDriverError (0.01s) [2022-04-20T10:39:34.668Z] === RUN TestMissingValues [2022-04-20T10:39:34.668Z] --- PASS: TestMissingValues (0.01s) [2022-04-20T10:39:34.668Z] === RUN TestRollback [2022-04-20T10:39:34.668Z] --- PASS: TestRollback (0.01s) [2022-04-20T10:39:34.668Z] PASS [2022-04-20T10:39:34.668Z] coverage: 57.4% of statements [2022-04-20T10:39:34.668Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.123s coverage: 57.4% of statements [2022-04-20T10:39:35.366Z] --- PASS: TestBuildMultiStageParentConfig (3.38s) [2022-04-20T10:39:35.366Z] === RUN TestBuildLabelWithTargets [2022-04-20T10:39:35.366Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:39:35.366Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-20T10:39:35.366Z] === RUN TestBuildWithEmptyLayers [2022-04-20T10:39:35.518Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-20T10:39:35.656Z] === RUN TestNAT [2022-04-20T10:39:35.656Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-20T10:39:35.656Z] --- SKIP: TestNAT (0.00s) [2022-04-20T10:39:35.656Z] === RUN TestTransparent [2022-04-20T10:39:35.656Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-20T10:39:35.656Z] --- SKIP: TestTransparent (0.00s) [2022-04-20T10:39:35.656Z] PASS [2022-04-20T10:39:35.656Z] coverage: 0.0% of statements [2022-04-20T10:39:35.656Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.138s coverage: 0.0% of statements [2022-04-20T10:39:36.124Z] === RUN TestBuildDefault [2022-04-20T10:39:36.124Z] --- PASS: TestBuildDefault (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestBuildHostnameDomainname [2022-04-20T10:39:36.124Z] === RUN TestNew [2022-04-20T10:39:36.124Z] --- PASS: TestNew (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestAddDriver [2022-04-20T10:39:36.124Z] --- PASS: TestAddDriver (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestAddDuplicateDriver [2022-04-20T10:39:36.124Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-20T10:39:36.124Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestDriver [2022-04-20T10:39:36.124Z] --- PASS: TestDriver (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestIPAM [2022-04-20T10:39:36.124Z] --- PASS: TestIPAM (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestWalkIPAMs [2022-04-20T10:39:36.124Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestBuildHostname [2022-04-20T10:39:36.124Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestWalkDrivers [2022-04-20T10:39:36.124Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-20T10:39:36.124Z] PASS [2022-04-20T10:39:36.124Z] coverage: 82.4% of statements [2022-04-20T10:39:36.124Z] --- PASS: TestBuildHostname (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestBuildHostnameFQDN [2022-04-20T10:39:36.124Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestBuildNoIP [2022-04-20T10:39:36.124Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestUpdate [2022-04-20T10:39:36.124Z] --- PASS: TestUpdate (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-20T10:39:36.124Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-20T10:39:36.124Z] ok github.com/docker/docker/libnetwork/drvregistry 0.103s coverage: 82.4% of statements [2022-04-20T10:39:36.124Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.01s) [2022-04-20T10:39:36.124Z] === RUN TestAddEmpty [2022-04-20T10:39:36.124Z] --- PASS: TestAddEmpty (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestAdd [2022-04-20T10:39:36.124Z] --- PASS: TestAdd (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestDeleteEmpty [2022-04-20T10:39:36.124Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestDeleteNewline [2022-04-20T10:39:36.124Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-20T10:39:36.124Z] === RUN TestDelete [2022-04-20T10:39:36.124Z] --- PASS: TestDelete (0.01s) [2022-04-20T10:39:36.124Z] === RUN TestConcurrentWrites [2022-04-20T10:39:36.248Z] === RUN TestConfigDaemonLibtrustID [2022-04-20T10:39:36.248Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-20T10:39:36.248Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-20T10:39:36.248Z] === RUN TestDaemonConfigValidation [2022-04-20T10:39:36.248Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-20T10:39:36.248Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-20T10:39:36.248Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-20T10:39:36.248Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-20T10:39:36.248Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-20T10:39:36.248Z] === RUN TestDaemonProxy [2022-04-20T10:39:36.248Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-20T10:39:36.248Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-20T10:39:36.248Z] PASS [2022-04-20T10:39:36.248Z] ok github.com/docker/docker/integration/daemon 0.129s [2022-04-20T10:39:36.248Z] [2022-04-20T10:39:36.248Z] === Skipped [2022-04-20T10:39:36.248Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-20T10:39:36.248Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-20T10:39:36.248Z] [2022-04-20T10:39:36.248Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-20T10:39:36.248Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-20T10:39:36.248Z] [2022-04-20T10:39:36.248Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-20T10:39:36.248Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-20T10:39:36.248Z] [2022-04-20T10:39:36.248Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-20T10:39:36.248Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-20T10:39:36.248Z] [2022-04-20T10:39:36.248Z] DONE 4 tests, 4 skipped in 24.806s [2022-04-20T10:39:36.248Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-20T10:39:36.593Z] --- PASS: TestRandomAllocateDeallocate (8.01s) [2022-04-20T10:39:36.593Z] === RUN TestAllocateRandomDeallocate [2022-04-20T10:39:36.593Z] --- PASS: TestConcurrentWrites (0.37s) [2022-04-20T10:39:36.593Z] PASS [2022-04-20T10:39:36.593Z] coverage: 81.2% of statements [2022-04-20T10:39:36.593Z] ok github.com/docker/docker/libnetwork/etchosts 0.469s coverage: 81.2% of statements [2022-04-20T10:39:36.894Z] --- PASS: TestBuildWithEmptyLayers (1.83s) [2022-04-20T10:39:36.894Z] === RUN TestBuildMultiStageOnBuild [2022-04-20T10:39:37.064Z] === RUN TestNew [2022-04-20T10:39:37.064Z] --- PASS: TestNew (0.00s) [2022-04-20T10:39:37.064Z] === RUN TestAllocate [2022-04-20T10:39:37.064Z] --- PASS: TestAllocate (0.00s) [2022-04-20T10:39:37.064Z] === RUN TestUninitialized [2022-04-20T10:39:37.064Z] --- PASS: TestUninitialized (0.00s) [2022-04-20T10:39:37.064Z] === RUN TestAllocateInRange [2022-04-20T10:39:37.064Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-20T10:39:37.064Z] === RUN TestAllocateSerial [2022-04-20T10:39:37.064Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-20T10:39:37.064Z] PASS [2022-04-20T10:39:37.064Z] coverage: 87.5% of statements [2022-04-20T10:39:37.064Z] ok github.com/docker/docker/libnetwork/idm 0.045s coverage: 87.5% of statements [2022-04-20T10:39:37.064Z] === RUN TestCaller [2022-04-20T10:39:37.064Z] --- PASS: TestCaller (0.00s) [2022-04-20T10:39:37.064Z] PASS [2022-04-20T10:39:37.064Z] coverage: 100.0% of statements [2022-04-20T10:39:37.064Z] ok github.com/docker/docker/libnetwork/internal/caller 0.062s coverage: 100.0% of statements [2022-04-20T10:39:37.416Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-20T10:39:38.054Z] === RUN TestSetSerialInsertDelete [2022-04-20T10:39:38.054Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-20T10:39:38.054Z] === RUN TestSetParallelInsertDelete [2022-04-20T10:39:38.351Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-20T10:39:38.522Z] --- PASS: TestAllocateRandomDeallocate (2.03s) [2022-04-20T10:39:38.522Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-20T10:39:38.609Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-20T10:39:39.175Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-20T10:39:39.513Z] === RUN TestInt2IP2IntConversion [2022-04-20T10:39:39.988Z] --- PASS: TestInt2IP2IntConversion (0.62s) [2022-04-20T10:39:39.988Z] === RUN TestGetAddressVersion [2022-04-20T10:39:39.988Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-20T10:39:39.988Z] === RUN TestKeyString [2022-04-20T10:39:39.988Z] --- PASS: TestKeyString (0.00s) [2022-04-20T10:39:39.988Z] === RUN TestPoolDataMarshal [2022-04-20T10:39:39.988Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-20T10:39:39.988Z] === RUN TestSubnetsMarshal [2022-04-20T10:39:39.988Z] --- PASS: TestSubnetsMarshal (0.12s) [2022-04-20T10:39:39.988Z] === RUN TestAddSubnets [2022-04-20T10:39:39.988Z] --- PASS: TestAddSubnets (0.09s) [2022-04-20T10:39:39.988Z] === RUN TestDoublePoolRelease [2022-04-20T10:39:39.988Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.59s) [2022-04-20T10:39:39.988Z] === RUN TestRetrieveFromStore [2022-04-20T10:39:39.988Z] --- PASS: TestDoublePoolRelease (0.05s) [2022-04-20T10:39:39.988Z] === RUN TestAddReleasePoolID [2022-04-20T10:39:39.988Z] === RUN TestPoolRequest [2022-04-20T10:39:39.988Z] --- PASS: TestPoolRequest (0.00s) [2022-04-20T10:39:39.988Z] === RUN TestOtherRequests [2022-04-20T10:39:39.988Z] --- PASS: TestOtherRequests (0.00s) [2022-04-20T10:39:39.988Z] PASS [2022-04-20T10:39:39.988Z] coverage: 57.1% of statements [2022-04-20T10:39:39.988Z] ok github.com/docker/docker/libnetwork/ipams/null 0.056s coverage: 57.1% of statements [2022-04-20T10:39:40.040Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:39:40.040Z] INFO: Testing against a local daemon [2022-04-20T10:39:40.040Z] === RUN TestCommitInheritsEnv [2022-04-20T10:39:40.040Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:39:40.040Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-20T10:39:40.040Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-20T10:39:40.040Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:39:40.040Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:39:40.040Z] === RUN TestImportWithCustomPlatform [2022-04-20T10:39:40.040Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:39:40.040Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-20T10:39:40.040Z] === RUN TestImagesFilterMultiReference [2022-04-20T10:39:40.040Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-04-20T10:39:40.040Z] === RUN TestImagePullPlatformInvalid [2022-04-20T10:39:40.040Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-04-20T10:39:40.040Z] === RUN TestRemoveImageOrphaning [2022-04-20T10:39:40.108Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-04-20T10:39:40.459Z] --- PASS: TestAddReleasePoolID (0.14s) [2022-04-20T10:39:40.459Z] === RUN TestPredefinedPool [2022-04-20T10:39:40.459Z] --- PASS: TestPredefinedPool (0.04s) [2022-04-20T10:39:40.459Z] === RUN TestRemoveSubnet [2022-04-20T10:39:40.459Z] --- PASS: TestRemoveSubnet (0.38s) [2022-04-20T10:39:40.459Z] === RUN TestGetSameAddress [2022-04-20T10:39:40.675Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-20T10:39:40.928Z] --- PASS: TestGetSameAddress (0.06s) [2022-04-20T10:39:40.928Z] === RUN TestPoolAllocationReuse [2022-04-20T10:39:40.928Z] --- PASS: TestRetrieveFromStore (0.92s) [2022-04-20T10:39:40.928Z] === RUN TestIsCorrupted [2022-04-20T10:39:40.928Z] --- PASS: TestIsCorrupted (0.03s) [2022-04-20T10:39:40.928Z] === RUN TestSetRollover [2022-04-20T10:39:40.934Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-20T10:39:41.398Z] === RUN TestGetCapabilities [2022-04-20T10:39:41.398Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-20T10:39:41.398Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-20T10:39:41.398Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-20T10:39:41.398Z] === RUN TestGetDefaultAddressSpaces [2022-04-20T10:39:41.398Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-04-20T10:39:41.398Z] === RUN TestRemoteDriver [2022-04-20T10:39:41.398Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-20T10:39:41.398Z] PASS [2022-04-20T10:39:41.501Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-20T10:39:41.607Z] --- PASS: TestRemoveImageOrphaning (1.11s) [2022-04-20T10:39:41.607Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-20T10:39:41.607Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-04-20T10:39:41.607Z] === RUN TestTagInvalidReference [2022-04-20T10:39:41.607Z] --- PASS: TestTagInvalidReference (0.06s) [2022-04-20T10:39:41.607Z] === RUN TestTagValidPrefixedRepo [2022-04-20T10:39:41.607Z] --- PASS: TestTagValidPrefixedRepo (0.11s) [2022-04-20T10:39:41.607Z] === RUN TestTagExistedNameWithoutForce [2022-04-20T10:39:41.607Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-04-20T10:39:41.607Z] === RUN TestTagOfficialNames [2022-04-20T10:39:41.607Z] --- PASS: TestTagOfficialNames (0.11s) [2022-04-20T10:39:41.607Z] === RUN TestTagMatchesDigest [2022-04-20T10:39:41.607Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-04-20T10:39:41.607Z] PASS [2022-04-20T10:39:41.607Z] ok github.com/docker/docker/integration/image 1.787s [2022-04-20T10:39:41.867Z] coverage: 47.4% of statements [2022-04-20T10:39:41.867Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.081s coverage: 47.4% of statements [2022-04-20T10:39:42.068Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-20T10:39:42.076Z] [2022-04-20T10:39:42.076Z] === Skipped [2022-04-20T10:39:42.076Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-20T10:39:42.076Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:39:42.076Z] [2022-04-20T10:39:42.076Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:39:42.076Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:39:42.076Z] [2022-04-20T10:39:42.076Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-20T10:39:42.076Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:39:42.076Z] [2022-04-20T10:39:42.076Z] DONE 12 tests, 3 skipped in 6.268s [2022-04-20T10:39:42.076Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-20T10:39:42.639Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-20T10:39:42.863Z] === RUN TestWindowsIPAM [2022-04-20T10:39:42.863Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-20T10:39:42.863Z] PASS [2022-04-20T10:39:42.863Z] coverage: 71.4% of statements [2022-04-20T10:39:42.863Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.050s coverage: 71.4% of statements [2022-04-20T10:39:43.207Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-20T10:39:43.336Z] --- PASS: TestPoolAllocationReuse (2.69s) [2022-04-20T10:39:43.336Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-20T10:39:43.336Z] --- PASS: TestGetAddressSubPoolEqualPool (0.05s) [2022-04-20T10:39:43.336Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-20T10:39:43.777Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-20T10:39:43.805Z] --- PASS: TestSetRollover (2.67s) [2022-04-20T10:39:43.805Z] === RUN TestSetRolloverSerial [2022-04-20T10:39:43.805Z] === RUN TestDefaultNetwork [2022-04-20T10:39:44.274Z] --- PASS: TestDefaultNetwork (0.36s) [2022-04-20T10:39:44.274Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-20T10:39:44.343Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-20T10:39:44.744Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.41s) [2022-04-20T10:39:44.744Z] === RUN TestInitAddressPools [2022-04-20T10:39:44.744Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-20T10:39:44.744Z] PASS [2022-04-20T10:39:44.744Z] coverage: 74.0% of statements [2022-04-20T10:39:44.744Z] ok github.com/docker/docker/libnetwork/ipamutils 0.866s coverage: 74.0% of statements [2022-04-20T10:39:44.910Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-20T10:39:45.074Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:39:45.074Z] INFO: Testing against a local daemon [2022-04-20T10:39:45.074Z] === RUN TestNetworkCreateDelete [2022-04-20T10:39:45.074Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:45.074Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestDockerNetworkDeletePreferID [2022-04-20T10:39:45.074Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-20T10:39:45.074Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestDaemonDNSFallback [2022-04-20T10:39:45.074Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:45.074Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestInspectNetwork [2022-04-20T10:39:45.074Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:45.074Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestRunContainerWithBridgeNone [2022-04-20T10:39:45.074Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:45.074Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-20T10:39:45.074Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:39:45.074Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:39:45.074Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:39:45.074Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-20T10:39:45.074Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-20T10:39:45.074Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-20T10:39:45.074Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.01s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.03s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.01s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.01s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.03s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.01s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.01s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestNetworkList [2022-04-20T10:39:45.074Z] === RUN TestNetworkList//networks [2022-04-20T10:39:45.074Z] === PAUSE TestNetworkList//networks [2022-04-20T10:39:45.074Z] === RUN TestNetworkList//networks/ [2022-04-20T10:39:45.074Z] === PAUSE TestNetworkList//networks/ [2022-04-20T10:39:45.074Z] === CONT TestNetworkList//networks [2022-04-20T10:39:45.074Z] === CONT TestNetworkList//networks/ [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkList (0.06s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-20T10:39:45.074Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-04-20T10:39:45.074Z] === RUN TestHostIPv4BridgeLabel [2022-04-20T10:39:45.074Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-20T10:39:45.074Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestDaemonDefaultNetworkPools [2022-04-20T10:39:45.074Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-20T10:39:45.074Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-20T10:39:45.074Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-20T10:39:45.074Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestServiceWithPredefinedNetwork [2022-04-20T10:39:45.074Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-20T10:39:45.074Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:39:45.074Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestServiceWithDataPathPortInit [2022-04-20T10:39:45.074Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-20T10:39:45.074Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-20T10:39:45.074Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.01s) [2022-04-20T10:39:45.074Z] PASS [2022-04-20T10:39:45.074Z] ok github.com/docker/docker/integration/network 0.245s [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === Skipped [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-20T10:39:45.074Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-20T10:39:45.074Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-20T10:39:45.074Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-20T10:39:45.074Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:39:45.074Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:39:45.074Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-20T10:39:45.074Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-20T10:39:45.074Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.074Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-20T10:39:45.074Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-20T10:39:45.074Z] [2022-04-20T10:39:45.075Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-20T10:39:45.075Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-20T10:39:45.075Z] [2022-04-20T10:39:45.075Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-20T10:39:45.075Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-20T10:39:45.075Z] [2022-04-20T10:39:45.075Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:39:45.075Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-20T10:39:45.075Z] [2022-04-20T10:39:45.075Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:39:45.075Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:39:45.075Z] [2022-04-20T10:39:45.075Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-20T10:39:45.075Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-20T10:39:45.075Z] [2022-04-20T10:39:45.075Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.01s) [2022-04-20T10:39:45.075Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-20T10:39:45.075Z] [2022-04-20T10:39:45.075Z] DONE 34 tests, 15 skipped in 3.208s [2022-04-20T10:39:45.547Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-20T10:39:45.739Z] === RUN TestKeyValue [2022-04-20T10:39:45.739Z] --- PASS: TestKeyValue (0.00s) [2022-04-20T10:39:45.739Z] PASS [2022-04-20T10:39:45.739Z] coverage: 60.0% of statements [2022-04-20T10:39:45.739Z] ok github.com/docker/docker/libnetwork/netlabel 0.052s coverage: 60.0% of statements [2022-04-20T10:39:45.846Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-20T10:39:46.015Z] testing: warning: no tests to run [2022-04-20T10:39:46.015Z] PASS [2022-04-20T10:39:46.015Z] ok github.com/docker/docker/integration/network/ipvlan 0.089s [2022-04-20T10:39:46.015Z] [2022-04-20T10:39:46.015Z] DONE 0 tests in 0.798s [2022-04-20T10:39:46.103Z] --- PASS: TestCreateServiceMultipleTimes (17.18s) [2022-04-20T10:39:46.104Z] === RUN TestCreateServiceConflict [2022-04-20T10:39:46.362Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-20T10:39:46.484Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-20T10:39:46.844Z] --- PASS: TestSetRolloverSerial (2.89s) [2022-04-20T10:39:46.844Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-20T10:39:46.844Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-20T10:39:46.844Z] PASS [2022-04-20T10:39:46.844Z] coverage: 84.4% of statements [2022-04-20T10:39:46.844Z] ok github.com/docker/docker/libnetwork/bitseq 18.192s coverage: 84.4% of statements [2022-04-20T10:39:46.954Z] testing: warning: no tests to run [2022-04-20T10:39:46.954Z] PASS [2022-04-20T10:39:46.954Z] ok github.com/docker/docker/integration/network/macvlan 0.078s [2022-04-20T10:39:46.954Z] [2022-04-20T10:39:46.954Z] DONE 0 tests in 0.801s [2022-04-20T10:39:47.296Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-20T10:39:47.422Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-20T10:39:47.863Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-20T10:39:47.892Z] testing: warning: no tests to run [2022-04-20T10:39:47.892Z] PASS [2022-04-20T10:39:47.892Z] ok github.com/docker/docker/integration/plugin 0.069s [2022-04-20T10:39:47.892Z] [2022-04-20T10:39:47.892Z] DONE 0 tests in 0.732s [2022-04-20T10:39:47.892Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-20T10:39:48.414Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-04-20T10:39:48.414Z] PASS [2022-04-20T10:39:48.414Z] coverage: 100.0% of statements [2022-04-20T10:39:48.414Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.141s coverage: 100.0% of statements [2022-04-20T10:39:48.798Z] --- PASS: TestCreateServiceConflict (2.55s) [2022-04-20T10:39:48.798Z] === RUN TestCreateServiceMaxReplicas [2022-04-20T10:39:48.798Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-20T10:39:48.798Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-20T10:39:48.881Z] testing: warning: no tests to run [2022-04-20T10:39:48.881Z] PASS [2022-04-20T10:39:48.881Z] ok github.com/docker/docker/integration/plugin/authz 0.081s [2022-04-20T10:39:48.881Z] [2022-04-20T10:39:48.881Z] DONE 0 tests in 0.753s [2022-04-20T10:39:48.881Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-20T10:39:49.363Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-20T10:39:49.406Z] === RUN TestNetworkDBSimple [2022-04-20T10:39:49.406Z] --- PASS: TestRequestReleaseAddressFromSubPool (5.83s) [2022-04-20T10:39:49.406Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-20T10:39:49.406Z] === RUN TestGenerate [2022-04-20T10:39:49.406Z] --- PASS: TestGenerate (0.00s) [2022-04-20T10:39:49.406Z] === RUN TestGeneratePtr [2022-04-20T10:39:49.406Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-20T10:39:49.406Z] === RUN TestGenerateMissingField [2022-04-20T10:39:49.406Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-20T10:39:49.406Z] === RUN TestFieldCannotBeSet [2022-04-20T10:39:49.406Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-20T10:39:49.406Z] === RUN TestTypeMismatchError [2022-04-20T10:39:49.406Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-20T10:39:49.406Z] PASS [2022-04-20T10:39:49.406Z] coverage: 100.0% of statements [2022-04-20T10:39:49.406Z] ok github.com/docker/docker/libnetwork/options 0.049s coverage: 100.0% of statements [2022-04-20T10:39:49.929Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-20T10:39:50.396Z] 2022/04/20 10:39:49 Closing DB instances... [2022-04-20T10:39:50.396Z] testing: warning: no tests to run [2022-04-20T10:39:50.396Z] PASS [2022-04-20T10:39:50.396Z] coverage: 0.0% of statements [2022-04-20T10:39:50.396Z] ok github.com/docker/docker/libnetwork/osl 0.051s coverage: 0.0% of statements [no tests to run] [2022-04-20T10:39:51.305Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-20T10:39:51.872Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-20T10:39:51.960Z] === RUN TestRequestNewPort [2022-04-20T10:39:51.960Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestRequestSpecificPort [2022-04-20T10:39:51.960Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestReleasePort [2022-04-20T10:39:51.960Z] --- PASS: TestReleasePort (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestReuseReleasedPort [2022-04-20T10:39:51.960Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestReleaseUnreadledPort [2022-04-20T10:39:51.960Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestUnknowProtocol [2022-04-20T10:39:51.960Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestAllocateAllPorts [2022-04-20T10:39:51.960Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestPortAllocation [2022-04-20T10:39:51.960Z] --- PASS: TestPortAllocation (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestPortAllocationWithCustomRange [2022-04-20T10:39:51.960Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestNoDuplicateBPR [2022-04-20T10:39:51.960Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-20T10:39:51.960Z] === RUN TestChangePortRange [2022-04-20T10:39:51.960Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-20T10:39:51.960Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-20T10:39:51.960Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-20T10:39:51.960Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-20T10:39:51.960Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-20T10:39:51.960Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-20T10:39:51.960Z] --- PASS: TestChangePortRange (0.00s) [2022-04-20T10:39:51.960Z] PASS [2022-04-20T10:39:51.960Z] coverage: 88.6% of statements [2022-04-20T10:39:51.960Z] ok github.com/docker/docker/libnetwork/portallocator 0.057s coverage: 88.6% of statements [2022-04-20T10:39:51.960Z] --- PASS: TestNetworkDBSimple (2.67s) [2022-04-20T10:39:51.960Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-20T10:39:52.138Z] --- PASS: TestCreateServiceMaxReplicas (3.33s) [2022-04-20T10:39:52.138Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-20T10:39:52.713Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-20T10:39:52.951Z] testing: warning: no tests to run [2022-04-20T10:39:52.951Z] PASS [2022-04-20T10:39:52.951Z] coverage: 0.0% of statements [2022-04-20T10:39:52.951Z] ok github.com/docker/docker/libnetwork/portmapper 0.047s coverage: 0.0% of statements [no tests to run] [2022-04-20T10:39:52.951Z] 2022/04/20 10:39:52 Closing DB instances... [2022-04-20T10:39:52.951Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.88s) [2022-04-20T10:39:52.951Z] === RUN TestGetAddress [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-20T10:39:53.420Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-20T10:39:53.646Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:39:53.646Z] INFO: Testing against a local daemon [2022-04-20T10:39:53.646Z] === RUN TestPluginInvalidJSON [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:39:53.647Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:39:53.647Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-20T10:39:53.647Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-20T10:39:53.647Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:39:53.647Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-20T10:39:53.647Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-20T10:39:53.647Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-20T10:39:53.647Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-20T10:39:53.647Z] === RUN TestPluginInstall [2022-04-20T10:39:53.647Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-20T10:39:53.647Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-20T10:39:53.647Z] === RUN TestPluginsWithRuntimes [2022-04-20T10:39:53.647Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-20T10:39:53.647Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-20T10:39:53.647Z] === RUN TestPluginBackCompatMediaTypes [2022-04-20T10:39:53.647Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-20T10:39:53.647Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:39:53.647Z] PASS [2022-04-20T10:39:53.647Z] ok github.com/docker/docker/integration/plugin/common 0.123s [2022-04-20T10:39:53.647Z] [2022-04-20T10:39:53.647Z] === Skipped [2022-04-20T10:39:53.647Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-20T10:39:53.647Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-20T10:39:53.647Z] [2022-04-20T10:39:53.647Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-20T10:39:53.647Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-20T10:39:53.647Z] [2022-04-20T10:39:53.647Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:39:53.647Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-20T10:39:53.647Z] [2022-04-20T10:39:53.647Z] DONE 19 tests, 3 skipped in 4.532s [2022-04-20T10:39:53.647Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-20T10:39:53.649Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-04-20T10:39:53.649Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-20T10:39:53.889Z] === RUN TestHashData [2022-04-20T10:39:53.889Z] --- PASS: TestHashData (0.00s) [2022-04-20T10:39:53.889Z] PASS [2022-04-20T10:39:53.889Z] coverage: 2.8% of statements [2022-04-20T10:39:53.889Z] ok github.com/docker/docker/libnetwork/resolvconf 0.069s coverage: 2.8% of statements [2022-04-20T10:39:54.358Z] === RUN TestErrorConstructors [2022-04-20T10:39:54.358Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-20T10:39:54.358Z] === RUN TestCompareIPMask [2022-04-20T10:39:54.358Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-20T10:39:54.358Z] === RUN TestUtilGetHostPartIP [2022-04-20T10:39:54.358Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-20T10:39:54.358Z] === RUN TestUtilGetBroadcastIP [2022-04-20T10:39:54.358Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-20T10:39:54.358Z] === RUN TestParseCIDR [2022-04-20T10:39:54.358Z] --- PASS: TestParseCIDR (0.00s) [2022-04-20T10:39:54.358Z] PASS [2022-04-20T10:39:54.358Z] coverage: 37.3% of statements [2022-04-20T10:39:54.358Z] ok github.com/docker/docker/libnetwork/types 0.046s coverage: 37.3% of statements [2022-04-20T10:39:54.557Z] --- PASS: TestBuildMultiStageOnBuild (17.75s) [2022-04-20T10:39:54.557Z] === RUN TestBuildUncleanTarFilenames [2022-04-20T10:39:54.557Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:39:54.557Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-04-20T10:39:54.557Z] === RUN TestBuildMultiStageLayerLeak [2022-04-20T10:39:54.584Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-20T10:39:54.828Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-04-20T10:39:54.828Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-20T10:39:55.298Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-20T10:39:55.298Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-20T10:39:55.298Z] PASS [2022-04-20T10:39:55.298Z] coverage: 55.0% of statements [2022-04-20T10:39:55.298Z] ok github.com/docker/docker/oci 0.127s coverage: 55.0% of statements [2022-04-20T10:39:55.768Z] 2022/04/20 10:39:55 Closing DB instances... [2022-04-20T10:39:55.875Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:39:55.875Z] INFO: Testing against a local daemon [2022-04-20T10:39:55.875Z] === RUN TestExternalGraphDriver [2022-04-20T10:39:55.875Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-20T10:39:55.875Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-20T10:39:55.875Z] === RUN TestGraphdriverPluginV2 [2022-04-20T10:39:55.875Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-20T10:39:55.875Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-20T10:39:55.875Z] PASS [2022-04-20T10:39:55.875Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.095s [2022-04-20T10:39:55.875Z] [2022-04-20T10:39:55.875Z] === Skipped [2022-04-20T10:39:55.875Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-20T10:39:55.875Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-20T10:39:55.875Z] [2022-04-20T10:39:55.875Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-20T10:39:55.875Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-20T10:39:55.875Z] [2022-04-20T10:39:55.875Z] DONE 2 tests, 2 skipped in 2.241s [2022-04-20T10:39:55.875Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-20T10:39:56.236Z] === RUN TestAddressPoolOpt [2022-04-20T10:39:56.237Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/a [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/something [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/_=a [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/env1=value1 [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/_env1=value1 [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/PATH [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/=a [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/PATH= [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/PATH=something [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/asd!qwe [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/1asd [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/123 [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/some_space [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/__some_space_before [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/some_space_after__ [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/= [2022-04-20T10:39:56.237Z] === RUN TestValidateEnv/PaTh [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestParseHost [2022-04-20T10:39:56.237Z] --- PASS: TestParseHost (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestParseDockerDaemonHost [2022-04-20T10:39:56.237Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestParseTCP [2022-04-20T10:39:56.237Z] --- PASS: TestParseTCP (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-20T10:39:56.237Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestValidateExtraHosts [2022-04-20T10:39:56.237Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestIpOptString [2022-04-20T10:39:56.237Z] --- PASS: TestIpOptString (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-20T10:39:56.237Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestNewIpOptValidDefaultVal [2022-04-20T10:39:56.237Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestIpOptSetInvalidVal [2022-04-20T10:39:56.237Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestValidateIPAddress [2022-04-20T10:39:56.237Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestMapOpts [2022-04-20T10:39:56.237Z] --- PASS: TestMapOpts (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestListOptsWithoutValidator [2022-04-20T10:39:56.237Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestListOptsWithValidator [2022-04-20T10:39:56.237Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestValidateDNSSearch [2022-04-20T10:39:56.237Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_general_format [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_one_more [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-20T10:39:56.237Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-20T10:39:56.237Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestNamedListOpts [2022-04-20T10:39:56.237Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestNamedMapOpts [2022-04-20T10:39:56.237Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestParseLink [2022-04-20T10:39:56.237Z] --- PASS: TestParseLink (0.00s) [2022-04-20T10:39:56.237Z] === RUN TestUlimitOpt [2022-04-20T10:39:56.237Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-20T10:39:56.237Z] PASS [2022-04-20T10:39:56.237Z] coverage: 66.5% of statements [2022-04-20T10:39:56.237Z] ok github.com/docker/docker/opts 0.091s coverage: 66.5% of statements [2022-04-20T10:39:56.237Z] === RUN TestParseVersion [2022-04-20T10:39:56.237Z] --- PASS: TestParseVersion (0.00s) [2022-04-20T10:39:56.237Z] PASS [2022-04-20T10:39:56.237Z] coverage: 52.9% of statements [2022-04-20T10:39:56.237Z] ok github.com/docker/docker/pkg/aaparser 0.070s coverage: 52.9% of statements [2022-04-20T10:39:56.487Z] docker_api_swarm_node_test.go:81: [d549115b66bd7] joining swarm manager [d1450ea476153]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:39:56.744Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-20T10:39:57.805Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.86s) [2022-04-20T10:39:57.805Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-20T10:39:58.092Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:39:58.092Z] INFO: Testing against a local daemon [2022-04-20T10:39:58.092Z] === RUN TestReadPluginNoRead [2022-04-20T10:39:58.092Z] read_test.go:21: no unix domain sockets on Windows [2022-04-20T10:39:58.092Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-20T10:39:58.092Z] PASS [2022-04-20T10:39:58.092Z] ok github.com/docker/docker/integration/plugin/logging 0.093s [2022-04-20T10:39:58.092Z] [2022-04-20T10:39:58.092Z] === Skipped [2022-04-20T10:39:58.092Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-20T10:39:58.092Z] read_test.go:21: no unix domain sockets on Windows [2022-04-20T10:39:58.092Z] [2022-04-20T10:39:58.092Z] DONE 1 tests, 1 skipped in 2.192s [2022-04-20T10:39:58.092Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-20T10:39:58.275Z] === RUN TestPeerCertificateMarshalJSON [2022-04-20T10:39:58.743Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-20T10:39:58.743Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-20T10:39:58.743Z] --- PASS: TestPeerCertificateMarshalJSON (0.48s) [2022-04-20T10:39:58.743Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-20T10:39:58.743Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-20T10:39:58.743Z] === RUN TestMiddleware [2022-04-20T10:39:58.743Z] --- PASS: TestMiddleware (0.00s) [2022-04-20T10:39:58.743Z] === RUN TestNewResponseModifier [2022-04-20T10:39:58.743Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-20T10:39:58.743Z] PASS [2022-04-20T10:39:58.743Z] coverage: 26.8% of statements [2022-04-20T10:39:58.743Z] ok github.com/docker/docker/pkg/authorization 0.550s coverage: 26.8% of statements [2022-04-20T10:39:59.212Z] === RUN TestIsArchivePathDir [2022-04-20T10:39:59.212Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-04-20T10:39:59.212Z] === RUN TestIsArchivePathInvalidFile [2022-04-20T10:39:59.212Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-04-20T10:39:59.212Z] === RUN TestIsArchivePathTar [2022-04-20T10:39:59.658Z] testing: warning: no tests to run [2022-04-20T10:39:59.658Z] PASS [2022-04-20T10:39:59.658Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.071s [2022-04-20T10:39:59.658Z] [2022-04-20T10:39:59.658Z] DONE 0 tests in 1.071s [2022-04-20T10:39:59.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-20T10:39:59.686Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-04-20T10:39:59.686Z] === RUN TestDecompressStreamGzip [2022-04-20T10:39:59.686Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-04-20T10:39:59.686Z] === RUN TestDecompressStreamBzip2 [2022-04-20T10:39:59.686Z] === RUN TestUnbuffered [2022-04-20T10:39:59.686Z] --- PASS: TestUnbuffered (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestRaceUnbuffered [2022-04-20T10:39:59.686Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-20T10:39:59.686Z] PASS [2022-04-20T10:39:59.686Z] coverage: 100.0% of statements [2022-04-20T10:39:59.686Z] ok github.com/docker/docker/pkg/broadcaster 0.047s coverage: 100.0% of statements [2022-04-20T10:39:59.686Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-04-20T10:39:59.686Z] === RUN TestDecompressStreamXz [2022-04-20T10:39:59.686Z] archive_test.go:133: Xz not present in msys2 [2022-04-20T10:39:59.686Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestDecompressStreamZstd [2022-04-20T10:39:59.686Z] archive_test.go:140: zstd not installed [2022-04-20T10:39:59.686Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-04-20T10:39:59.686Z] === RUN TestCompressStreamXzUnsupported [2022-04-20T10:39:59.686Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-20T10:39:59.686Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestCompressStreamInvalid [2022-04-20T10:39:59.686Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestExtensionInvalid [2022-04-20T10:39:59.686Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestExtensionUncompressed [2022-04-20T10:39:59.686Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestExtensionBzip2 [2022-04-20T10:39:59.686Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestExtensionGzip [2022-04-20T10:39:59.686Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestExtensionXz [2022-04-20T10:39:59.686Z] --- PASS: TestExtensionXz (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestExtensionZstd [2022-04-20T10:39:59.686Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestCmdStreamLargeStderr [2022-04-20T10:39:59.686Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-04-20T10:39:59.686Z] === RUN TestCmdStreamBad [2022-04-20T10:39:59.686Z] archive_test.go:252: Failing on Windows CI machines [2022-04-20T10:39:59.686Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-20T10:39:59.686Z] === RUN TestCmdStreamGood [2022-04-20T10:40:00.028Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-20T10:40:00.156Z] 2022/04/20 10:39:59 Closing DB instances... [2022-04-20T10:40:00.156Z] --- PASS: TestCmdStreamGood (0.05s) [2022-04-20T10:40:00.156Z] === RUN TestUntarPathWithInvalidDest [2022-04-20T10:40:00.156Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-04-20T10:40:00.156Z] === RUN TestUntarPathWithInvalidSrc [2022-04-20T10:40:00.156Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-20T10:40:00.156Z] === RUN TestUntarPath [2022-04-20T10:40:00.156Z] --- PASS: TestUntarPath (0.09s) [2022-04-20T10:40:00.156Z] === RUN TestUntarPathWithDestinationFile [2022-04-20T10:40:00.156Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-04-20T10:40:00.156Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-20T10:40:00.156Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-04-20T10:40:00.156Z] === RUN TestCopyWithTarInvalidSrc [2022-04-20T10:40:00.156Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-20T10:40:00.156Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-20T10:40:00.156Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-20T10:40:00.156Z] === RUN TestCopyWithTarSrcFile [2022-04-20T10:40:00.156Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-04-20T10:40:00.156Z] === RUN TestCopyWithTarSrcFolder [2022-04-20T10:40:00.156Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-20T10:40:00.156Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-20T10:40:00.156Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-20T10:40:00.156Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-20T10:40:00.156Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-20T10:40:00.156Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-20T10:40:00.156Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-04-20T10:40:00.156Z] === RUN TestCopyFileWithTarSrcFile [2022-04-20T10:40:00.156Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-04-20T10:40:00.156Z] === RUN TestTarFiles [2022-04-20T10:40:00.625Z] === RUN TestMatch [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[foo]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[foo_bar]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[]#01 [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[qux]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-20T10:40:00.625Z] === RUN TestMatch/[[foo_baz]] [2022-04-20T10:40:00.625Z] --- PASS: TestMatch (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-20T10:40:00.625Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-20T10:40:00.625Z] PASS [2022-04-20T10:40:00.625Z] coverage: 87.5% of statements [2022-04-20T10:40:00.625Z] ok github.com/docker/docker/pkg/capabilities 0.048s coverage: 87.5% of statements [2022-04-20T10:40:01.614Z] === RUN TestChrootTarUntar [2022-04-20T10:40:01.614Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-20T10:40:01.614Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootUntarEmptyArchive [2022-04-20T10:40:01.614Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootTarUntarWithSymlink [2022-04-20T10:40:01.614Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootCopyWithTar [2022-04-20T10:40:01.614Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootCopyFileWithTar [2022-04-20T10:40:01.614Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootUntarPath [2022-04-20T10:40:01.614Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-20T10:40:01.614Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-20T10:40:01.614Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:40:01.614Z] === RUN TestChrootApplyDotDotFile [2022-04-20T10:40:01.614Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:01.614Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-20T10:40:01.614Z] PASS [2022-04-20T10:40:01.614Z] coverage: 12.0% of statements [2022-04-20T10:40:01.614Z] ok github.com/docker/docker/pkg/chrootarchive 0.108s coverage: 12.0% of statements [2022-04-20T10:40:01.876Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:40:01.876Z] INFO: Testing against a local daemon [2022-04-20T10:40:01.876Z] === RUN TestPluginWithDevMounts [2022-04-20T10:40:01.876Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:01.876Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-20T10:40:01.876Z] PASS [2022-04-20T10:40:01.876Z] ok github.com/docker/docker/integration/plugin/volumes 0.098s [2022-04-20T10:40:01.876Z] [2022-04-20T10:40:01.876Z] === Skipped [2022-04-20T10:40:01.876Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-20T10:40:01.876Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:01.876Z] [2022-04-20T10:40:01.876Z] DONE 1 tests, 1 skipped in 2.175s [2022-04-20T10:40:01.876Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-20T10:40:01.929Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-20T10:40:02.085Z] --- PASS: TestNetworkDBCRUDTableEntry (4.43s) [2022-04-20T10:40:02.085Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-20T10:40:02.865Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-20T10:40:03.075Z] === RUN TestEnsureRemoveAllNotExist [2022-04-20T10:40:03.075Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-20T10:40:03.075Z] === RUN TestEnsureRemoveAllWithDir [2022-04-20T10:40:03.075Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-20T10:40:03.075Z] === RUN TestEnsureRemoveAllWithFile [2022-04-20T10:40:03.075Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-20T10:40:03.075Z] PASS [2022-04-20T10:40:03.075Z] coverage: 0.0% of statements [2022-04-20T10:40:03.075Z] ok github.com/docker/docker/pkg/containerfs 0.051s coverage: 0.0% of statements [2022-04-20T10:40:03.444Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:40:03.444Z] INFO: Testing against a local daemon [2022-04-20T10:40:03.444Z] === RUN TestSecretInspect [2022-04-20T10:40:03.444Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-20T10:40:03.444Z] === RUN TestSecretList [2022-04-20T10:40:03.444Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] --- SKIP: TestSecretList (0.00s) [2022-04-20T10:40:03.444Z] === RUN TestSecretsCreateAndDelete [2022-04-20T10:40:03.444Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-20T10:40:03.444Z] === RUN TestSecretsUpdate [2022-04-20T10:40:03.444Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-20T10:40:03.444Z] === RUN TestTemplatedSecret [2022-04-20T10:40:03.444Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-20T10:40:03.444Z] === RUN TestSecretCreateResolve [2022-04-20T10:40:03.444Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:03.444Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-20T10:40:03.444Z] PASS [2022-04-20T10:40:03.444Z] ok github.com/docker/docker/integration/secret 0.101s [2022-04-20T10:40:03.444Z] [2022-04-20T10:40:03.444Z] === Skipped [2022-04-20T10:40:03.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-20T10:40:03.444Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] [2022-04-20T10:40:03.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-20T10:40:03.444Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] [2022-04-20T10:40:03.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-20T10:40:03.444Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] [2022-04-20T10:40:03.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-20T10:40:03.444Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] [2022-04-20T10:40:03.444Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-20T10:40:03.444Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:03.444Z] [2022-04-20T10:40:03.444Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-20T10:40:03.444Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:03.444Z] [2022-04-20T10:40:03.444Z] DONE 6 tests, 6 skipped in 1.689s [2022-04-20T10:40:03.444Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-20T10:40:04.065Z] 2022/04/20 10:40:03 Closing DB instances... [2022-04-20T10:40:04.065Z] === RUN TestSizeEmpty [2022-04-20T10:40:04.065Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-20T10:40:04.065Z] === RUN TestSizeEmptyFile [2022-04-20T10:40:04.065Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-20T10:40:04.065Z] === RUN TestSizeNonemptyFile [2022-04-20T10:40:04.065Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-20T10:40:04.065Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-20T10:40:04.065Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-20T10:40:04.065Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-20T10:40:04.065Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-20T10:40:04.065Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-20T10:40:04.065Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-20T10:40:04.065Z] === RUN TestMoveToSubdir [2022-04-20T10:40:04.065Z] --- PASS: TestMoveToSubdir (0.01s) [2022-04-20T10:40:04.065Z] === RUN TestSizeNonExistingDirectory [2022-04-20T10:40:04.065Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-20T10:40:04.065Z] PASS [2022-04-20T10:40:04.065Z] coverage: 80.0% of statements [2022-04-20T10:40:04.065Z] ok github.com/docker/docker/pkg/directory 0.109s coverage: 80.0% of statements [2022-04-20T10:40:05.054Z] --- PASS: TestNetworkDBCRUDTableEntries (3.25s) [2022-04-20T10:40:05.054Z] === RUN TestNetworkDBNodeLeave [2022-04-20T10:40:05.054Z] === RUN TestPollerAddRemove [2022-04-20T10:40:05.054Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-20T10:40:05.054Z] === RUN TestPollerEvent [2022-04-20T10:40:05.054Z] poller_test.go:40: No chmod on Windows [2022-04-20T10:40:05.054Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-20T10:40:05.054Z] === RUN TestPollerClose [2022-04-20T10:40:05.054Z] --- PASS: TestPollerClose (0.00s) [2022-04-20T10:40:05.054Z] PASS [2022-04-20T10:40:05.054Z] coverage: 36.2% of statements [2022-04-20T10:40:05.054Z] ok github.com/docker/docker/pkg/filenotify 0.048s coverage: 36.2% of statements [2022-04-20T10:40:06.148Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-20T10:40:06.405Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:40:06.405Z] INFO: Testing against a local daemon [2022-04-20T10:40:06.405Z] === RUN TestServiceCreateInit [2022-04-20T10:40:06.405Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-20T10:40:06.405Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-20T10:40:06.405Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- PASS: TestServiceCreateInit (0.06s) [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestCreateServiceMultipleTimes [2022-04-20T10:40:06.405Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestCreateServiceConflict [2022-04-20T10:40:06.405Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestCreateServiceMaxReplicas [2022-04-20T10:40:06.405Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-04-20T10:40:06.405Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-20T10:40:06.405Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestCreateServiceSecretFileMode [2022-04-20T10:40:06.405Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestCreateServiceConfigFileMode [2022-04-20T10:40:06.405Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestCreateServiceSysctls [2022-04-20T10:40:06.405Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-04-20T10:40:06.405Z] === RUN TestCreateServiceCapabilities [2022-04-20T10:40:06.405Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-04-20T10:40:06.405Z] === RUN TestInspect [2022-04-20T10:40:06.405Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestInspect (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestCreateJob [2022-04-20T10:40:06.405Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestCreateJob (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestReplicatedJob [2022-04-20T10:40:06.405Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestUpdateReplicatedJob [2022-04-20T10:40:06.405Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestServiceListWithStatuses [2022-04-20T10:40:06.405Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestDockerNetworkConnectAlias [2022-04-20T10:40:06.405Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestDockerNetworkReConnect [2022-04-20T10:40:06.405Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestServicePlugin [2022-04-20T10:40:06.405Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestServiceUpdateLabel [2022-04-20T10:40:06.405Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestServiceUpdateSecrets [2022-04-20T10:40:06.405Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestServiceUpdateConfigs [2022-04-20T10:40:06.405Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestServiceUpdateNetwork [2022-04-20T10:40:06.405Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-20T10:40:06.405Z] === RUN TestServiceUpdatePidsLimit [2022-04-20T10:40:06.405Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-20T10:40:06.405Z] PASS [2022-04-20T10:40:06.405Z] ok github.com/docker/docker/integration/service 0.283s [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === Skipped [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:40:06.405Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:40:06.405Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-20T10:40:06.405Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-20T10:40:06.405Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-04-20T10:40:06.405Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-20T10:40:06.405Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-20T10:40:06.405Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-20T10:40:06.405Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-04-20T10:40:06.405Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-04-20T10:40:06.405Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-20T10:40:06.405Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-20T10:40:06.405Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-20T10:40:06.405Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-20T10:40:06.405Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-20T10:40:06.405Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-20T10:40:06.405Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-20T10:40:06.405Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-20T10:40:06.405Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-20T10:40:06.405Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-20T10:40:06.405Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-20T10:40:06.405Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-20T10:40:06.405Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-20T10:40:06.405Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:40:06.405Z] [2022-04-20T10:40:06.405Z] DONE 24 tests, 23 skipped in 2.622s [2022-04-20T10:40:06.405Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-20T10:40:06.407Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.31s) [2022-04-20T10:40:06.407Z] === RUN TestCreateServiceSecretFileMode [2022-04-20T10:40:06.637Z] === RUN TestCopyFileWithInvalidSrc [2022-04-20T10:40:06.637Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestCopyFileWithInvalidDest [2022-04-20T10:40:06.637Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-20T10:40:06.637Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-20T10:40:06.637Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestCopyFile [2022-04-20T10:40:06.637Z] --- PASS: TestCopyFile (0.01s) [2022-04-20T10:40:06.637Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-20T10:40:06.637Z] fileutils_test.go:133: Needs porting to Windows [2022-04-20T10:40:06.637Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-20T10:40:06.637Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-20T10:40:06.637Z] fileutils_test.go:179: Needs porting to Windows [2022-04-20T10:40:06.637Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestWildcardMatches [2022-04-20T10:40:06.637Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestPatternMatches [2022-04-20T10:40:06.637Z] --- PASS: TestPatternMatches (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-20T10:40:06.637Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestPatternMatchesFolderExclusions [2022-04-20T10:40:06.637Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-20T10:40:06.637Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-20T10:40:06.637Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-20T10:40:06.637Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-20T10:40:06.637Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestSingleExclamationError [2022-04-20T10:40:06.637Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestMatchesWithNoPatterns [2022-04-20T10:40:06.637Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestMatchesWithMalformedPatterns [2022-04-20T10:40:06.637Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-20T10:40:06.637Z] === RUN TestMatches [2022-04-20T10:40:06.637Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-20T10:40:06.637Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-20T10:40:06.637Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-20T10:40:06.637Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-20T10:40:06.637Z] --- PASS: TestMatches (0.01s) [2022-04-20T10:40:06.638Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-20T10:40:06.638Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-20T10:40:06.638Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-20T10:40:06.638Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCleanPatterns [2022-04-20T10:40:06.638Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-20T10:40:06.638Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCleanPatternsExceptionFlag [2022-04-20T10:40:06.638Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-20T10:40:06.638Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-20T10:40:06.638Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCleanPatternsErrorSingleException [2022-04-20T10:40:06.638Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCreateIfNotExistsDir [2022-04-20T10:40:06.638Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCreateIfNotExistsFile [2022-04-20T10:40:06.638Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-04-20T10:40:06.638Z] === RUN TestMatch [2022-04-20T10:40:06.638Z] --- PASS: TestMatch (0.00s) [2022-04-20T10:40:06.638Z] === RUN TestCompile [2022-04-20T10:40:06.638Z] === RUN TestCompile/slash [2022-04-20T10:40:06.638Z] === RUN TestCompile/backslash [2022-04-20T10:40:06.638Z] --- PASS: TestCompile (0.00s) [2022-04-20T10:40:06.638Z] --- PASS: TestCompile/slash (0.00s) [2022-04-20T10:40:06.638Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-20T10:40:06.638Z] PASS [2022-04-20T10:40:06.638Z] coverage: 84.7% of statements [2022-04-20T10:40:06.638Z] ok github.com/docker/docker/pkg/fileutils 0.092s coverage: 84.7% of statements [2022-04-20T10:40:07.106Z] === RUN TestGet [2022-04-20T10:40:07.106Z] --- PASS: TestGet (0.00s) [2022-04-20T10:40:07.106Z] === RUN TestGetShortcutString [2022-04-20T10:40:07.106Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-20T10:40:07.106Z] PASS [2022-04-20T10:40:07.106Z] coverage: 42.9% of statements [2022-04-20T10:40:07.106Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2022-04-20T10:40:07.576Z] --- PASS: TestTarFiles (7.38s) [2022-04-20T10:40:07.576Z] === RUN TestDetectCompressionZstd [2022-04-20T10:40:07.576Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-20T10:40:07.576Z] === RUN TestTarUntar [2022-04-20T10:40:07.576Z] --- PASS: TestTarUntar (0.04s) [2022-04-20T10:40:07.576Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-20T10:40:07.576Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-20T10:40:07.576Z] === RUN TestTarWithOptions [2022-04-20T10:40:07.576Z] --- PASS: TestTarWithOptions (0.03s) [2022-04-20T10:40:07.576Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-20T10:40:07.576Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-20T10:40:07.576Z] === RUN TestUntarUstarGnuConflict [2022-04-20T10:40:07.576Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-20T10:40:07.576Z] === RUN TestUntarInvalidFilenames [2022-04-20T10:40:07.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:40:07.977Z] INFO: Testing against a local daemon [2022-04-20T10:40:07.977Z] === RUN TestSessionCreate [2022-04-20T10:40:07.977Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-20T10:40:07.977Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-20T10:40:07.977Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-20T10:40:07.977Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-20T10:40:07.977Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-20T10:40:07.977Z] PASS [2022-04-20T10:40:07.977Z] ok github.com/docker/docker/integration/session 0.118s [2022-04-20T10:40:07.977Z] [2022-04-20T10:40:07.977Z] === Skipped [2022-04-20T10:40:07.977Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-20T10:40:07.977Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-20T10:40:07.977Z] [2022-04-20T10:40:07.977Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-20T10:40:07.977Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-20T10:40:07.977Z] [2022-04-20T10:40:07.977Z] DONE 2 tests, 2 skipped in 1.589s [2022-04-20T10:40:07.977Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-20T10:40:08.048Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3679887119\\dest" [2022-04-20T10:40:08.048Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-04-20T10:40:08.048Z] === RUN TestUntarHardlinkToSymlink [2022-04-20T10:40:08.048Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-20T10:40:08.048Z] === RUN TestUntarInvalidHardlink [2022-04-20T10:40:08.048Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2135476198\\victim\\hello" -> "../victim/hello" [2022-04-20T10:40:08.048Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3216063402\\victim\\hello" -> "/../victim/hello" [2022-04-20T10:40:08.048Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2815330223\\victim" -> "../victim" [2022-04-20T10:40:08.048Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink680540395\\victim" -> "../victim" [2022-04-20T10:40:08.048Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1708566312\\victim" -> "../victim" [2022-04-20T10:40:08.048Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-04-20T10:40:08.048Z] === RUN TestNetworkDBWatch [2022-04-20T10:40:08.048Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3514591215\\victim" -> "../victim" [2022-04-20T10:40:08.048Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-04-20T10:40:08.048Z] === RUN TestUntarInvalidSymlink [2022-04-20T10:40:08.048Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2215790428\\dest\\dotdot" -> "../victim/hello" [2022-04-20T10:40:08.048Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2191516020\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-20T10:40:08.048Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2378637115\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:08.048Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink929920014\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:08.048Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3830643598\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:08.048Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink932362534\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:08.048Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4241692854\\dest\\dir\\loophole" -> "../../victim" [2022-04-20T10:40:08.048Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-04-20T10:40:08.048Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-20T10:40:08.048Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.01s) [2022-04-20T10:40:08.048Z] === RUN TestXGlobalNoParent [2022-04-20T10:40:08.048Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-20T10:40:08.048Z] === RUN TestReplaceFileTarWrapper [2022-04-20T10:40:08.310Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-20T10:40:08.518Z] --- PASS: TestReplaceFileTarWrapper (0.32s) [2022-04-20T10:40:08.518Z] === RUN TestPrefixHeaderReadable [2022-04-20T10:40:08.518Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-04-20T10:40:08.518Z] === RUN TestDisablePigz [2022-04-20T10:40:08.518Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-20T10:40:08.518Z] === RUN TestCreateIDMapOrder [2022-04-20T10:40:08.518Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-20T10:40:08.518Z] PASS [2022-04-20T10:40:08.518Z] coverage: 7.2% of statements [2022-04-20T10:40:08.518Z] ok github.com/docker/docker/pkg/idtools 0.045s coverage: 7.2% of statements [2022-04-20T10:40:08.518Z] --- PASS: TestDisablePigz (0.15s) [2022-04-20T10:40:08.518Z] === RUN TestPigz [2022-04-20T10:40:08.518Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-20T10:40:08.518Z] --- PASS: TestPigz (0.16s) [2022-04-20T10:40:08.518Z] === RUN TestNosysFileInfo [2022-04-20T10:40:08.518Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-20T10:40:08.518Z] === RUN TestCopyFileWithInvalidDest [2022-04-20T10:40:08.518Z] archive_windows_test.go:16: Currently fails [2022-04-20T10:40:08.518Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:40:08.518Z] === RUN TestCanonicalTarNameForPath [2022-04-20T10:40:08.518Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-20T10:40:08.518Z] === RUN TestCanonicalTarName [2022-04-20T10:40:08.518Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-20T10:40:08.518Z] === RUN TestChmodTarEntry [2022-04-20T10:40:08.518Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-20T10:40:08.518Z] === RUN TestHardLinkOrder [2022-04-20T10:40:08.876Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-20T10:40:08.987Z] --- PASS: TestHardLinkOrder (0.11s) [2022-04-20T10:40:08.987Z] === RUN TestChangeString [2022-04-20T10:40:08.987Z] --- PASS: TestChangeString (0.00s) [2022-04-20T10:40:08.987Z] === RUN TestChangesWithNoChanges [2022-04-20T10:40:08.987Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-04-20T10:40:08.987Z] === RUN TestChangesWithChanges [2022-04-20T10:40:08.987Z] --- PASS: TestChangesWithChanges (0.05s) [2022-04-20T10:40:08.987Z] === RUN TestChangesWithChangesGH13590 [2022-04-20T10:40:08.987Z] changes_test.go:196: needs more investigation [2022-04-20T10:40:08.987Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-20T10:40:08.987Z] === RUN TestChangesDirsEmpty [2022-04-20T10:40:08.987Z] --- PASS: TestChangesDirsEmpty (0.26s) [2022-04-20T10:40:08.987Z] === RUN TestChangesDirsMutated [2022-04-20T10:40:09.364Z] --- PASS: TestBuildMultiStageLayerLeak (14.20s) [2022-04-20T10:40:09.364Z] === RUN TestBuildWithHugeFile [2022-04-20T10:40:09.442Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-04-20T10:40:09.457Z] --- PASS: TestChangesDirsMutated (0.18s) [2022-04-20T10:40:09.457Z] === RUN TestApplyLayer [2022-04-20T10:40:09.457Z] changes_test.go:433: needs further investigation [2022-04-20T10:40:09.457Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-20T10:40:09.457Z] === RUN TestChangesSizeWithHardlinks [2022-04-20T10:40:09.457Z] changes_test.go:469: needs further investigation [2022-04-20T10:40:09.457Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-20T10:40:09.457Z] === RUN TestChangesSizeWithNoChanges [2022-04-20T10:40:09.457Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-20T10:40:09.457Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-20T10:40:09.457Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-20T10:40:09.457Z] === RUN TestChangesSize [2022-04-20T10:40:09.457Z] --- PASS: TestChangesSize (0.00s) [2022-04-20T10:40:09.457Z] === RUN TestApplyLayerInvalidFilenames [2022-04-20T10:40:09.457Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1035421569\\dest" [2022-04-20T10:40:09.457Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-04-20T10:40:09.457Z] === RUN TestApplyLayerInvalidHardlink [2022-04-20T10:40:09.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1826544940\\victim\\hello" -> "../victim/hello" [2022-04-20T10:40:09.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink347741627\\victim\\hello" -> "/../victim/hello" [2022-04-20T10:40:09.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2700160413\\victim" -> "../victim" [2022-04-20T10:40:09.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink39973156\\victim" -> "../victim" [2022-04-20T10:40:09.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1057178910\\victim" -> "../victim" [2022-04-20T10:40:09.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink154039461\\victim" -> "../victim" [2022-04-20T10:40:09.457Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-04-20T10:40:09.457Z] === RUN TestApplyLayerInvalidSymlink [2022-04-20T10:40:09.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3486516358\\dest\\dotdot" -> "../victim/hello" [2022-04-20T10:40:09.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2530864187\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-20T10:40:09.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink698826298\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:09.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3563271199\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:09.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4271894018\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:09.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1100498812\\dest\\loophole-victim" -> "../victim" [2022-04-20T10:40:09.457Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-04-20T10:40:09.457Z] === RUN TestApplyLayerWhiteouts [2022-04-20T10:40:09.457Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-04-20T10:40:09.457Z] === RUN TestGenerateEmptyFile [2022-04-20T10:40:09.457Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-20T10:40:09.457Z] === RUN TestGenerateWithContent [2022-04-20T10:40:09.457Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-20T10:40:09.457Z] PASS [2022-04-20T10:40:09.457Z] coverage: 62.9% of statements [2022-04-20T10:40:09.457Z] ok github.com/docker/docker/pkg/archive 10.540s coverage: 62.9% of statements [2022-04-20T10:40:09.926Z] 2022/04/20 10:40:09 Closing DB instances... [2022-04-20T10:40:09.926Z] === RUN TestFixedBufferCap [2022-04-20T10:40:09.926Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-20T10:40:09.926Z] === RUN TestFixedBufferLen [2022-04-20T10:40:09.926Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-20T10:40:09.926Z] === RUN TestFixedBufferString [2022-04-20T10:40:09.926Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-20T10:40:09.926Z] === RUN TestFixedBufferWrite [2022-04-20T10:40:09.926Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-20T10:40:09.926Z] === RUN TestFixedBufferRead [2022-04-20T10:40:09.926Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-20T10:40:09.926Z] === RUN TestBytesPipeRead [2022-04-20T10:40:09.926Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-20T10:40:09.926Z] === RUN TestBytesPipeWrite [2022-04-20T10:40:09.926Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-20T10:40:09.926Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-20T10:40:10.192Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:40:10.192Z] INFO: Testing against a local daemon [2022-04-20T10:40:10.192Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:40:10.192Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:10.192Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestDiskUsage [2022-04-20T10:40:10.192Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-20T10:40:10.192Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestEventsExecDie [2022-04-20T10:40:10.192Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-20T10:40:10.192Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestEventsBackwardsCompatible [2022-04-20T10:40:10.192Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-20T10:40:10.192Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestEventsVolumeCreate [2022-04-20T10:40:10.192Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-20T10:40:10.192Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestInfoAPI [2022-04-20T10:40:10.192Z] --- PASS: TestInfoAPI (0.07s) [2022-04-20T10:40:10.192Z] === RUN TestInfoAPIWarnings [2022-04-20T10:40:10.192Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:40:10.192Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestInfoDebug [2022-04-20T10:40:10.192Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:40:10.192Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestInfoInsecureRegistries [2022-04-20T10:40:10.192Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:40:10.192Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestInfoRegistryMirrors [2022-04-20T10:40:10.192Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:40:10.192Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-20T10:40:10.192Z] === RUN TestLoginFailsWithBadCredentials [2022-04-20T10:40:10.400Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2022-04-20T10:40:10.400Z] === RUN TestAtomicWriteToFile [2022-04-20T10:40:10.400Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-04-20T10:40:10.400Z] === RUN TestAtomicWriteSetCommit [2022-04-20T10:40:10.400Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-04-20T10:40:10.400Z] === RUN TestAtomicWriteSetCancel [2022-04-20T10:40:10.400Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-20T10:40:10.400Z] === RUN TestReadCloserWrapperClose [2022-04-20T10:40:10.400Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-20T10:40:10.400Z] === RUN TestReaderErrWrapperReadOnError [2022-04-20T10:40:10.400Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-20T10:40:10.400Z] === RUN TestReaderErrWrapperRead [2022-04-20T10:40:10.400Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-20T10:40:10.400Z] === RUN TestCancelReadCloser [2022-04-20T10:40:10.874Z] --- PASS: TestCancelReadCloser (0.33s) [2022-04-20T10:40:10.874Z] === RUN TestWriteCloserWrapperClose [2022-04-20T10:40:10.874Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-20T10:40:10.874Z] === RUN TestNopWriteCloser [2022-04-20T10:40:10.874Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-20T10:40:10.874Z] === RUN TestNopWriter [2022-04-20T10:40:10.874Z] --- PASS: TestNopWriter (0.00s) [2022-04-20T10:40:10.874Z] === RUN TestWriteCounter [2022-04-20T10:40:10.874Z] --- PASS: TestWriteCounter (0.00s) [2022-04-20T10:40:10.874Z] PASS [2022-04-20T10:40:10.874Z] coverage: 70.1% of statements [2022-04-20T10:40:10.874Z] ok github.com/docker/docker/pkg/ioutils 0.951s coverage: 70.1% of statements [2022-04-20T10:40:11.180Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-04-20T10:40:11.181Z] === RUN TestPingCacheHeaders [2022-04-20T10:40:11.181Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-20T10:40:11.181Z] === RUN TestPingGet [2022-04-20T10:40:11.181Z] --- PASS: TestPingGet (0.05s) [2022-04-20T10:40:11.181Z] === RUN TestPingHead [2022-04-20T10:40:11.181Z] --- PASS: TestPingHead (0.04s) [2022-04-20T10:40:11.181Z] === RUN TestPingSwarmHeader [2022-04-20T10:40:11.181Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:11.181Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-20T10:40:11.181Z] === RUN TestVersion [2022-04-20T10:40:11.181Z] --- PASS: TestVersion (0.03s) [2022-04-20T10:40:11.181Z] PASS [2022-04-20T10:40:11.181Z] ok github.com/docker/docker/integration/system 1.276s [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === Skipped [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:40:11.181Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-20T10:40:11.181Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-20T10:40:11.181Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-20T10:40:11.181Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-20T10:40:11.181Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-20T10:40:11.181Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-20T10:40:11.181Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-20T10:40:11.181Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-20T10:40:11.181Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-20T10:40:11.181Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:40:11.181Z] [2022-04-20T10:40:11.181Z] DONE 16 tests, 10 skipped in 3.257s [2022-04-20T10:40:11.345Z] --- PASS: TestNetworkDBWatch (3.11s) [2022-04-20T10:40:11.345Z] === RUN TestNetworkDBBulkSync [2022-04-20T10:40:11.652Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-20T10:40:11.974Z] docker_api_swarm_node_test.go:53: [df5ff6cdd3b03] joining swarm manager [dcf118cc6a08f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:40:11.974Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-04-20T10:40:12.345Z] === RUN TestError [2022-04-20T10:40:12.345Z] --- PASS: TestError (0.00s) [2022-04-20T10:40:12.345Z] === RUN TestProgressString [2022-04-20T10:40:12.345Z] === RUN TestProgressString/no_progress [2022-04-20T10:40:12.345Z] === RUN TestProgressString/progress_1 [2022-04-20T10:40:12.345Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-20T10:40:12.345Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-20T10:40:12.345Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-20T10:40:12.345Z] === RUN TestProgressString/with_units [2022-04-20T10:40:12.345Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-20T10:40:12.345Z] === RUN TestProgressString/hide_counts [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-20T10:40:12.345Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-20T10:40:12.345Z] === RUN TestJSONMessageDisplay [2022-04-20T10:40:12.345Z] 2022/04/20 10:40:12 Closing DB instances... [2022-04-20T10:40:12.345Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-04-20T10:40:12.345Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-20T10:40:12.345Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-20T10:40:12.345Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-20T10:40:12.345Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-20T10:40:12.345Z] === RUN TestDisplayJSONMessagesStream [2022-04-20T10:40:12.345Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-20T10:40:12.345Z] PASS [2022-04-20T10:40:12.345Z] coverage: 91.7% of statements [2022-04-20T10:40:12.345Z] ok github.com/docker/docker/pkg/jsonmessage 0.305s coverage: 91.7% of statements [2022-04-20T10:40:12.542Z] docker_api_swarm_node_test.go:54: [dbef7aa9822ce] joining swarm manager [dcf118cc6a08f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:40:12.800Z] === RUN TestDockerSuite/TestCpToDot [2022-04-20T10:40:13.223Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:40:13.223Z] INFO: Testing against a local daemon [2022-04-20T10:40:13.223Z] === RUN TestVolumesCreateAndList [2022-04-20T10:40:13.223Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-04-20T10:40:13.223Z] === RUN TestVolumesRemove [2022-04-20T10:40:13.223Z] --- PASS: TestVolumesRemove (0.17s) [2022-04-20T10:40:13.223Z] === RUN TestVolumesInspect [2022-04-20T10:40:13.339Z] === RUN TestStandardLongPath [2022-04-20T10:40:13.339Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-20T10:40:13.339Z] === RUN TestUNCLongPath [2022-04-20T10:40:13.339Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-20T10:40:13.339Z] PASS [2022-04-20T10:40:13.339Z] coverage: 100.0% of statements [2022-04-20T10:40:13.339Z] ok github.com/docker/docker/pkg/longpath 0.050s coverage: 100.0% of statements [2022-04-20T10:40:13.382Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-20T10:40:13.692Z] --- PASS: TestVolumesInspect (0.05s) [2022-04-20T10:40:13.692Z] === RUN TestVolumesInvalidJSON [2022-04-20T10:40:13.692Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-20T10:40:13.692Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-20T10:40:13.692Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-20T10:40:13.692Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-20T10:40:13.692Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-20T10:40:13.692Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-20T10:40:13.692Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-20T10:40:13.692Z] --- PASS: TestVolumesInvalidJSON (0.06s) [2022-04-20T10:40:13.692Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-04-20T10:40:13.692Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-20T10:40:13.692Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-20T10:40:13.692Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-20T10:40:13.692Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-20T10:40:13.692Z] PASS [2022-04-20T10:40:13.692Z] ok github.com/docker/docker/integration/volume 0.410s [2022-04-20T10:40:13.692Z] [2022-04-20T10:40:13.692Z] DONE 9 tests in 2.149s [2022-04-20T10:40:13.692Z] INFO: make.ps1 ended at 04/20/2022 10:40:13 [2022-04-20T10:40:13.692Z] INFO: Integration CLI tests being run from the host: [2022-04-20T10:40:13.692Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-04-20T10:40:13.808Z] === RUN TestNameFormat [2022-04-20T10:40:13.809Z] --- PASS: TestNameFormat (0.00s) [2022-04-20T10:40:13.809Z] === RUN TestNameRetries [2022-04-20T10:40:13.809Z] --- PASS: TestNameRetries (0.00s) [2022-04-20T10:40:13.809Z] PASS [2022-04-20T10:40:13.809Z] coverage: 85.7% of statements [2022-04-20T10:40:13.809Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2022-04-20T10:40:13.809Z] --- PASS: TestNetworkDBBulkSync (2.87s) [2022-04-20T10:40:13.809Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-20T10:40:14.316Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-20T10:40:14.800Z] === RUN TestParseKeyValueOpt [2022-04-20T10:40:14.800Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-20T10:40:14.800Z] === RUN TestParseUintList [2022-04-20T10:40:14.800Z] --- PASS: TestParseUintList (0.00s) [2022-04-20T10:40:14.800Z] === RUN TestParseUintListMaximumLimits [2022-04-20T10:40:14.800Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-20T10:40:14.800Z] PASS [2022-04-20T10:40:14.800Z] coverage: 97.0% of statements [2022-04-20T10:40:14.800Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2022-04-20T10:40:15.250Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-20T10:40:15.508Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-20T10:40:15.788Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-20T10:40:15.788Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-20T10:40:15.788Z] PASS [2022-04-20T10:40:15.788Z] coverage: 36.4% of statements [2022-04-20T10:40:15.788Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.048s coverage: 36.4% of statements [2022-04-20T10:40:16.442Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-20T10:40:16.442Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-20T10:40:17.008Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-20T10:40:17.360Z] === RUN TestNewAndRemove [2022-04-20T10:40:17.360Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-20T10:40:17.360Z] === RUN TestRemoveInvalidPath [2022-04-20T10:40:17.360Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-20T10:40:17.360Z] PASS [2022-04-20T10:40:17.360Z] coverage: 82.6% of statements [2022-04-20T10:40:17.360Z] ok github.com/docker/docker/pkg/pidfile 0.071s coverage: 82.6% of statements [2022-04-20T10:40:17.914Z] 2022/04/20 10:40:17 Closing DB instances... [2022-04-20T10:40:17.944Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-20T10:40:17.944Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-20T10:40:17.944Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-20T10:40:18.511Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-20T10:40:19.076Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-20T10:40:19.076Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-04-20T10:40:19.076Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-20T10:40:19.076Z] --- PASS: TestCreateServiceSecretFileMode (12.80s) [2022-04-20T10:40:19.076Z] === RUN TestCreateServiceConfigFileMode [2022-04-20T10:40:19.076Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-20T10:40:19.482Z] === RUN TestFailedConnection [2022-04-20T10:40:19.642Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-20T10:40:19.900Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-20T10:40:20.159Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-20T10:40:20.159Z] === RUN TestDockerSuite/TestCreateRM [2022-04-20T10:40:20.159Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-20T10:40:20.159Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T10:40:20.159Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-20T10:40:20.418Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-20T10:40:20.418Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-20T10:40:20.475Z] --- PASS: TestFailedConnection (1.00s) [2022-04-20T10:40:20.475Z] === RUN TestFailOnce [2022-04-20T10:40:20.475Z] 2022/04/20 10:40:20 http: panic serving 127.0.0.1:49302: Plugin not ready [2022-04-20T10:40:20.475Z] goroutine 34 [running]: [2022-04-20T10:40:20.476Z] net/http.(*conn).serve.func1() [2022-04-20T10:40:20.476Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-20T10:40:20.476Z] panic({0x1213700, 0x135d060}) [2022-04-20T10:40:20.476Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-20T10:40:20.476Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001c1a70?) [2022-04-20T10:40:20.476Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-20T10:40:20.476Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1362878?, 0xc0001a40e0?}, 0x116d9a6?) [2022-04-20T10:40:20.476Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-20T10:40:20.476Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1362878, 0xc0001a40e0}, 0xc00022e000) [2022-04-20T10:40:20.476Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-20T10:40:20.476Z] net/http.serverHandler.ServeHTTP({0x1360e98?}, {0x1362878, 0xc0001a40e0}, 0xc00022e000) [2022-04-20T10:40:20.476Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-20T10:40:20.476Z] net/http.(*conn).serve(0xc000226000, {0x1362d78, 0xc0002080c0}) [2022-04-20T10:40:20.476Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-20T10:40:20.476Z] created by net/http.(*Server).Serve [2022-04-20T10:40:20.476Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-20T10:40:20.476Z] time="2022-04-20T10:40:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.FailOnce: Post \"http://127.0.0.1:49301/Test.FailOnce\": EOF, retrying in 1s" [2022-04-20T10:40:20.476Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.62s) [2022-04-20T10:40:20.476Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-20T10:40:21.467Z] --- PASS: TestFailOnce (1.22s) [2022-04-20T10:40:21.467Z] === RUN TestEchoInputOutput [2022-04-20T10:40:21.467Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-20T10:40:21.467Z] === RUN TestBackoff [2022-04-20T10:40:21.467Z] --- PASS: TestBackoff (0.00s) [2022-04-20T10:40:21.467Z] === RUN TestAbortRetry [2022-04-20T10:40:21.467Z] --- PASS: TestAbortRetry (0.00s) [2022-04-20T10:40:21.467Z] === RUN TestClientScheme [2022-04-20T10:40:21.467Z] --- PASS: TestClientScheme (0.00s) [2022-04-20T10:40:21.467Z] === RUN TestNewClientWithTimeout [2022-04-20T10:40:21.467Z] 2022/04/20 10:40:21 Closing DB instances... [2022-04-20T10:40:21.939Z] time="2022-04-20T10:40:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-20T10:40:22.318Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-20T10:40:22.318Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-20T10:40:22.318Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-20T10:40:23.507Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-04-20T10:40:23.507Z] === RUN TestNetworkDBGarbageCollection [2022-04-20T10:40:23.507Z] time="2022-04-20T10:40:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-20T10:40:23.507Z] --- PASS: TestGetAddress (30.36s) [2022-04-20T10:40:23.507Z] === RUN TestRequestSyntaxCheck [2022-04-20T10:40:23.507Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-04-20T10:40:23.507Z] === RUN TestRequest [2022-04-20T10:40:24.167Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:40:24.167Z] INFO: Testing against a local daemon [2022-04-20T10:40:24.167Z] === RUN TestDockerSuite [2022-04-20T10:40:24.167Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-20T10:40:24.167Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-20T10:40:24.167Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T10:40:24.167Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-20T10:40:24.635Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-20T10:40:24.635Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-20T10:40:24.635Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-20T10:40:24.635Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-20T10:40:24.635Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-20T10:40:24.635Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-20T10:40:24.850Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-20T10:40:25.108Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-20T10:40:25.108Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-20T10:40:25.108Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-20T10:40:25.108Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-20T10:40:25.108Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-20T10:40:25.109Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-20T10:40:25.578Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-20T10:40:25.674Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-20T10:40:26.046Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-20T10:40:26.464Z] time="2022-04-20T10:40:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-20T10:40:26.514Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-20T10:40:26.613Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-20T10:40:27.185Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-20T10:40:28.120Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-20T10:40:29.057Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-20T10:40:29.315Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-20T10:40:29.882Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-20T10:40:29.882Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-20T10:40:30.276Z] time="2022-04-20T10:40:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-20T10:40:30.453Z] === RUN TestDockerSuite/TestDockerFails [2022-04-20T10:40:30.453Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-04-20T10:40:30.453Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-04-20T10:40:30.453Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-04-20T10:40:31.027Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-04-20T10:40:31.961Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-04-20T10:40:31.961Z] --- PASS: TestCreateServiceConfigFileMode (12.90s) [2022-04-20T10:40:31.961Z] === RUN TestCreateServiceSysctls [2022-04-20T10:40:33.334Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-04-20T10:40:33.334Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-04-20T10:40:33.334Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-04-20T10:40:33.334Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-04-20T10:40:34.076Z] === RUN TestParseEmptyInterface [2022-04-20T10:40:34.076Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-20T10:40:34.076Z] === RUN TestParseNonInterfaceType [2022-04-20T10:40:34.076Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-20T10:40:34.076Z] === RUN TestParseWithOneFunction [2022-04-20T10:40:34.076Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-20T10:40:34.076Z] === RUN TestParseWithMultipleFuncs [2022-04-20T10:40:34.076Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-20T10:40:34.076Z] === RUN TestParseWithUnnamedReturn [2022-04-20T10:40:34.076Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-20T10:40:34.076Z] === RUN TestEmbeddedInterface [2022-04-20T10:40:34.076Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-20T10:40:34.076Z] === RUN TestParsedImports [2022-04-20T10:40:34.076Z] --- PASS: TestParsedImports (0.00s) [2022-04-20T10:40:34.076Z] === RUN TestAliasedImports [2022-04-20T10:40:34.076Z] --- PASS: TestAliasedImports (0.00s) [2022-04-20T10:40:34.076Z] PASS [2022-04-20T10:40:34.076Z] coverage: 56.8% of statements [2022-04-20T10:40:34.076Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.061s coverage: 56.8% of statements [2022-04-20T10:40:35.064Z] === RUN TestHTTPTransport [2022-04-20T10:40:35.064Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-20T10:40:35.064Z] PASS [2022-04-20T10:40:35.064Z] coverage: 85.7% of statements [2022-04-20T10:40:35.064Z] ok github.com/docker/docker/pkg/plugins/transport 0.049s coverage: 85.7% of statements [2022-04-20T10:40:35.862Z] --- PASS: TestCreateServiceSysctls (3.59s) [2022-04-20T10:40:35.862Z] === RUN TestCreateServiceCapabilities [2022-04-20T10:40:36.053Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-20T10:40:36.053Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-20T10:40:36.053Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-20T10:40:36.053Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-20T10:40:36.053Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-20T10:40:36.053Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-20T10:40:36.053Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-20T10:40:36.053Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-20T10:40:36.053Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-20T10:40:36.053Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-20T10:40:36.053Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-20T10:40:36.053Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-20T10:40:36.053Z] === RUN TestBufferPoolPutAndGet [2022-04-20T10:40:36.053Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-20T10:40:36.053Z] PASS [2022-04-20T10:40:36.053Z] coverage: 88.2% of statements [2022-04-20T10:40:36.053Z] ok github.com/docker/docker/pkg/pools 0.065s coverage: 88.2% of statements [2022-04-20T10:40:36.522Z] === RUN TestOutputOnPrematureClose [2022-04-20T10:40:36.522Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-20T10:40:36.522Z] === RUN TestCompleteSilently [2022-04-20T10:40:36.522Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-20T10:40:36.522Z] PASS [2022-04-20T10:40:36.522Z] coverage: 75.9% of statements [2022-04-20T10:40:36.522Z] ok github.com/docker/docker/pkg/progress 0.045s coverage: 75.9% of statements [2022-04-20T10:40:37.519Z] === RUN TestSendToOneSub [2022-04-20T10:40:37.519Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-20T10:40:37.519Z] === RUN TestSendToMultipleSubs [2022-04-20T10:40:37.519Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-20T10:40:37.519Z] === RUN TestEvictOneSub [2022-04-20T10:40:37.519Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-20T10:40:37.519Z] === RUN TestClosePublisher [2022-04-20T10:40:37.519Z] --- PASS: TestClosePublisher (0.00s) [2022-04-20T10:40:37.519Z] === RUN TestPubSubRace [2022-04-20T10:40:37.990Z] --- PASS: TestRequest (14.41s) [2022-04-20T10:40:37.990Z] === RUN TestOverlappingRequests [2022-04-20T10:40:38.390Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2022-04-20T10:40:38.390Z] === RUN TestInspect [2022-04-20T10:40:38.462Z] --- PASS: TestPubSubRace (1.09s) [2022-04-20T10:40:38.462Z] PASS [2022-04-20T10:40:38.462Z] coverage: 75.0% of statements [2022-04-20T10:40:38.462Z] ok github.com/docker/docker/pkg/pubsub 1.132s coverage: 75.0% of statements [2022-04-20T10:40:38.462Z] --- PASS: TestOverlappingRequests (0.71s) [2022-04-20T10:40:38.462Z] === RUN TestRelease [2022-04-20T10:40:38.932Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-04-20T10:40:38.932Z] === RUN TestClientStream [2022-04-20T10:40:38.932Z] --- PASS: TestClientStream (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestClientSendFile [2022-04-20T10:40:38.932Z] --- PASS: TestClientSendFile (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestClientWithRequestTimeout [2022-04-20T10:40:38.932Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestFileSpecPlugin [2022-04-20T10:40:38.932Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-20T10:40:38.932Z] === RUN TestFileJSONSpecPlugin [2022-04-20T10:40:38.932Z] === RUN TestRegister [2022-04-20T10:40:38.932Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-20T10:40:38.932Z] --- PASS: TestRegister (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestCommand [2022-04-20T10:40:38.932Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestPluginAddHandler [2022-04-20T10:40:38.932Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestPluginWaitBadPlugin [2022-04-20T10:40:38.932Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-20T10:40:38.932Z] === RUN TestGet [2022-04-20T10:40:38.932Z] time="2022-04-20T10:40:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-20T10:40:38.932Z] --- PASS: TestCommand (0.04s) [2022-04-20T10:40:38.958Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-20T10:40:39.402Z] === RUN TestNaiveSelf [2022-04-20T10:40:39.403Z] --- PASS: TestNaiveSelf (0.04s) [2022-04-20T10:40:39.403Z] PASS [2022-04-20T10:40:39.403Z] coverage: 82.4% of statements [2022-04-20T10:40:39.403Z] ok github.com/docker/docker/pkg/reexec 0.125s coverage: 82.4% of statements [2022-04-20T10:40:39.876Z] === RUN TestDump [2022-04-20T10:40:39.876Z] goroutine 6 [running]: [2022-04-20T10:40:39.876Z] github.com/docker/docker/pkg/stack.dump(0x192d57?) [2022-04-20T10:40:39.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-20T10:40:39.876Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-20T10:40:39.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-20T10:40:39.876Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-20T10:40:39.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-20T10:40:39.876Z] testing.tRunner(0xc0001601a0, 0x35a498) [2022-04-20T10:40:39.876Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:40:39.876Z] created by testing.(*T).Run [2022-04-20T10:40:39.876Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-20T10:40:39.876Z] [2022-04-20T10:40:39.876Z] goroutine 1 [chan receive]: [2022-04-20T10:40:39.876Z] testing.(*T).Run(0xc000160000, {0x34913c?, 0x16c1f3?}, 0x35a498) [2022-04-20T10:40:39.876Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-20T10:40:39.876Z] testing.runTests.func1(0xc00006c870?) [2022-04-20T10:40:39.876Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-20T10:40:39.876Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-04-20T10:40:39.876Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:40:39.876Z] testing.runTests(0x31dca0?, {0x4de400, 0x3, 0x3}, {0x207682b0108?, 0x40?, 0x4e34a0?}) [2022-04-20T10:40:39.876Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-20T10:40:39.876Z] testing.(*M).Run(0xc0000585a0) [2022-04-20T10:40:39.876Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-20T10:40:39.876Z] main.main() [2022-04-20T10:40:39.876Z] _testmain.go:99 +0x255 [2022-04-20T10:40:39.876Z] --- PASS: TestDump (0.00s) [2022-04-20T10:40:39.876Z] === RUN TestDumpToFile [2022-04-20T10:40:40.346Z] time="2022-04-20T10:40:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-20T10:40:40.346Z] --- PASS: TestDumpToFile (0.20s) [2022-04-20T10:40:40.346Z] === RUN TestDumpToFileWithEmptyInput [2022-04-20T10:40:40.346Z] goroutine 8 [running]: [2022-04-20T10:40:40.346Z] github.com/docker/docker/pkg/stack.dump(0x20ed13?) [2022-04-20T10:40:40.346Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-20T10:40:40.346Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x20ece0?}) [2022-04-20T10:40:40.346Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-20T10:40:40.346Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001601a0?) [2022-04-20T10:40:40.346Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-20T10:40:40.346Z] testing.tRunner(0xc000160820, 0x35a488) [2022-04-20T10:40:40.346Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:40:40.346Z] created by testing.(*T).Run [2022-04-20T10:40:40.346Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-20T10:40:40.346Z] [2022-04-20T10:40:40.346Z] goroutine 1 [chan receive]: [2022-04-20T10:40:40.346Z] testing.(*T).Run(0xc000160000, {0x350713?, 0x16c1f3?}, 0x35a488) [2022-04-20T10:40:40.346Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-20T10:40:40.346Z] testing.runTests.func1(0xc00006c870?) [2022-04-20T10:40:40.346Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-20T10:40:40.346Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-04-20T10:40:40.346Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-20T10:40:40.346Z] testing.runTests(0x31dca0?, {0x4de400, 0x3, 0x3}, {0x207682b0108?, 0x40?, 0x4e34a0?}) [2022-04-20T10:40:40.346Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-20T10:40:40.346Z] testing.(*M).Run(0xc0000585a0) [2022-04-20T10:40:40.346Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-20T10:40:40.346Z] main.main() [2022-04-20T10:40:40.346Z] _testmain.go:99 +0x255 [2022-04-20T10:40:40.346Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-20T10:40:40.346Z] PASS [2022-04-20T10:40:40.346Z] coverage: 90.9% of statements [2022-04-20T10:40:40.346Z] ok github.com/docker/docker/pkg/stack 0.249s coverage: 90.9% of statements [2022-04-20T10:40:40.816Z] === RUN TestNewStdWriter [2022-04-20T10:40:40.816Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-20T10:40:40.816Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestWriteWithNilBytes [2022-04-20T10:40:40.816Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestWrite [2022-04-20T10:40:40.816Z] --- PASS: TestWrite (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestWriteWithWriterError [2022-04-20T10:40:40.816Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-20T10:40:40.816Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyWriteAndRead [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-20T10:40:40.816Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-20T10:40:40.816Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-20T10:40:40.816Z] PASS [2022-04-20T10:40:40.816Z] coverage: 100.0% of statements [2022-04-20T10:40:40.816Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2022-04-20T10:40:41.487Z] --- PASS: TestInspect (3.32s) [2022-04-20T10:40:41.487Z] === RUN TestCreateJob [2022-04-20T10:40:41.487Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-20T10:40:41.807Z] --- PASS: TestRelease (2.93s) [2022-04-20T10:40:41.807Z] === RUN TestAllocateRandomDeallocate [2022-04-20T10:40:41.807Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-20T10:40:41.807Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-20T10:40:41.807Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestFormatStatus [2022-04-20T10:40:41.807Z] --- PASS: TestFormatStatus (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestFormatError [2022-04-20T10:40:41.807Z] --- PASS: TestFormatError (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestFormatJSONError [2022-04-20T10:40:41.807Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-20T10:40:41.807Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-20T10:40:41.807Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestNewJSONProgressOutput [2022-04-20T10:40:41.807Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestAuxFormatterEmit [2022-04-20T10:40:41.807Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestStreamWriterStdout [2022-04-20T10:40:41.807Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-20T10:40:41.807Z] === RUN TestStreamWriterStderr [2022-04-20T10:40:41.807Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-20T10:40:41.807Z] PASS [2022-04-20T10:40:41.807Z] coverage: 66.2% of statements [2022-04-20T10:40:41.807Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2022-04-20T10:40:42.276Z] time="2022-04-20T10:40:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-20T10:40:42.746Z] === RUN TestGenerateRandomID [2022-04-20T10:40:42.746Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-20T10:40:42.746Z] === RUN TestShortenId [2022-04-20T10:40:42.746Z] --- PASS: TestShortenId (0.00s) [2022-04-20T10:40:42.746Z] === RUN TestShortenSha256Id [2022-04-20T10:40:42.746Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-20T10:40:42.746Z] === RUN TestShortenIdEmpty [2022-04-20T10:40:42.746Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-20T10:40:42.746Z] === RUN TestShortenIdInvalid [2022-04-20T10:40:42.746Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-20T10:40:42.746Z] === RUN TestIsShortIDNonHex [2022-04-20T10:40:42.746Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-20T10:40:42.746Z] === RUN TestIsShortIDNotCorrectSize [2022-04-20T10:40:42.746Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-20T10:40:42.746Z] PASS [2022-04-20T10:40:42.746Z] coverage: 70.6% of statements [2022-04-20T10:40:42.746Z] ok github.com/docker/docker/pkg/stringid 0.045s coverage: 70.6% of statements [2022-04-20T10:40:43.387Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-20T10:40:43.733Z] === RUN TestIsCpusetListAvailable [2022-04-20T10:40:43.733Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-20T10:40:43.733Z] PASS [2022-04-20T10:40:43.733Z] coverage: 39.4% of statements [2022-04-20T10:40:43.733Z] ok github.com/docker/docker/pkg/sysinfo 0.043s coverage: 39.4% of statements [2022-04-20T10:40:44.759Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-04-20T10:40:44.759Z] --- PASS: TestCreateJob (3.50s) [2022-04-20T10:40:44.759Z] === RUN TestReplicatedJob [2022-04-20T10:40:45.017Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-04-20T10:40:45.299Z] === RUN TestChtimes [2022-04-20T10:40:45.299Z] --- PASS: TestChtimes (0.01s) [2022-04-20T10:40:45.299Z] === RUN TestChtimesWindows [2022-04-20T10:40:45.299Z] --- PASS: TestChtimesWindows (0.01s) [2022-04-20T10:40:45.299Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-20T10:40:45.299Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-20T10:40:45.299Z] PASS [2022-04-20T10:40:45.299Z] coverage: 13.0% of statements [2022-04-20T10:40:45.299Z] ok github.com/docker/docker/pkg/system 0.056s coverage: 13.0% of statements [2022-04-20T10:40:45.952Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-20T10:40:46.289Z] time="2022-04-20T10:40:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-20T10:40:46.289Z] === RUN TestTailFile [2022-04-20T10:40:46.289Z] --- PASS: TestTailFile (0.00s) [2022-04-20T10:40:46.289Z] === RUN TestTailFileManyLines [2022-04-20T10:40:46.289Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-20T10:40:46.289Z] === RUN TestTailEmptyFile [2022-04-20T10:40:46.289Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-20T10:40:46.289Z] === RUN TestTailNegativeN [2022-04-20T10:40:46.289Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-20T10:40:46.289Z] === RUN TestNewTailReader [2022-04-20T10:40:46.289Z] === PAUSE TestNewTailReader [2022-04-20T10:40:46.289Z] === CONT TestNewTailReader [2022-04-20T10:40:46.289Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-20T10:40:46.289Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-20T10:40:46.289Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-20T10:40:46.289Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/truncated_last_line [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/no_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.290Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.290Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:40:46.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.291Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.291Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.291Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.292Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.292Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.292Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.292Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.292Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.292Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.292Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.292Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.292Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.292Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.292Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.292Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-20T10:40:46.763Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.763Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.764Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.765Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.765Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:46.766Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-20T10:40:46.887Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-20T10:40:47.236Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:40:47.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-20T10:40:47.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-20T10:40:47.240Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-20T10:40:47.240Z] PASS [2022-04-20T10:40:47.240Z] coverage: 88.6% of statements [2022-04-20T10:40:47.240Z] ok github.com/docker/docker/pkg/tailfile 0.216s coverage: 88.6% of statements [2022-04-20T10:40:47.822Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-20T10:40:48.236Z] === RUN TestTarSumRemoveNonExistent [2022-04-20T10:40:48.236Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-04-20T10:40:48.236Z] === RUN TestTarSumRemove [2022-04-20T10:40:48.236Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestSortFileInfoSums [2022-04-20T10:40:48.236Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestNewTarSumForLabelInvalid [2022-04-20T10:40:48.236Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestNewTarSumForLabel [2022-04-20T10:40:48.236Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestEmptyTar [2022-04-20T10:40:48.236Z] --- PASS: TestEmptyTar (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestTarSumsReadSize [2022-04-20T10:40:48.236Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestTarSums [2022-04-20T10:40:48.236Z] --- PASS: TestTarSums (0.08s) [2022-04-20T10:40:48.236Z] === RUN TestIteration [2022-04-20T10:40:48.236Z] --- PASS: TestIteration (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestVersionLabelForChecksum [2022-04-20T10:40:48.236Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestVersion [2022-04-20T10:40:48.236Z] --- PASS: TestVersion (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestGetVersion [2022-04-20T10:40:48.236Z] --- PASS: TestGetVersion (0.00s) [2022-04-20T10:40:48.236Z] === RUN TestGetVersions [2022-04-20T10:40:48.236Z] --- PASS: TestGetVersions (0.00s) [2022-04-20T10:40:48.236Z] PASS [2022-04-20T10:40:48.236Z] coverage: 89.3% of statements [2022-04-20T10:40:48.236Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2022-04-20T10:40:48.389Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-20T10:40:48.706Z] === RUN TestTruncIndex [2022-04-20T10:40:48.706Z] --- PASS: TestTruncIndex (0.10s) [2022-04-20T10:40:48.955Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-20T10:40:49.176Z] PASS [2022-04-20T10:40:49.176Z] coverage: 91.5% of statements [2022-04-20T10:40:49.176Z] ok github.com/docker/docker/pkg/truncindex 0.144s coverage: 91.5% of statements [2022-04-20T10:40:49.645Z] === RUN TestVersionInfo [2022-04-20T10:40:49.645Z] --- PASS: TestVersionInfo (0.00s) [2022-04-20T10:40:49.645Z] === RUN TestAppendVersions [2022-04-20T10:40:49.645Z] --- PASS: TestAppendVersions (0.00s) [2022-04-20T10:40:49.645Z] PASS [2022-04-20T10:40:49.645Z] coverage: 88.9% of statements [2022-04-20T10:40:49.645Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2022-04-20T10:40:49.890Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-04-20T10:40:50.114Z] --- PASS: TestAllocateRandomDeallocate (8.27s) [2022-04-20T10:40:50.114Z] === RUN TestRetrieveFromStore [2022-04-20T10:40:50.826Z] --- PASS: TestReplicatedJob (5.80s) [2022-04-20T10:40:50.826Z] === RUN TestUpdateReplicatedJob [2022-04-20T10:40:50.826Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-04-20T10:40:51.692Z] === RUN TestValidatePrivileges [2022-04-20T10:40:51.692Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-20T10:40:51.692Z] === RUN TestFilterByCapNeg [2022-04-20T10:40:51.692Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-20T10:40:51.692Z] === RUN TestFilterByCapPos [2022-04-20T10:40:51.692Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-20T10:40:51.692Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-20T10:40:51.692Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-20T10:40:51.692Z] PASS [2022-04-20T10:40:51.692Z] coverage: 12.0% of statements [2022-04-20T10:40:51.692Z] ok github.com/docker/docker/plugin 0.065s coverage: 12.0% of statements [2022-04-20T10:40:51.772Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-04-20T10:40:52.687Z] --- PASS: TestRetrieveFromStore (2.71s) [2022-04-20T10:40:52.687Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-20T10:40:52.687Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-04-20T10:40:52.687Z] === RUN TestParallelPredefinedRequest1 [2022-04-20T10:40:52.687Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-20T10:40:52.687Z] === RUN TestParallelPredefinedRequest2 [2022-04-20T10:40:52.687Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-20T10:40:52.687Z] === RUN TestParallelPredefinedRequest3 [2022-04-20T10:40:52.687Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-20T10:40:52.687Z] === RUN TestParallelPredefinedRequest4 [2022-04-20T10:40:52.687Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-20T10:40:52.687Z] === RUN TestParallelPredefinedRequest5 [2022-04-20T10:40:52.687Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-20T10:40:52.687Z] === RUN TestDebug [2022-04-20T10:40:52.687Z] --- PASS: TestDebug (0.00s) [2022-04-20T10:40:52.687Z] === RUN TestRequestPoolParallel [2022-04-20T10:40:53.146Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-20T10:40:53.161Z] === RUN TestNewSettable [2022-04-20T10:40:53.161Z] --- PASS: TestNewSettable (0.00s) [2022-04-20T10:40:53.161Z] === RUN TestIsSettable [2022-04-20T10:40:53.161Z] --- PASS: TestIsSettable (0.00s) [2022-04-20T10:40:53.161Z] === RUN TestUpdateSettingsEnv [2022-04-20T10:40:53.161Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-20T10:40:53.161Z] PASS [2022-04-20T10:40:53.161Z] coverage: 20.0% of statements [2022-04-20T10:40:53.161Z] ok github.com/docker/docker/plugin/v2 0.050s coverage: 20.0% of statements [2022-04-20T10:40:53.161Z] --- PASS: TestRequestPoolParallel (0.61s) [2022-04-20T10:40:53.161Z] === RUN TestFullAllocateRelease [2022-04-20T10:40:53.404Z] docker_api_swarm_test.go:202: [d2407846e2170] joining swarm manager [dc1858f7900af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:40:53.635Z] --- PASS: TestFullAllocateRelease (0.59s) [2022-04-20T10:40:53.635Z] === RUN TestOddAllocateRelease [2022-04-20T10:40:54.107Z] --- PASS: TestGet (15.01s) [2022-04-20T10:40:54.107Z] === RUN TestPluginWithNoManifest [2022-04-20T10:40:54.107Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-20T10:40:54.107Z] === RUN TestGetAll [2022-04-20T10:40:54.107Z] --- PASS: TestGetAll (0.01s) [2022-04-20T10:40:54.107Z] PASS [2022-04-20T10:40:54.107Z] coverage: 73.2% of statements [2022-04-20T10:40:54.107Z] ok github.com/docker/docker/pkg/plugins 34.927s coverage: 73.2% of statements [2022-04-20T10:40:54.107Z] --- PASS: TestOddAllocateRelease (0.35s) [2022-04-20T10:40:54.107Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-20T10:40:54.107Z] === RUN TestLoad [2022-04-20T10:40:54.107Z] --- PASS: TestLoad (0.00s) [2022-04-20T10:40:54.107Z] === RUN TestSave [2022-04-20T10:40:54.107Z] --- PASS: TestSave (0.05s) [2022-04-20T10:40:54.107Z] === RUN TestAddDeleteGet [2022-04-20T10:40:54.107Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.13s) [2022-04-20T10:40:54.107Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-20T10:40:54.107Z] --- PASS: TestAddDeleteGet (0.06s) [2022-04-20T10:40:54.107Z] === RUN TestInvalidTags [2022-04-20T10:40:54.107Z] --- PASS: TestInvalidTags (0.01s) [2022-04-20T10:40:54.575Z] PASS [2022-04-20T10:40:54.575Z] coverage: 84.4% of statements [2022-04-20T10:40:54.575Z] ok github.com/docker/docker/reference 0.169s coverage: 84.4% of statements [2022-04-20T10:40:54.575Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-04-20T10:40:54.575Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-20T10:40:54.575Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.08s) [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest1 [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest4 [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest5 [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest1 [2022-04-20T10:40:54.575Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest5 [2022-04-20T10:40:54.575Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest4 [2022-04-20T10:40:54.575Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:40:54.575Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest3 [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest2 [2022-04-20T10:40:54.575Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:40:54.575Z] === CONT TestParallelPredefinedRequest3 [2022-04-20T10:40:54.575Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:40:54.576Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-20T10:40:54.576Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-20T10:40:54.576Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-20T10:40:54.576Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-20T10:40:54.576Z] PASS [2022-04-20T10:40:54.576Z] coverage: 85.3% of statements [2022-04-20T10:40:54.576Z] ok github.com/docker/docker/libnetwork/ipam 75.320s coverage: 85.3% of statements [2022-04-20T10:40:55.302Z] --- PASS: TestUpdateReplicatedJob (4.39s) [2022-04-20T10:40:55.303Z] === RUN TestServiceListWithStatuses [2022-04-20T10:40:55.303Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:40:55.303Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-20T10:40:55.303Z] === RUN TestDockerNetworkConnectAlias [2022-04-20T10:40:55.869Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestReaderWithReadError [2022-04-20T10:40:56.153Z] time="2022-04-20T10:40:55Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestReader [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-20T10:40:56.153Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-20T10:40:56.153Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-20T10:40:56.153Z] PASS [2022-04-20T10:40:56.153Z] coverage: 100.0% of statements [2022-04-20T10:40:56.153Z] ok github.com/docker/docker/registry/resumable 0.277s coverage: 100.0% of statements [2022-04-20T10:40:57.145Z] === RUN TestResolveAuthConfigIndexServer [2022-04-20T10:40:57.145Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-20T10:40:57.145Z] === RUN TestResolveAuthConfigFullURL [2022-04-20T10:40:57.145Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-20T10:40:57.145Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-20T10:40:57.145Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-20T10:40:57.145Z] === RUN TestValidateMirror [2022-04-20T10:40:57.145Z] --- PASS: TestValidateMirror (0.00s) [2022-04-20T10:40:57.145Z] === RUN TestLoadInsecureRegistries [2022-04-20T10:40:57.145Z] === RUN TestRestartManagerTimeout [2022-04-20T10:40:57.145Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-20T10:40:57.145Z] === RUN TestRestartManagerTimeoutReset [2022-04-20T10:40:57.145Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-20T10:40:57.146Z] PASS [2022-04-20T10:40:57.146Z] coverage: 50.9% of statements [2022-04-20T10:40:57.146Z] ok github.com/docker/docker/restartmanager 0.047s coverage: 50.9% of statements [2022-04-20T10:40:57.146Z] time="2022-04-20T10:40:56Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-20T10:40:57.146Z] time="2022-04-20T10:40:56Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-20T10:40:57.146Z] time="2022-04-20T10:40:56Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-20T10:40:57.146Z] --- PASS: TestLoadInsecureRegistries (0.23s) [2022-04-20T10:40:57.146Z] === RUN TestNewServiceConfig [2022-04-20T10:40:57.146Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestValidateIndexName [2022-04-20T10:40:57.146Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestValidateIndexNameWithError [2022-04-20T10:40:57.146Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestEndpointParse [2022-04-20T10:40:57.146Z] --- PASS: TestEndpointParse (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestEndpointParseInvalid [2022-04-20T10:40:57.146Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestValidateEndpoint [2022-04-20T10:40:57.146Z] --- PASS: TestValidateEndpoint (0.01s) [2022-04-20T10:40:57.146Z] === RUN TestPing [2022-04-20T10:40:57.146Z] --- PASS: TestPing (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestPingRegistryEndpoint [2022-04-20T10:40:57.146Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:57.146Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-04-20T10:40:57.146Z] === RUN TestEndpoint [2022-04-20T10:40:57.146Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:57.146Z] --- SKIP: TestEndpoint (0.01s) [2022-04-20T10:40:57.146Z] === RUN TestParseRepositoryInfo [2022-04-20T10:40:57.146Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestNewIndexInfo [2022-04-20T10:40:57.146Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestMirrorEndpointLookup [2022-04-20T10:40:57.146Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:40:57.146Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2022-04-20T10:40:57.146Z] === RUN TestSearchRepositories [2022-04-20T10:40:57.146Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-20T10:40:57.146Z] Host: 127.0.0.1:49349 [2022-04-20T10:40:57.146Z] User-Agent: docker test client [2022-04-20T10:40:57.146Z] Authorization: Token fake-token [2022-04-20T10:40:57.146Z] X-Docker-Token: true [2022-04-20T10:40:57.146Z] Accept-Encoding: gzip [2022-04-20T10:40:57.146Z] [2022-04-20T10:40:57.146Z] [2022-04-20T10:40:57.146Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-20T10:40:57.146Z] Connection: close [2022-04-20T10:40:57.146Z] Content-Length: 144 [2022-04-20T10:40:57.146Z] Cache-Control: no-cache [2022-04-20T10:40:57.146Z] Content-Type: application/json [2022-04-20T10:40:57.146Z] Date: Wed, 20 Apr 2022 10:40:56 GMT [2022-04-20T10:40:57.146Z] Expires: -1 [2022-04-20T10:40:57.146Z] Pragma: no-cache [2022-04-20T10:40:57.146Z] Server: docker-tests/mock [2022-04-20T10:40:57.146Z] X-Docker-Registry-Config: mock [2022-04-20T10:40:57.146Z] X-Docker-Registry-Version: 0.0.0 [2022-04-20T10:40:57.146Z] [2022-04-20T10:40:57.146Z] [2022-04-20T10:40:57.146Z] --- PASS: TestSearchRepositories (0.01s) [2022-04-20T10:40:57.146Z] === RUN TestTrustedLocation [2022-04-20T10:40:57.146Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-20T10:40:57.146Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestAllowNondistributableArtifacts [2022-04-20T10:40:57.146Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-20T10:40:57.146Z] === RUN TestIsSecureIndex [2022-04-20T10:40:57.146Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-20T10:40:57.146Z] PASS [2022-04-20T10:40:57.146Z] coverage: 51.7% of statements [2022-04-20T10:40:57.146Z] ok github.com/docker/docker/registry 0.336s coverage: 51.7% of statements [2022-04-20T10:40:57.769Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-20T10:40:58.139Z] === RUN TestDecodeContainerConfig [2022-04-20T10:40:58.139Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-04-20T10:40:58.139Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-20T10:40:58.139Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-04-20T10:40:58.139Z] === RUN TestDecodeContainerConfigIsolation [2022-04-20T10:40:58.139Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-20T10:40:58.139Z] === RUN TestValidatePrivileged [2022-04-20T10:40:58.139Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-20T10:40:58.139Z] PASS [2022-04-20T10:40:58.139Z] coverage: 52.4% of statements [2022-04-20T10:40:58.139Z] ok github.com/docker/docker/runconfig 0.058s coverage: 52.4% of statements [2022-04-20T10:40:58.611Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-20T10:40:58.611Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-20T10:40:58.611Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-20T10:40:58.611Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-20T10:40:58.611Z] PASS [2022-04-20T10:40:58.611Z] coverage: 62.5% of statements [2022-04-20T10:40:58.611Z] ok github.com/docker/docker/testutil 0.069s coverage: 62.5% of statements [2022-04-20T10:40:59.143Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-20T10:40:59.709Z] --- PASS: TestDockerNetworkConnectAlias (4.67s) [2022-04-20T10:40:59.709Z] === RUN TestDockerNetworkReConnect [2022-04-20T10:41:00.645Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-20T10:41:01.579Z] === RUN TestGetDriver [2022-04-20T10:41:01.579Z] --- PASS: TestGetDriver (0.00s) [2022-04-20T10:41:01.580Z] === RUN TestVolumeRequestError [2022-04-20T10:41:01.580Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-20T10:41:01.580Z] PASS [2022-04-20T10:41:01.580Z] coverage: 36.1% of statements [2022-04-20T10:41:01.580Z] ok github.com/docker/docker/volume/drivers 0.062s coverage: 36.1% of statements [2022-04-20T10:41:02.048Z] === RUN TestGetAddress [2022-04-20T10:41:02.048Z] --- PASS: TestGetAddress (0.00s) [2022-04-20T10:41:02.048Z] === RUN TestRemove [2022-04-20T10:41:02.048Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-20T10:41:02.048Z] --- SKIP: TestRemove (0.00s) [2022-04-20T10:41:02.048Z] === RUN TestInitializeWithVolumes [2022-04-20T10:41:02.048Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-04-20T10:41:02.048Z] === RUN TestCreate [2022-04-20T10:41:02.048Z] --- PASS: TestCreate (0.02s) [2022-04-20T10:41:02.048Z] === RUN TestValidateName [2022-04-20T10:41:02.048Z] --- PASS: TestValidateName (0.00s) [2022-04-20T10:41:02.048Z] === RUN TestCreateWithOpts [2022-04-20T10:41:02.048Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-20T10:41:02.048Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-20T10:41:02.048Z] === RUN TestRelaodNoOpts [2022-04-20T10:41:02.048Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-04-20T10:41:02.048Z] PASS [2022-04-20T10:41:02.048Z] coverage: 41.5% of statements [2022-04-20T10:41:02.048Z] ok github.com/docker/docker/volume/local 0.090s coverage: 41.5% of statements [2022-04-20T10:41:03.175Z] --- PASS: TestDockerNetworkReConnect (3.17s) [2022-04-20T10:41:03.175Z] === RUN TestServicePlugin [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRaw [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-20T10:41:03.618Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRaw [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-20T10:41:03.618Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestConvertTmpfsOptions [2022-04-20T10:41:03.618Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-20T10:41:03.618Z] linux_parser_test.go:209: data="ro" [2022-04-20T10:41:03.618Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestParseMountSpec [2022-04-20T10:41:03.618Z] parser_test.go:62: case 0 [2022-04-20T10:41:03.618Z] parser_test.go:62: case 1 [2022-04-20T10:41:03.618Z] parser_test.go:62: case 2 [2022-04-20T10:41:03.618Z] parser_test.go:62: case 3 [2022-04-20T10:41:03.618Z] parser_test.go:62: case 4 [2022-04-20T10:41:03.618Z] parser_test.go:62: case 5 [2022-04-20T10:41:03.618Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestValidateMount [2022-04-20T10:41:03.618Z] --- PASS: TestValidateMount (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRaw [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-20T10:41:03.618Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-20T10:41:03.618Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-20T10:41:03.618Z] PASS [2022-04-20T10:41:03.618Z] coverage: 67.6% of statements [2022-04-20T10:41:03.618Z] ok github.com/docker/docker/volume/mounts 0.074s coverage: 67.6% of statements [2022-04-20T10:41:04.612Z] === RUN TestSetGetMeta [2022-04-20T10:41:04.612Z] === PAUSE TestSetGetMeta [2022-04-20T10:41:04.612Z] === RUN TestRestore [2022-04-20T10:41:04.612Z] === PAUSE TestRestore [2022-04-20T10:41:04.612Z] === RUN TestServiceCreate [2022-04-20T10:41:04.612Z] === PAUSE TestServiceCreate [2022-04-20T10:41:04.612Z] === RUN TestServiceList [2022-04-20T10:41:04.612Z] === PAUSE TestServiceList [2022-04-20T10:41:04.612Z] === RUN TestServiceRemove [2022-04-20T10:41:04.612Z] === PAUSE TestServiceRemove [2022-04-20T10:41:04.612Z] === RUN TestServiceGet [2022-04-20T10:41:04.612Z] === PAUSE TestServiceGet [2022-04-20T10:41:04.612Z] === RUN TestServicePrune [2022-04-20T10:41:04.612Z] === PAUSE TestServicePrune [2022-04-20T10:41:04.612Z] === RUN TestCreate [2022-04-20T10:41:04.612Z] === PAUSE TestCreate [2022-04-20T10:41:04.612Z] === RUN TestRemove [2022-04-20T10:41:04.612Z] === PAUSE TestRemove [2022-04-20T10:41:04.612Z] === RUN TestList [2022-04-20T10:41:04.612Z] === PAUSE TestList [2022-04-20T10:41:04.612Z] === RUN TestFindByDriver [2022-04-20T10:41:04.612Z] === PAUSE TestFindByDriver [2022-04-20T10:41:04.612Z] === RUN TestFindByReferenced [2022-04-20T10:41:04.612Z] === PAUSE TestFindByReferenced [2022-04-20T10:41:04.612Z] === RUN TestDerefMultipleOfSameRef [2022-04-20T10:41:04.612Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-20T10:41:04.612Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:41:04.612Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:41:04.612Z] === RUN TestDefererencePluginOnCreateError [2022-04-20T10:41:04.612Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-20T10:41:04.612Z] === RUN TestRefDerefRemove [2022-04-20T10:41:04.612Z] === PAUSE TestRefDerefRemove [2022-04-20T10:41:04.612Z] === RUN TestGet [2022-04-20T10:41:04.612Z] === PAUSE TestGet [2022-04-20T10:41:04.612Z] === RUN TestGetWithReference [2022-04-20T10:41:04.612Z] === PAUSE TestGetWithReference [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_nil_list [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_empty_list [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_filter_some [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_filter_middle [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:41:04.612Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-20T10:41:04.612Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_nil_list [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_filter_some [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_empty_list [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_filter_middle [2022-04-20T10:41:04.612Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-20T10:41:04.612Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-20T10:41:04.612Z] === CONT TestSetGetMeta [2022-04-20T10:41:04.612Z] === CONT TestList [2022-04-20T10:41:04.612Z] === CONT TestDefererencePluginOnCreateError [2022-04-20T10:41:04.612Z] === CONT TestGet [2022-04-20T10:41:04.612Z] --- PASS: TestSetGetMeta (0.03s) [2022-04-20T10:41:04.612Z] === CONT TestGetWithReference [2022-04-20T10:41:04.612Z] --- PASS: TestGet (0.04s) [2022-04-20T10:41:04.612Z] === CONT TestRemove [2022-04-20T10:41:04.612Z] --- PASS: TestDefererencePluginOnCreateError (0.06s) [2022-04-20T10:41:04.612Z] === CONT TestCreate [2022-04-20T10:41:04.612Z] --- PASS: TestList (0.07s) [2022-04-20T10:41:04.612Z] === CONT TestServicePrune [2022-04-20T10:41:04.612Z] --- PASS: TestGetWithReference (0.06s) [2022-04-20T10:41:04.612Z] === CONT TestServiceGet [2022-04-20T10:41:04.612Z] --- PASS: TestRemove (0.04s) [2022-04-20T10:41:04.612Z] === CONT TestServiceRemove [2022-04-20T10:41:04.612Z] --- PASS: TestCreate (0.04s) [2022-04-20T10:41:04.612Z] === CONT TestServiceList [2022-04-20T10:41:04.612Z] --- PASS: TestServiceGet (0.18s) [2022-04-20T10:41:04.612Z] === CONT TestServiceCreate [2022-04-20T10:41:04.612Z] time="2022-04-20T10:41:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:41:04.612Z] --- PASS: TestServiceRemove (0.18s) [2022-04-20T10:41:04.612Z] === CONT TestRestore [2022-04-20T10:41:04.612Z] time="2022-04-20T10:41:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:41:04.612Z] --- PASS: TestServiceList (0.18s) [2022-04-20T10:41:04.612Z] === CONT TestRefDerefRemove [2022-04-20T10:41:04.612Z] time="2022-04-20T10:41:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:41:04.612Z] time="2022-04-20T10:41:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-20T10:41:04.612Z] --- PASS: TestRefDerefRemove (0.03s) [2022-04-20T10:41:04.612Z] === CONT TestDerefMultipleOfSameRef [2022-04-20T10:41:04.612Z] time="2022-04-20T10:41:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-20T10:41:04.612Z] --- PASS: TestServiceCreate (0.04s) [2022-04-20T10:41:04.612Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-20T10:41:04.612Z] --- PASS: TestRestore (0.04s) [2022-04-20T10:41:04.612Z] === CONT TestFindByReferenced [2022-04-20T10:41:04.612Z] === CONT TestFindByDriver [2022-04-20T10:41:04.612Z] --- PASS: TestServicePrune (0.25s) [2022-04-20T10:41:04.612Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-04-20T10:41:04.612Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-04-20T10:41:04.612Z] --- PASS: TestFindByReferenced (0.03s) [2022-04-20T10:41:04.612Z] --- PASS: TestFindByDriver (0.03s) [2022-04-20T10:41:04.612Z] PASS [2022-04-20T10:41:04.612Z] coverage: 69.0% of statements [2022-04-20T10:41:05.081Z] ok github.com/docker/docker/volume/service 0.400s coverage: 69.0% of statements [2022-04-20T10:41:06.454Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-20T10:41:06.454Z] plugin_test.go:61: [d157f38cdcfa0] joining swarm manager [d2170929afa74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:41:06.713Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-20T10:41:07.648Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-20T10:41:07.906Z] plugin_test.go:64: [d1ea3391bc7ce] joining swarm manager [d2170929afa74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:41:08.165Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-04-20T10:41:08.423Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-20T10:41:08.988Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-04-20T10:41:09.246Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-04-20T10:41:09.246Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-20T10:41:10.181Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-20T10:41:10.439Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-04-20T10:41:10.955Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-20T10:41:10.955Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-20T10:41:10.955Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-20T10:41:10.955Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-20T10:41:11.380Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-20T10:41:11.381Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-20T10:41:11.381Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-20T10:41:12.315Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-20T10:41:12.573Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-20T10:41:12.831Z] docker_api_swarm_test.go:384: [d047600e6043f] joining swarm manager [d3ed9a633e96e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:41:13.397Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-20T10:41:14.331Z] docker_api_swarm_test.go:385: [d12728dda96f7] joining swarm manager [d3ed9a633e96e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:41:14.331Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-04-20T10:41:14.588Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-04-20T10:41:14.588Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-04-20T10:41:14.588Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-04-20T10:41:14.588Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-04-20T10:41:14.588Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-20T10:41:15.727Z] 2022/04/20 10:41:15 Closing DB instances... [2022-04-20T10:41:16.485Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-04-20T10:41:17.050Z] === RUN TestDockerSuite/TestEventsRename [2022-04-20T10:41:17.294Z] time="2022-04-20T10:41:16Z" level=error msg="node: 22d1e8355d5f is unknown to memberlist" [2022-04-20T10:41:17.294Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-04-20T10:41:17.294Z] === RUN TestFindNode [2022-04-20T10:41:17.294Z] 2022/04/20 10:41:17 Closing DB instances... [2022-04-20T10:41:17.294Z] --- PASS: TestFindNode (0.02s) [2022-04-20T10:41:17.294Z] === RUN TestChangeNodeState [2022-04-20T10:41:17.767Z] 2022/04/20 10:41:17 Closing DB instances... [2022-04-20T10:41:17.767Z] --- PASS: TestChangeNodeState (0.02s) [2022-04-20T10:41:17.767Z] === RUN TestNodeReincarnation [2022-04-20T10:41:17.767Z] 2022/04/20 10:41:17 Closing DB instances... [2022-04-20T10:41:17.984Z] === RUN TestDockerSuite/TestEventsResize [2022-04-20T10:41:18.549Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-20T10:41:22.527Z] --- PASS: TestNodeReincarnation (5.02s) [2022-04-20T10:41:22.527Z] === RUN TestParallelCreate [2022-04-20T10:41:22.527Z] 2022/04/20 10:41:22 Closing DB instances... [2022-04-20T10:41:22.527Z] --- PASS: TestParallelCreate (0.02s) [2022-04-20T10:41:22.527Z] === RUN TestParallelDelete [2022-04-20T10:41:22.527Z] 2022/04/20 10:41:22 Closing DB instances... [2022-04-20T10:41:22.527Z] --- PASS: TestParallelDelete (0.02s) [2022-04-20T10:41:22.527Z] === RUN TestNetworkDBIslands [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:524049099af7 with config:&{NodeID:524049099af7 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 524049099af7/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 524049099af7/192.168.151.47, added to nodes list" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2fce63d800ec with config:&{NodeID:2fce63d800ec Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 2fce63d800ec/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 2fce63d800ec/192.168.151.47, added to nodes list" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 2fce63d800ec/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 2fce63d800ec/192.168.151.47, added to nodes list" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 524049099af7/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=info msg="Node 524049099af7/192.168.151.47, added to nodes list" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-04-20T10:41:22.527Z] time="2022-04-20T10:41:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:0cfc0fef8e16 with config:&{NodeID:0cfc0fef8e16 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, added to nodes list" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, added to nodes list" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 524049099af7/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 524049099af7/192.168.151.47, added to nodes list" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 2fce63d800ec/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 2fce63d800ec/192.168.151.47, added to nodes list" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:23.533Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, added to nodes list" [2022-04-20T10:41:23.809Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:e9f5104bc1e1 with config:&{NodeID:e9f5104bc1e1 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node 524049099af7/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node 524049099af7/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node 2fce63d800ec/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node 2fce63d800ec/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.009Z] time="2022-04-20T10:41:23Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.375Z] === RUN TestDockerSuite/TestEventsStreaming [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:950c778612f4 with config:&{NodeID:950c778612f4 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 2fce63d800ec/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 2fce63d800ec/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:24.480Z] networkdb_test.go:835: Re-joining: 3 [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="The new bootstrap node list is:[192.168.151.47:10033 192.168.151.47:10034 192.168.151.47:10035]" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10033" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49373" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10034" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49374" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10035" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49375" [2022-04-20T10:41:24.480Z] networkdb_test.go:835: Re-joining: 4 [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=info msg="The new bootstrap node list is:[192.168.151.47:10033 192.168.151.47:10034 192.168.151.47:10035]" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10033" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49376" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49377" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10034" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10035" [2022-04-20T10:41:24.480Z] time="2022-04-20T10:41:24Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49378" [2022-04-20T10:41:24.942Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="node 0 leaving" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7 change state NodeActive --> NodeLeft" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="node5(950c778612f4): Node leave event for 524049099af7/192.168.151.47" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7 change state NodeActive --> NodeLeft" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="node3(0cfc0fef8e16): Node leave event for 524049099af7/192.168.151.47" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7 change state NodeActive --> NodeLeft" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="node4(e9f5104bc1e1): Node leave event for 524049099af7/192.168.151.47" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7 change state NodeActive --> NodeLeft" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="node2(2fce63d800ec): Node leave event for 524049099af7/192.168.151.47" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7 change state NodeActive --> NodeLeft" [2022-04-20T10:41:24.949Z] time="2022-04-20T10:41:24Z" level=info msg="node1(524049099af7): Node leave event for 524049099af7/192.168.151.47" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:24Z" level=info msg="Node 524049099af7/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="node 1 leaving" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec change state NodeActive --> NodeLeft" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="node3(0cfc0fef8e16): Node leave event for 2fce63d800ec/192.168.151.47" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec change state NodeActive --> NodeLeft" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="node4(e9f5104bc1e1): Node leave event for 2fce63d800ec/192.168.151.47" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec change state NodeActive --> NodeLeft" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="node5(950c778612f4): Node leave event for 2fce63d800ec/192.168.151.47" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec change state NodeActive --> NodeLeft" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="node2(2fce63d800ec): Node leave event for 2fce63d800ec/192.168.151.47" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.419Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="Node 2fce63d800ec/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="node 2 leaving" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="Node 0cfc0fef8e16 change state NodeActive --> NodeLeft" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="node4(e9f5104bc1e1): Node leave event for 0cfc0fef8e16/192.168.151.47" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="Node 0cfc0fef8e16 change state NodeActive --> NodeLeft" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="node5(950c778612f4): Node leave event for 0cfc0fef8e16/192.168.151.47" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="Node 0cfc0fef8e16 change state NodeActive --> NodeLeft" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="node3(0cfc0fef8e16): Node leave event for 0cfc0fef8e16/192.168.151.47" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, left gossip cluster" [2022-04-20T10:41:25.892Z] time="2022-04-20T10:41:25Z" level=info msg="Node 0cfc0fef8e16/192.168.151.47, left gossip cluster" [2022-04-20T10:41:26.363Z] networkdb_test.go:867: node4: OK [2022-04-20T10:41:26.363Z] networkdb_test.go:867: node5: OK [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="node 0 coming back" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b28e19786b4a with config:&{NodeID:b28e19786b4a Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="Node b28e19786b4a/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="Node b28e19786b4a/192.168.151.47, added to nodes list" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="node 1 coming back" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:6598141c8af3 with config:&{NodeID:6598141c8af3 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="Node 6598141c8af3/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="Node 6598141c8af3/192.168.151.47, added to nodes list" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="node 2 coming back" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1106159898f8 with config:&{NodeID:1106159898f8 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="Node 1106159898f8/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:26.363Z] time="2022-04-20T10:41:26Z" level=info msg="Node 1106159898f8/192.168.151.47, added to nodes list" [2022-04-20T10:41:26.837Z] time="2022-04-20T10:41:26Z" level=debug msg="memberlist: Failed ping: 950c778612f4 (timeout reached)" [2022-04-20T10:41:26.837Z] time="2022-04-20T10:41:26Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->192.168.151.47:10036: use of closed network connection" [2022-04-20T10:41:26.837Z] time="2022-04-20T10:41:26Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49379" [2022-04-20T10:41:27.307Z] time="2022-04-20T10:41:27Z" level=warning msg="memberlist: Was able to connect to 950c778612f4 but other probes failed, network may be misconfigured" [2022-04-20T10:41:28.222Z] === RUN TestDockerSuite/TestEventsTop [2022-04-20T10:41:28.222Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-20T10:41:30.260Z] time="2022-04-20T10:41:29Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.151.47:10033 192.168.151.47:10034 192.168.151.47:10035]" [2022-04-20T10:41:30.260Z] time="2022-04-20T10:41:30Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.151.47:10033 192.168.151.47:10034 192.168.151.47:10035]" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49380" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10033" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, is the new incarnation of the shutdown node 524049099af7/192.168.151.47" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10034" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49381" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, is the new incarnation of the shutdown node 2fce63d800ec/192.168.151.47" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49382" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10035" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 950c778612f4/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 950c778612f4/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, is the new incarnation of the shutdown node 0cfc0fef8e16/192.168.151.47" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, is the new incarnation of the shutdown node 2fce63d800ec/192.168.151.47" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 6598141c8af3/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, is the new incarnation of the shutdown node 524049099af7/192.168.151.47" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node b28e19786b4a/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, is the new incarnation of the shutdown node 0cfc0fef8e16/192.168.151.47" [2022-04-20T10:41:30.729Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, added to nodes list" [2022-04-20T10:41:30.747Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, joined gossip cluster" [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:30Z" level=info msg="Node 1106159898f8/192.168.151.47, added to nodes list" [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10033" [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:31Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49383" [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10034" [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:31Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49384" [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.151.47:10035" [2022-04-20T10:41:31.209Z] time="2022-04-20T10:41:31Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49385" [2022-04-20T10:41:31.677Z] 2022/04/20 10:41:31 Closing DB instances... [2022-04-20T10:41:31.677Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a change state NodeActive --> NodeLeft" [2022-04-20T10:41:31.677Z] time="2022-04-20T10:41:31Z" level=info msg="node3(1106159898f8): Node leave event for b28e19786b4a/192.168.151.47" [2022-04-20T10:41:31.677Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a change state NodeActive --> NodeLeft" [2022-04-20T10:41:31.677Z] time="2022-04-20T10:41:31Z" level=info msg="node2(6598141c8af3): Node leave event for b28e19786b4a/192.168.151.47" [2022-04-20T10:41:31.677Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a change state NodeActive --> NodeLeft" [2022-04-20T10:41:31.678Z] time="2022-04-20T10:41:31Z" level=info msg="node5(950c778612f4): Node leave event for b28e19786b4a/192.168.151.47" [2022-04-20T10:41:31.678Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a change state NodeActive --> NodeLeft" [2022-04-20T10:41:31.678Z] time="2022-04-20T10:41:31Z" level=info msg="node1(b28e19786b4a): Node leave event for b28e19786b4a/192.168.151.47" [2022-04-20T10:41:31.678Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a change state NodeActive --> NodeLeft" [2022-04-20T10:41:31.678Z] time="2022-04-20T10:41:31Z" level=info msg="node4(e9f5104bc1e1): Node leave event for b28e19786b4a/192.168.151.47" [2022-04-20T10:41:31.678Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a/192.168.151.47, left gossip cluster" [2022-04-20T10:41:31.678Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="Node b28e19786b4a/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=warning msg="memberlist: Failed to send gossip to 192.168.151.47:10037: write udp [::]:10033->192.168.151.47:10037: use of closed network connection" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="Node 6598141c8af3 change state NodeActive --> NodeLeft" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="node4(e9f5104bc1e1): Node leave event for 6598141c8af3/192.168.151.47" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="Node 6598141c8af3 change state NodeActive --> NodeLeft" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="node3(1106159898f8): Node leave event for 6598141c8af3/192.168.151.47" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="Node 6598141c8af3 change state NodeActive --> NodeLeft" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="node5(950c778612f4): Node leave event for 6598141c8af3/192.168.151.47" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="Node 6598141c8af3 change state NodeActive --> NodeLeft" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:31Z" level=info msg="node2(6598141c8af3): Node leave event for 6598141c8af3/192.168.151.47" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:32Z" level=info msg="Node 6598141c8af3/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:32Z" level=info msg="Node 6598141c8af3/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:32Z" level=info msg="Node 6598141c8af3/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.149Z] time="2022-04-20T10:41:32Z" level=info msg="Node 6598141c8af3/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="Node 1106159898f8 change state NodeActive --> NodeLeft" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="node4(e9f5104bc1e1): Node leave event for 1106159898f8/192.168.151.47" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="Node 1106159898f8 change state NodeActive --> NodeLeft" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="node5(950c778612f4): Node leave event for 1106159898f8/192.168.151.47" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="Node 1106159898f8 change state NodeActive --> NodeLeft" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="node3(1106159898f8): Node leave event for 1106159898f8/192.168.151.47" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="Node 1106159898f8/192.168.151.47, left gossip cluster" [2022-04-20T10:41:32.620Z] time="2022-04-20T10:41:32Z" level=info msg="Node 1106159898f8/192.168.151.47, left gossip cluster" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:32Z" level=info msg="Node 1106159898f8/192.168.151.47, left gossip cluster" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:32Z" level=debug msg="memberlist: Failed ping: 950c778612f4 (timeout reached)" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:32Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.151.47:10035: use of closed network connection" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:32Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.151.47:10036: use of closed network connection" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:32Z" level=debug msg="memberlist: Stream connection from=192.168.151.47:49386" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:33Z" level=info msg="Node e9f5104bc1e1 change state NodeActive --> NodeLeft" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:33Z" level=info msg="node5(950c778612f4): Node leave event for e9f5104bc1e1/192.168.151.47" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:33Z" level=info msg="Node e9f5104bc1e1 change state NodeActive --> NodeLeft" [2022-04-20T10:41:33.090Z] time="2022-04-20T10:41:33Z" level=info msg="node4(e9f5104bc1e1): Node leave event for e9f5104bc1e1/192.168.151.47" [2022-04-20T10:41:33.561Z] time="2022-04-20T10:41:33Z" level=warning msg="memberlist: Was able to connect to 950c778612f4 but other probes failed, network may be misconfigured" [2022-04-20T10:41:33.561Z] time="2022-04-20T10:41:33Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, left gossip cluster" [2022-04-20T10:41:34.033Z] time="2022-04-20T10:41:33Z" level=info msg="Node e9f5104bc1e1/192.168.151.47, left gossip cluster" [2022-04-20T10:41:34.040Z] --- PASS: TestServicePlugin (30.99s) [2022-04-20T10:41:34.040Z] === RUN TestServiceUpdateLabel [2022-04-20T10:41:34.503Z] time="2022-04-20T10:41:34Z" level=info msg="Node 950c778612f4/192.168.151.47, left gossip cluster" [2022-04-20T10:41:34.503Z] time="2022-04-20T10:41:34Z" level=info msg="Node 950c778612f4 change state NodeActive --> NodeFailed" [2022-04-20T10:41:34.503Z] time="2022-04-20T10:41:34Z" level=info msg="Node 950c778612f4/192.168.151.47, added to failed nodes list" [2022-04-20T10:41:34.503Z] --- PASS: TestNetworkDBIslands (11.70s) [2022-04-20T10:41:34.503Z] PASS [2022-04-20T10:41:34.503Z] coverage: 60.0% of statements [2022-04-20T10:41:34.503Z] ok github.com/docker/docker/libnetwork/networkdb 105.265s coverage: 60.0% of statements [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/quota [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/rootless [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/volume [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-20T10:41:34.503Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-20T10:41:36.567Z] --- PASS: TestServiceUpdateLabel (2.23s) [2022-04-20T10:41:36.568Z] === RUN TestServiceUpdateSecrets [2022-04-20T10:41:36.568Z] === RUN TestDockerSuite/TestExec [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === Skipped [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-20T10:41:37.466Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-20T10:41:37.466Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-20T10:41:37.466Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-04-20T10:41:37.466Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-20T10:41:37.466Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-20T10:41:37.466Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-20T10:41:37.466Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-20T10:41:37.466Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-20T10:41:37.466Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-04-20T10:41:37.466Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-20T10:41:37.466Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-20T10:41:37.466Z] daemon_test.go:145: root required [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-20T10:41:37.466Z] reload_test.go:342: root required [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-04-20T10:41:37.466Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-20T10:41:37.466Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-20T10:41:37.466Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-20T10:41:37.466Z] download_test.go:267: Needs fixing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-20T10:41:37.466Z] layer_test.go:291: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-20T10:41:37.466Z] layer_test.go:340: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-20T10:41:37.466Z] layer_test.go:455: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-20T10:41:37.466Z] layer_test.go:684: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-20T10:41:37.466Z] migration_test.go:45: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-20T10:41:37.466Z] migration_test.go:181: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-20T10:41:37.466Z] mount_test.go:17: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-20T10:41:37.466Z] mount_test.go:76: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-20T10:41:37.466Z] mount_test.go:125: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-20T10:41:37.466Z] mount_test.go:212: Failing on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.02s) [2022-04-20T10:41:37.466Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-04-20T10:41:37.466Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-20T10:41:37.466Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-20T10:41:37.466Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-20T10:41:37.466Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-20T10:41:37.466Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-20T10:41:37.466Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-20T10:41:37.466Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-20T10:41:37.466Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-20T10:41:37.466Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-20T10:41:37.466Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-20T10:41:37.466Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-20T10:41:37.466Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-20T10:41:37.466Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-20T10:41:37.466Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-20T10:41:37.466Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-20T10:41:37.466Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:133: Xz not present in msys2 [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-04-20T10:41:37.466Z] archive_test.go:140: zstd not installed [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:252: Failing on Windows CI machines [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-20T10:41:37.466Z] archive_windows_test.go:16: Currently fails [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-20T10:41:37.466Z] changes_test.go:196: needs more investigation [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-20T10:41:37.466Z] changes_test.go:433: needs further investigation [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-20T10:41:37.466Z] changes_test.go:469: needs further investigation [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-20T10:41:37.466Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-20T10:41:37.466Z] poller_test.go:40: No chmod on Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-20T10:41:37.466Z] fileutils_test.go:133: Needs porting to Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-20T10:41:37.466Z] fileutils_test.go:179: Needs porting to Windows [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-04-20T10:41:37.466Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.466Z] [2022-04-20T10:41:37.466Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-04-20T10:41:37.467Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.467Z] [2022-04-20T10:41:37.467Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2022-04-20T10:41:37.467Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-20T10:41:37.467Z] [2022-04-20T10:41:37.467Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-20T10:41:37.467Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-20T10:41:37.467Z] [2022-04-20T10:41:37.467Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-20T10:41:37.467Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-20T10:41:37.467Z] [2022-04-20T10:41:37.467Z] DONE 2197 tests, 68 skipped in 337.265s [2022-04-20T10:41:37.502Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-20T10:41:37.760Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-20T10:41:37.936Z] INFO: make.ps1 ended at 04/20/2022 10:41:37 [2022-04-20T10:41:38.695Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-20T10:41:38.953Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-20T10:41:40.157Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-20T10:41:40.157Z] INFO: Unit tests ended at 04/20/2022 10:41:39. Duration:00:05:58.7706542 [2022-04-20T10:41:40.157Z] INFO: Building busybox [2022-04-20T10:41:40.157Z] Sending build context to Docker daemon 5.12kB [2022-04-20T10:41:40.157Z] [2022-04-20T10:41:40.157Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-20T10:41:40.157Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-20T10:41:40.157Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-20T10:41:40.157Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-20T10:41:40.157Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-20T10:41:40.157Z] ---> e8870c5c3ab2 [2022-04-20T10:41:40.157Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-20T10:41:40.157Z] ---> Running in 88e3341212ac [2022-04-20T10:41:40.326Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-20T10:41:40.892Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-20T10:41:41.459Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-20T10:41:41.716Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-20T10:41:42.282Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-20T10:41:42.847Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-20T10:41:43.413Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-20T10:41:44.347Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-20T10:41:45.723Z] === RUN TestDockerSuite/TestExecEnv [2022-04-20T10:41:45.982Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-20T10:41:47.356Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-20T10:41:47.615Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-20T10:41:49.513Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-20T10:41:49.772Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-04-20T10:41:50.339Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-20T10:41:51.274Z] === RUN TestDockerSuite/TestExecParseError [2022-04-20T10:41:51.274Z] --- PASS: TestServiceUpdateSecrets (15.05s) [2022-04-20T10:41:51.274Z] === RUN TestServiceUpdateConfigs [2022-04-20T10:41:51.533Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-20T10:41:52.494Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-20T10:41:52.752Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-20T10:41:52.768Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-20T10:41:52.768Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-20T10:41:52.768Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-20T10:41:52.768Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-20T10:41:52.768Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-20T10:41:52.768Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-20T10:41:52.768Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-20T10:41:52.768Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-20T10:41:52.768Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-20T10:41:52.768Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-20T10:41:52.768Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-20T10:41:54.126Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-20T10:41:54.692Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-20T10:41:54.984Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-20T10:41:55.257Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-20T10:41:57.934Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-20T10:41:57.934Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-20T10:41:57.934Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-20T10:41:57.934Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-20T10:41:57.934Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-20T10:41:57.934Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-20T10:41:57.934Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-20T10:41:57.934Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-20T10:41:57.934Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-20T10:42:00.891Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-20T10:42:00.891Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-20T10:42:00.891Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-20T10:42:00.891Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-20T10:42:00.891Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-20T10:42:05.472Z] Removing intermediate container 88e3341212ac [2022-04-20T10:42:05.472Z] ---> 1fe5df4343d8 [2022-04-20T10:42:05.472Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-20T10:42:05.472Z] ---> Running in 3c5334409d19 [2022-04-20T10:42:05.472Z] Removing intermediate container 3c5334409d19 [2022-04-20T10:42:05.472Z] ---> 5654de4359ec [2022-04-20T10:42:05.472Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-20T10:42:05.472Z] ---> Running in fb2a8b289db2 [2022-04-20T10:42:05.472Z] Removing intermediate container fb2a8b289db2 [2022-04-20T10:42:05.472Z] ---> feea41d6c1f7 [2022-04-20T10:42:05.472Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-20T10:42:05.947Z] [2022-04-20T10:42:06.441Z] ---> b266240f7dda [2022-04-20T10:42:06.441Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-20T10:42:06.441Z] ---> Running in 290c272cf626 [2022-04-20T10:42:06.759Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-20T10:42:07.454Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-20T10:42:07.454Z] --- PASS: TestServiceUpdateConfigs (15.03s) [2022-04-20T10:42:07.454Z] === RUN TestServiceUpdateNetwork [2022-04-20T10:42:07.454Z] === RUN TestDockerSuite/TestExecTTY [2022-04-20T10:42:07.454Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-20T10:42:08.021Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-20T10:42:08.957Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-20T10:42:09.891Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-20T10:42:09.891Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-04-20T10:42:09.891Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-20T10:42:10.829Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-04-20T10:42:11.395Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-20T10:42:12.330Z] === RUN TestDockerSuite/TestExecWithTERM [2022-04-20T10:42:12.896Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-20T10:42:13.464Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-20T10:42:18.724Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-20T10:42:18.724Z] check_test.go:379: [d12728dda96f7] daemon is not started [2022-04-20T10:42:18.724Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-04-20T10:42:19.664Z] --- PASS: TestServiceUpdateNetwork (13.56s) [2022-04-20T10:42:19.664Z] === RUN TestServiceUpdatePidsLimit [2022-04-20T10:42:20.993Z] --- PASS: TestBuildWithHugeFile (131.58s) [2022-04-20T10:42:20.993Z] === RUN TestBuildWCOWSandboxSize [2022-04-20T10:42:20.993Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:42:20.993Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:42:20.993Z] === RUN TestBuildWithEmptyDockerfile [2022-04-20T10:42:20.993Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:42:20.993Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:42:20.993Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:42:20.993Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:42:20.993Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:42:20.993Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:42:20.993Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:42:20.993Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:42:20.993Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:42:20.993Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-04-20T10:42:20.993Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-20T10:42:20.993Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-04-20T10:42:20.993Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-04-20T10:42:20.993Z] === RUN TestBuildPreserveOwnership [2022-04-20T10:42:20.993Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:42:20.993Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-20T10:42:20.993Z] === RUN TestBuildPlatformInvalid [2022-04-20T10:42:20.993Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-04-20T10:42:20.993Z] PASS [2022-04-20T10:42:20.993Z] ok github.com/docker/docker/integration/build 217.784s [2022-04-20T10:42:20.993Z] [2022-04-20T10:42:20.993Z] === Skipped [2022-04-20T10:42:20.993Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-20T10:42:20.993Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:42:20.993Z] [2022-04-20T10:42:20.993Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-20T10:42:20.993Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:20.993Z] [2022-04-20T10:42:20.993Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-20T10:42:20.993Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:42:20.993Z] [2022-04-20T10:42:20.993Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-04-20T10:42:20.993Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:42:20.993Z] [2022-04-20T10:42:20.993Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:42:20.993Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:42:20.993Z] [2022-04-20T10:42:20.993Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-20T10:42:20.993Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:42:20.993Z] [2022-04-20T10:42:20.993Z] DONE 29 tests, 6 skipped in 260.638s [2022-04-20T10:42:20.993Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-20T10:42:21.041Z] docker_api_swarm_test.go:802: [d6e6725077665] joining swarm manager [de765c170bdaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:42:21.041Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-20T10:42:21.975Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-20T10:42:21.975Z] docker_api_swarm_test.go:802: [d5d7f85848683] joining swarm manager [de765c170bdaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:42:22.542Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-20T10:42:23.476Z] docker_api_swarm_test.go:802: [dfd205c3056aa] joining swarm manager [de765c170bdaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-20T10:42:23.895Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:42:23.895Z] INFO: Testing against a local daemon [2022-04-20T10:42:23.895Z] === RUN TestConfigInspect [2022-04-20T10:42:23.895Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-20T10:42:23.895Z] === RUN TestConfigList [2022-04-20T10:42:23.895Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] --- SKIP: TestConfigList (0.00s) [2022-04-20T10:42:23.895Z] === RUN TestConfigsCreateAndDelete [2022-04-20T10:42:23.895Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-20T10:42:23.895Z] === RUN TestConfigsUpdate [2022-04-20T10:42:23.895Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-20T10:42:23.895Z] === RUN TestTemplatedConfig [2022-04-20T10:42:23.895Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-20T10:42:23.895Z] === RUN TestConfigCreateResolve [2022-04-20T10:42:23.895Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:42:23.895Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-20T10:42:23.895Z] PASS [2022-04-20T10:42:23.895Z] ok github.com/docker/docker/integration/config 0.102s [2022-04-20T10:42:23.895Z] [2022-04-20T10:42:23.895Z] === Skipped [2022-04-20T10:42:23.895Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-20T10:42:23.895Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] [2022-04-20T10:42:23.895Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-20T10:42:23.895Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] [2022-04-20T10:42:23.895Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-20T10:42:23.895Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] [2022-04-20T10:42:23.895Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-20T10:42:23.895Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] [2022-04-20T10:42:23.895Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-20T10:42:23.895Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:23.895Z] [2022-04-20T10:42:23.895Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-20T10:42:23.895Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:42:23.895Z] [2022-04-20T10:42:23.895Z] DONE 6 tests, 6 skipped in 2.304s [2022-04-20T10:42:23.895Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-20T10:42:24.043Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-20T10:42:24.610Z] docker_api_swarm_test.go:802: [d2556bc9dbf49] joining swarm manager [de765c170bdaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-04-20T10:42:25.988Z] docker_api_swarm_test.go:810: [dd23a844e1bb2] joining swarm manager [de765c170bdaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-04-20T10:42:27.650Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:42:27.650Z] INFO: Testing against a local daemon [2022-04-20T10:42:27.650Z] === RUN TestCheckpoint [2022-04-20T10:42:27.650Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:42:27.650Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/commit [2022-04-20T10:42:27.650Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-20T10:42:27.650Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:42:27.650Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:42:27.650Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:42:27.650Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:42:27.650Z] === CONT TestContainerInvalidJSON/commit [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-20T10:42:27.650Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-20T10:42:27.650Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-20T10:42:27.650Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-20T10:42:27.650Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-20T10:42:27.650Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.01s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.01s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:42:27.650Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-20T10:42:27.650Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-20T10:42:27.650Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.34s) [2022-04-20T10:42:27.650Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-20T10:42:28.107Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.32s) [2022-04-20T10:42:28.107Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-20T10:42:28.107Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-04-20T10:42:28.107Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-20T10:42:28.517Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-20T10:42:28.566Z] --- PASS: TestCopyToContainerPathIsNotDir (0.28s) [2022-04-20T10:42:28.566Z] === RUN TestCopyFromContainer [2022-04-20T10:42:28.566Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:28.566Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-20T10:42:28.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:42:28.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:42:28.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:42:28.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:42:28.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:42:28.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:42:28.566Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:42:28.566Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:42:28.566Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:42:28.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-04-20T10:42:28.566Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-20T10:42:28.566Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-20T10:42:28.566Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidEnv [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-04-20T10:42:28.566Z] === RUN TestCreateTmpfsMountsTarget [2022-04-20T10:42:28.566Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:28.566Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-20T10:42:28.566Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:42:28.566Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-20T10:42:28.566Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:42:28.566Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:42:28.566Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:42:28.566Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:42:28.566Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-20T10:42:28.566Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-20T10:42:28.566Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateDifferentPlatform [2022-04-20T10:42:28.566Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-20T10:42:28.566Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-20T10:42:28.566Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-04-20T10:42:28.566Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-20T10:42:28.566Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-20T10:42:28.566Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s) [2022-04-20T10:42:28.566Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-20T10:42:28.776Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-20T10:42:29.023Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-20T10:42:29.024Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-20T10:42:29.024Z] === RUN TestContainerKillOnDaemonStart [2022-04-20T10:42:29.024Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:29.024Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:42:29.024Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.024Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:42:29.024Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.034Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-20T10:42:29.034Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-20T10:42:29.034Z] === RUN TestDockerSuite/TestHealth [2022-04-20T10:42:29.507Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:29.507Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:42:29.507Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:42:36.585Z] Removing intermediate container 290c272cf626 [2022-04-20T10:42:36.585Z] ---> 9e0c596f1391 [2022-04-20T10:42:36.585Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-20T10:42:36.585Z] ---> Running in 52b0d9313b26 [2022-04-20T10:42:36.585Z] [2022-04-20T10:42:36.585Z] SUCCESS: Specified value was saved. [2022-04-20T10:42:36.649Z] --- PASS: TestWindowsDevices (0.04s) [2022-04-20T10:42:36.649Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.18s) [2022-04-20T10:42:36.649Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.20s) [2022-04-20T10:42:36.649Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.25s) [2022-04-20T10:42:36.649Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-04-20T10:42:36.649Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.85s) [2022-04-20T10:42:36.649Z] --- PASS: TestWindowsDevices/process/no_device_mounted (7.08s) [2022-04-20T10:42:36.649Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.84s) [2022-04-20T10:42:36.649Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.71s) [2022-04-20T10:42:36.649Z] === RUN TestDiff [2022-04-20T10:42:36.649Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-20T10:42:36.649Z] --- SKIP: TestDiff (0.00s) [2022-04-20T10:42:36.649Z] === RUN TestExecWithCloseStdin [2022-04-20T10:42:36.649Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-20T10:42:36.649Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-04-20T10:42:36.649Z] === RUN TestExec [2022-04-20T10:42:37.144Z] --- PASS: TestServiceUpdatePidsLimit (16.71s) [2022-04-20T10:42:37.144Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2022-04-20T10:42:37.144Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s) [2022-04-20T10:42:37.144Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2022-04-20T10:42:37.144Z] PASS [2022-04-20T10:42:37.144Z] [2022-04-20T10:42:37.144Z] === Skipped [2022-04-20T10:42:37.144Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-20T10:42:37.144Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-20T10:42:37.144Z] [2022-04-20T10:42:37.144Z] DONE 27 tests, 1 skipped in 195.469s [2022-04-20T10:42:37.144Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-20T10:42:37.144Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:42:37.144Z] ++ set -e [2022-04-20T10:42:37.144Z] ++ '[' -n 0 ']' [2022-04-20T10:42:37.144Z] ++ set -x [2022-04-20T10:42:37.144Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:42:37.144Z] INFO: Testing against a local daemon [2022-04-20T10:42:37.144Z] === RUN TestSessionCreate [2022-04-20T10:42:37.144Z] --- PASS: TestSessionCreate (0.03s) [2022-04-20T10:42:37.144Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-20T10:42:37.144Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-04-20T10:42:37.144Z] PASS [2022-04-20T10:42:37.144Z] [2022-04-20T10:42:37.144Z] DONE 2 tests in 0.162s [2022-04-20T10:42:37.144Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-20T10:42:37.144Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:42:37.144Z] ++ set -e [2022-04-20T10:42:37.144Z] ++ '[' -n 0 ']' [2022-04-20T10:42:37.144Z] ++ set -x [2022-04-20T10:42:37.144Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:42:37.144Z] INFO: Testing against a local daemon [2022-04-20T10:42:37.144Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:42:37.144Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-20T10:42:37.144Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:42:37.144Z] === RUN TestDiskUsage [2022-04-20T10:42:37.144Z] === PAUSE TestDiskUsage [2022-04-20T10:42:37.144Z] === RUN TestEventsExecDie [2022-04-20T10:42:37.402Z] --- PASS: TestEventsExecDie (0.59s) [2022-04-20T10:42:37.402Z] === RUN TestEventsBackwardsCompatible [2022-04-20T10:42:37.402Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-04-20T10:42:37.402Z] === RUN TestEventsVolumeCreate [2022-04-20T10:42:37.402Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-20T10:42:37.402Z] === RUN TestInfoBinaryCommits [2022-04-20T10:42:37.402Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-20T10:42:37.402Z] === RUN TestInfoAPIVersioned [2022-04-20T10:42:37.402Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-20T10:42:37.402Z] === RUN TestInfoAPI [2022-04-20T10:42:37.402Z] --- PASS: TestInfoAPI (0.01s) [2022-04-20T10:42:37.402Z] === RUN TestInfoAPIWarnings [2022-04-20T10:42:37.576Z] Removing intermediate container 52b0d9313b26 [2022-04-20T10:42:37.576Z] ---> e9578e98fb85 [2022-04-20T10:42:37.576Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-20T10:42:37.576Z] ---> Running in 4dd2088c86c7 [2022-04-20T10:42:40.377Z] --- PASS: TestExec (4.37s) [2022-04-20T10:42:40.377Z] === RUN TestExecUser [2022-04-20T10:42:40.377Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-20T10:42:40.377Z] --- SKIP: TestExecUser (0.00s) [2022-04-20T10:42:40.377Z] === RUN TestExportContainerAndImportImage [2022-04-20T10:42:40.377Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:40.377Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-20T10:42:40.377Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-20T10:42:40.377Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:40.377Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-20T10:42:40.377Z] === RUN TestHealthCheckWorkdir [2022-04-20T10:42:40.377Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-20T10:42:40.377Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-20T10:42:40.377Z] === RUN TestHealthKillContainer [2022-04-20T10:42:40.377Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-20T10:42:40.377Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-20T10:42:40.377Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-20T10:42:40.377Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:42:40.377Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:42:40.377Z] === RUN TestKillContainerInvalidSignal [2022-04-20T10:42:44.117Z] --- PASS: TestKillContainerInvalidSignal (3.44s) [2022-04-20T10:42:44.117Z] === RUN TestKillContainer [2022-04-20T10:42:44.117Z] === RUN TestKillContainer/no_signal [2022-04-20T10:42:44.772Z] Cannot create a file when that file already exists. [2022-04-20T10:42:47.019Z] === RUN TestKillContainer/non_killing_signal [2022-04-20T10:42:47.019Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-20T10:42:47.019Z] === RUN TestKillContainer/killing_signal [2022-04-20T10:42:49.596Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-20T10:42:49.597Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-20T10:42:49.855Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-20T10:42:50.119Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-20T10:42:50.119Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-20T10:42:50.657Z] Removing intermediate container 4dd2088c86c7 [2022-04-20T10:42:50.657Z] ---> f74b746796ca [2022-04-20T10:42:50.657Z] Step 13/13 : CMD ["sh"] [2022-04-20T10:42:50.657Z] ---> Running in aaff6e0a692a [2022-04-20T10:42:50.750Z] --- PASS: TestKillContainer (6.84s) [2022-04-20T10:42:50.750Z] --- PASS: TestKillContainer/no_signal (3.41s) [2022-04-20T10:42:50.750Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:42:50.750Z] --- PASS: TestKillContainer/killing_signal (3.36s) [2022-04-20T10:42:50.750Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-20T10:42:50.750Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:42:50.750Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-20T10:42:50.750Z] === RUN TestKillStoppedContainer [2022-04-20T10:42:50.750Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:42:50.750Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-20T10:42:50.750Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-20T10:42:50.750Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:42:50.750Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-20T10:42:50.750Z] === RUN TestKillDifferentUserContainer [2022-04-20T10:42:50.750Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-20T10:42:50.750Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-20T10:42:50.750Z] === RUN TestInspectOomKilledTrue [2022-04-20T10:42:50.750Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:42:50.750Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-20T10:42:50.750Z] === RUN TestInspectOomKilledFalse [2022-04-20T10:42:50.750Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:42:50.750Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-20T10:42:50.750Z] === RUN TestLogsFollowTailEmpty [2022-04-20T10:42:51.074Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-20T10:42:51.074Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-20T10:42:51.129Z] Removing intermediate container aaff6e0a692a [2022-04-20T10:42:51.129Z] ---> 9a1b9f503984 [2022-04-20T10:42:51.129Z] Successfully built 9a1b9f503984 [2022-04-20T10:42:51.129Z] Successfully tagged busybox:latest [2022-04-20T10:42:51.129Z] INFO: Docker images of the daemon under test [2022-04-20T10:42:51.129Z] [2022-04-20T10:42:51.129Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-20T10:42:51.129Z] busybox latest 9a1b9f503984 1 second ago 5.78GB [2022-04-20T10:42:51.129Z] microsoft/windowsservercore latest e8870c5c3ab2 2 weeks ago 5.76GB [2022-04-20T10:42:51.129Z] mcr.microsoft.com/windows/servercore ltsc2019 e8870c5c3ab2 2 weeks ago 5.76GB [2022-04-20T10:42:51.129Z] [2022-04-20T10:42:51.129Z] INFO: Running integration tests at 04/20/2022 10:42:51... [2022-04-20T10:42:51.129Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-20T10:42:51.129Z] INFO: Integration API tests being run from the host: [2022-04-20T10:42:51.599Z] INFO: make.ps1 starting at 04/20/2022 10:42:51 [2022-04-20T10:42:51.640Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-20T10:42:52.207Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-20T10:42:52.207Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-20T10:42:52.588Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-20T10:42:52.774Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-20T10:42:53.709Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-04-20T10:42:53.709Z] === RUN TestInfoDebug [2022-04-20T10:42:54.276Z] --- PASS: TestInfoDebug (0.53s) [2022-04-20T10:42:54.276Z] === RUN TestInfoInsecureRegistries [2022-04-20T10:42:54.478Z] --- PASS: TestLogsFollowTailEmpty (3.47s) [2022-04-20T10:42:54.478Z] === RUN TestNetworkNat [2022-04-20T10:42:54.478Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-20T10:42:54.478Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-20T10:42:54.478Z] === RUN TestNetworkLocalhostTCPNat [2022-04-20T10:42:54.841Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-20T10:42:54.841Z] === RUN TestInfoRegistryMirrors [2022-04-20T10:42:55.408Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-20T10:42:55.408Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-20T10:42:55.408Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-20T10:42:55.408Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-04-20T10:42:55.408Z] === RUN TestLoginFailsWithBadCredentials [2022-04-20T10:42:55.408Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-04-20T10:42:55.408Z] === RUN TestPingCacheHeaders [2022-04-20T10:42:55.408Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-04-20T10:42:55.408Z] === RUN TestPingGet [2022-04-20T10:42:55.408Z] --- PASS: TestPingGet (0.03s) [2022-04-20T10:42:55.408Z] === RUN TestPingHead [2022-04-20T10:42:55.408Z] --- PASS: TestPingHead (0.03s) [2022-04-20T10:42:55.408Z] === RUN TestPingSwarmHeader [2022-04-20T10:42:55.974Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-20T10:42:56.542Z] === RUN TestDockerSuite/TestImportFile [2022-04-20T10:42:56.542Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-20T10:42:57.917Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-20T10:42:57.917Z] --- PASS: TestPingSwarmHeader (2.32s) [2022-04-20T10:42:57.917Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-20T10:42:57.917Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-20T10:42:57.917Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-20T10:42:57.917Z] === RUN TestVersion [2022-04-20T10:42:57.917Z] --- PASS: TestVersion (0.02s) [2022-04-20T10:42:57.917Z] === CONT TestDiskUsage [2022-04-20T10:42:57.917Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-20T10:42:57.917Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/container_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/image_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/volume_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-20T10:42:58.484Z] === RUN TestDiskUsage/after_container.Run [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-20T10:42:59.051Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-20T10:42:59.160Z] --- PASS: TestNetworkLocalhostTCPNat (4.31s) [2022-04-20T10:42:59.160Z] === RUN TestNetworkLoopbackNat [2022-04-20T10:42:59.160Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-20T10:42:59.160Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-20T10:42:59.160Z] === RUN TestPause [2022-04-20T10:42:59.160Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-20T10:42:59.160Z] --- SKIP: TestPause (0.00s) [2022-04-20T10:42:59.160Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage (1.37s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty (0.02s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/container_types (0.01s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.24s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-20T10:42:59.310Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.01s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run (0.43s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-20T10:42:59.311Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-20T10:42:59.311Z] PASS [2022-04-20T10:42:59.311Z] [2022-04-20T10:42:59.311Z] === Skipped [2022-04-20T10:42:59.311Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:42:59.311Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-20T10:42:59.311Z] [2022-04-20T10:42:59.311Z] DONE 54 tests, 1 skipped in 22.566s [2022-04-20T10:42:59.311Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-20T10:42:59.311Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:42:59.311Z] ++ set -e [2022-04-20T10:42:59.311Z] ++ '[' -n 0 ']' [2022-04-20T10:42:59.311Z] ++ set -x [2022-04-20T10:42:59.311Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-04-20T10:42:59.311Z] INFO: Testing against a local daemon [2022-04-20T10:42:59.311Z] === RUN TestVolumesCreateAndList [2022-04-20T10:42:59.311Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-20T10:42:59.311Z] === RUN TestVolumesRemove [2022-04-20T10:42:59.311Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-20T10:42:59.311Z] --- PASS: TestVolumesRemove (0.09s) [2022-04-20T10:42:59.311Z] === RUN TestVolumesInspect [2022-04-20T10:42:59.570Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-20T10:42:59.570Z] === RUN TestVolumesInvalidJSON [2022-04-20T10:42:59.570Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-20T10:42:59.570Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-20T10:42:59.570Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-20T10:42:59.570Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-20T10:42:59.570Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-20T10:42:59.570Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-20T10:42:59.570Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-20T10:42:59.570Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-04-20T10:42:59.570Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-20T10:42:59.570Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-20T10:42:59.570Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-20T10:42:59.570Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-20T10:42:59.570Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-20T10:42:59.570Z] PASS [2022-04-20T10:42:59.570Z] [2022-04-20T10:42:59.570Z] DONE 9 tests in 0.243s [2022-04-20T10:42:59.570Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-20T10:42:59.829Z] ++++ cat bundles/test-integration/docker.pid [2022-04-20T10:42:59.829Z] +++ kill 6674 [2022-04-20T10:43:00.087Z] +++ /etc/init.d/apparmor stop [2022-04-20T10:43:00.087Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-20T10:43:00.087Z] [2022-04-20T10:43:00.087Z] Unloading profiles will leave already running processes permanently [2022-04-20T10:43:00.087Z] unconfined, which can lead to unexpected situations. [2022-04-20T10:43:00.087Z] [2022-04-20T10:43:00.087Z] To set a process to complain mode, use the command line tool [2022-04-20T10:43:00.087Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-20T10:43:00.087Z] +++ true [2022-04-20T10:43:00.087Z] exiting test-integration [2022-04-20T10:43:00.087Z] ++ exit 0 [2022-04-20T10:43:00.087Z] [2022-04-20T10:43:00.657Z] + for job in $(jobs -p) [2022-04-20T10:43:00.657Z] + wait 1254 [2022-04-20T10:43:01.224Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-20T10:43:02.055Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.46s) [2022-04-20T10:43:02.055Z] === RUN TestPauseStopPausedContainer [2022-04-20T10:43:02.055Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:43:02.055Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-20T10:43:02.055Z] === RUN TestPsFilter [2022-04-20T10:43:02.511Z] --- PASS: TestPsFilter (0.46s) [2022-04-20T10:43:02.511Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-20T10:43:02.604Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-20T10:43:02.862Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-20T10:43:03.429Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-20T10:43:03.995Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-20T10:43:03.995Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-04-20T10:43:03.995Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-20T10:43:04.561Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-20T10:43:04.819Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-20T10:43:05.386Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-20T10:43:05.953Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-20T10:43:06.210Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-20T10:43:06.241Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.40s) [2022-04-20T10:43:06.241Z] === RUN TestRemoveContainerWithVolume [2022-04-20T10:43:06.788Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-20T10:43:06.788Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-04-20T10:43:08.176Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-20T10:43:08.434Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-20T10:43:09.002Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-20T10:43:09.002Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-20T10:43:09.140Z] --- PASS: TestRemoveContainerWithVolume (3.43s) [2022-04-20T10:43:09.140Z] === RUN TestRemoveContainerRunning [2022-04-20T10:43:09.570Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-20T10:43:09.570Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-04-20T10:43:09.570Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-20T10:43:10.137Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-20T10:43:10.703Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-20T10:43:11.271Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-20T10:43:11.838Z] === RUN TestDockerSuite/TestInspectImage [2022-04-20T10:43:11.838Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-20T10:43:11.838Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-20T10:43:11.838Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-04-20T10:43:11.838Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-20T10:43:12.096Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-20T10:43:12.664Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-20T10:43:12.664Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-20T10:43:12.878Z] --- PASS: TestRemoveContainerRunning (3.43s) [2022-04-20T10:43:12.878Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-20T10:43:13.233Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-20T10:43:13.490Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-20T10:43:16.018Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-20T10:43:16.018Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-20T10:43:16.277Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-20T10:43:16.626Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.42s) [2022-04-20T10:43:16.626Z] === RUN TestRemoveInvalidContainer [2022-04-20T10:43:16.626Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-04-20T10:43:16.626Z] === RUN TestRenameLinkedContainer [2022-04-20T10:43:16.626Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-20T10:43:16.626Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-20T10:43:16.626Z] === RUN TestRenameStoppedContainer [2022-04-20T10:43:16.843Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-20T10:43:17.778Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-20T10:43:18.344Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-20T10:43:18.602Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-20T10:43:19.170Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-20T10:43:19.540Z] --- PASS: TestRenameStoppedContainer (3.47s) [2022-04-20T10:43:19.540Z] === RUN TestRenameRunningContainerAndReuse [2022-04-20T10:43:19.736Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-20T10:43:19.993Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-20T10:43:20.559Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-20T10:43:20.559Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-04-20T10:43:21.935Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-20T10:43:23.309Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-20T10:43:23.309Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-04-20T10:43:24.261Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-20T10:43:24.261Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-20T10:43:25.639Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-20T10:43:27.013Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-20T10:43:28.108Z] --- PASS: TestRenameRunningContainerAndReuse (7.43s) [2022-04-20T10:43:28.108Z] === RUN TestRenameInvalidName [2022-04-20T10:43:28.388Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-20T10:43:28.388Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-20T10:43:29.765Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-20T10:43:29.765Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-20T10:43:30.282Z] --- PASS: TestRenameInvalidName (3.46s) [2022-04-20T10:43:30.282Z] === RUN TestRenameAnonymousContainer [2022-04-20T10:43:30.333Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-20T10:43:33.020Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-20T10:43:33.020Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-20T10:43:33.020Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-20T10:43:35.241Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-20T10:43:35.241Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-20T10:43:38.445Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-20T10:43:38.703Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-20T10:43:39.068Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-20T10:43:39.640Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-20T10:43:40.057Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-20T10:43:40.057Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-20T10:43:40.057Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-20T10:43:40.057Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-20T10:43:40.057Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-20T10:43:40.057Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-20T10:43:40.057Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-20T10:43:40.207Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-20T10:43:40.525Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-20T10:43:41.510Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-20T10:43:41.582Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-04-20T10:43:41.582Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-20T10:43:41.841Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-20T10:43:41.841Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-20T10:43:41.841Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-20T10:43:42.407Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-20T10:43:42.974Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-20T10:43:43.884Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:43:43.884Z] INFO: Testing against a local daemon [2022-04-20T10:43:43.884Z] === RUN TestBuildWithSession [2022-04-20T10:43:43.884Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:43:43.884Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-20T10:43:43.884Z] === RUN TestBuildSquashParent [2022-04-20T10:43:43.884Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:43:43.884Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-20T10:43:43.884Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-20T10:43:43.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:43:43.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:43:43.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:43:43.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:43:43.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:43:43.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:43:43.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:43:43.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:43:43.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:43:43.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:43:43.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:43:43.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:43:43.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-20T10:43:43.884Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-20T10:43:43.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-20T10:43:43.884Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-20T10:43:44.347Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-04-20T10:43:44.461Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-20T10:43:45.092Z] --- PASS: TestRenameAnonymousContainer (13.28s) [2022-04-20T10:43:45.092Z] === RUN TestRenameContainerWithSameName [2022-04-20T10:43:46.027Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-20T10:43:46.027Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-20T10:43:46.027Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-20T10:43:46.027Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-20T10:43:46.027Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-20T10:43:46.027Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-20T10:43:46.876Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-20T10:43:47.135Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-20T10:43:47.278Z] --- PASS: TestRenameContainerWithSameName (3.72s) [2022-04-20T10:43:47.278Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-20T10:43:47.278Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-20T10:43:47.278Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-20T10:43:47.278Z] === RUN TestResize [2022-04-20T10:43:48.976Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-20T10:43:49.042Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-04-20T10:43:50.942Z] docker_api_swarm_service_test.go:395: [d9358ca4c1918] joining swarm manager [d72d33c9891b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:43:51.508Z] docker_api_swarm_service_test.go:395: [d860545280ca2] joining swarm manager [d72d33c9891b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:43:51.767Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-20T10:43:51.964Z] --- PASS: TestResize (3.92s) [2022-04-20T10:43:51.964Z] === RUN TestResizeWithInvalidSize [2022-04-20T10:43:52.705Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-20T10:43:52.705Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-20T10:43:54.081Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-20T10:43:54.870Z] --- PASS: TestResizeWithInvalidSize (3.41s) [2022-04-20T10:43:54.870Z] === RUN TestResizeWhenContainerNotStarted [2022-04-20T10:43:55.019Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-20T10:43:55.954Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-20T10:43:56.430Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-20T10:43:56.430Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-20T10:43:57.328Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-20T10:43:57.893Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-20T10:43:58.599Z] --- PASS: TestResizeWhenContainerNotStarted (3.53s) [2022-04-20T10:43:58.599Z] === RUN TestDaemonRestartKillContainers [2022-04-20T10:43:58.599Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:43:58.599Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:43:58.599Z] === RUN TestStats [2022-04-20T10:43:58.599Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-20T10:43:58.599Z] --- SKIP: TestStats (0.00s) [2022-04-20T10:43:58.599Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-20T10:43:59.794Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-20T10:44:00.361Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-20T10:44:00.927Z] === RUN TestDockerSuite/TestLogsSince [2022-04-20T10:44:01.468Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-20T10:44:06.227Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-20T10:44:06.696Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-20T10:44:06.696Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-20T10:44:06.696Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-20T10:44:07.482Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-20T10:44:07.482Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-04-20T10:44:08.907Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.45s) [2022-04-20T10:44:08.907Z] === RUN TestStopContainerWithTimeout [2022-04-20T10:44:08.907Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-20T10:44:08.907Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-20T10:44:08.907Z] === RUN TestUpdateRestartPolicy [2022-04-20T10:44:09.387Z] docker_api_swarm_service_test.go:343: [d461e32f22eed] joining swarm manager [d4601709d56b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:44:10.320Z] docker_api_swarm_service_test.go:343: [dbddc0c082574] joining swarm manager [d4601709d56b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:44:10.488Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-20T10:44:11.390Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-04-20T10:44:11.390Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.75s) [2022-04-20T10:44:11.390Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.96s) [2022-04-20T10:44:11.390Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.40s) [2022-04-20T10:44:11.390Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (16.57s) [2022-04-20T10:44:11.390Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.95s) [2022-04-20T10:44:11.390Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (13.42s) [2022-04-20T10:44:11.390Z] === RUN TestBuildMultiStageCopy [2022-04-20T10:44:11.390Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-20T10:44:12.056Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-20T10:44:12.850Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-20T10:44:13.786Z] === RUN TestDockerSuite/TestLogsTail [2022-04-20T10:44:14.044Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-20T10:44:14.611Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-20T10:44:15.177Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-20T10:44:15.177Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-20T10:44:15.744Z] === RUN TestDockerSuite/TestNetHostname [2022-04-20T10:44:16.819Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-20T10:44:16.819Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-20T10:44:16.819Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-20T10:44:16.819Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-20T10:44:16.819Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-20T10:44:16.819Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-20T10:44:16.819Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-20T10:44:16.819Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-20T10:44:16.819Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-20T10:44:17.118Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-20T10:44:17.118Z] === RUN TestDockerSuite/TestNetworkEvents [2022-04-20T10:44:17.287Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-20T10:44:20.080Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-20T10:44:21.068Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-20T10:44:22.637Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-20T10:44:23.673Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-20T10:44:23.673Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-04-20T10:44:24.206Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-20T10:44:24.239Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-20T10:44:24.498Z] === RUN TestDockerSuite/TestPluginActive [2022-04-20T10:44:25.432Z] docker_api_swarm_service_test.go:490: [d6a41ac768c4c] joining swarm manager [daa60900b0457]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:44:25.776Z] --- PASS: TestBuildMultiStageCopy (16.02s) [2022-04-20T10:44:25.776Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.62s) [2022-04-20T10:44:25.776Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.02s) [2022-04-20T10:44:25.776Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.24s) [2022-04-20T10:44:25.776Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.44s) [2022-04-20T10:44:25.776Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.69s) [2022-04-20T10:44:25.776Z] === RUN TestBuildMultiStageParentConfig [2022-04-20T10:44:26.366Z] docker_api_swarm_service_test.go:490: [dbdbb00be5559] joining swarm manager [daa60900b0457]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:44:26.625Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-20T10:44:29.581Z] --- PASS: TestBuildMultiStageParentConfig (3.39s) [2022-04-20T10:44:29.581Z] === RUN TestBuildLabelWithTargets [2022-04-20T10:44:29.581Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:44:29.581Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-20T10:44:29.581Z] === RUN TestBuildWithEmptyLayers [2022-04-20T10:44:31.162Z] --- PASS: TestBuildWithEmptyLayers (1.85s) [2022-04-20T10:44:31.162Z] === RUN TestBuildMultiStageOnBuild [2022-04-20T10:44:33.188Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-20T10:44:33.188Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-04-20T10:44:33.188Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-20T10:44:33.456Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-20T10:44:34.119Z] --- PASS: TestUpdateRestartPolicy (25.63s) [2022-04-20T10:44:34.119Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-20T10:44:36.742Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-20T10:44:37.871Z] --- PASS: TestUpdateRestartWithAutoRemove (4.39s) [2022-04-20T10:44:37.871Z] === RUN TestWaitNonBlocked [2022-04-20T10:44:37.871Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:44:37.871Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:44:37.871Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:44:37.871Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:44:37.871Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:44:37.871Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:44:38.643Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-20T10:44:38.643Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-04-20T10:44:41.172Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-20T10:44:43.762Z] --- PASS: TestWaitNonBlocked (0.06s) [2022-04-20T10:44:43.762Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.40s) [2022-04-20T10:44:43.762Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (5.17s) [2022-04-20T10:44:43.762Z] === RUN TestWaitBlocked [2022-04-20T10:44:43.762Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:44:43.762Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-20T10:44:43.762Z] PASS [2022-04-20T10:44:43.762Z] ok github.com/docker/docker/integration/container 135.936s [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === Skipped [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-20T10:44:43.762Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-20T10:44:43.762Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-20T10:44:43.762Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-20T10:44:43.762Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-20T10:44:43.762Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-20T10:44:43.762Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-20T10:44:43.762Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-20T10:44:43.762Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:44:43.762Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.18s) [2022-04-20T10:44:43.762Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:44:43.762Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.18s) [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.20s) [2022-04-20T10:44:43.762Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:44:43.762Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.20s) [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.25s) [2022-04-20T10:44:43.762Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:44:43.762Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.25s) [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-04-20T10:44:43.762Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:44:43.762Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-20T10:44:43.762Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-04-20T10:44:43.762Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-20T10:44:43.762Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-20T10:44:43.762Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-20T10:44:43.762Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-20T10:44:43.762Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-20T10:44:43.762Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:44:43.762Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:44:43.762Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-20T10:44:43.762Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-20T10:44:43.762Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-20T10:44:43.762Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-20T10:44:43.762Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-20T10:44:43.762Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-20T10:44:43.762Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-20T10:44:43.762Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-20T10:44:43.762Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-20T10:44:43.762Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-20T10:44:43.762Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-20T10:44:43.762Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-20T10:44:43.762Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-20T10:44:43.762Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-20T10:44:43.762Z] [2022-04-20T10:44:43.762Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:44:43.763Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:44:43.763Z] [2022-04-20T10:44:43.763Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-20T10:44:43.763Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-20T10:44:43.763Z] [2022-04-20T10:44:43.763Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-20T10:44:43.763Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-20T10:44:43.763Z] [2022-04-20T10:44:43.763Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-20T10:44:43.763Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:44:43.763Z] [2022-04-20T10:44:43.763Z] DONE 119 tests, 38 skipped in 139.462s [2022-04-20T10:44:43.763Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-20T10:44:44.452Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-04-20T10:44:46.353Z] docker_api_swarm_service_test.go:128: [d78c2783d563e] joining swarm manager [dffed951383d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:44:46.353Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-20T10:44:46.921Z] docker_api_swarm_service_test.go:129: [de248d26444df] joining swarm manager [dffed951383d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:44:48.298Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-20T10:44:49.233Z] docker_api_swarm_service_test.go:137: [d6fb54d7a2fed] joining swarm manager [dffed951383d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-20T10:44:49.233Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-20T10:44:49.800Z] docker_api_swarm_service_test.go:138: [d89db97441b53] joining swarm manager [dffed951383d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-04-20T10:44:50.735Z] === RUN TestDockerSuite/TestPortList [2022-04-20T10:44:52.519Z] --- PASS: TestBuildMultiStageOnBuild (20.28s) [2022-04-20T10:44:52.519Z] === RUN TestBuildUncleanTarFilenames [2022-04-20T10:44:52.519Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:44:52.519Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-04-20T10:44:52.519Z] === RUN TestBuildMultiStageLayerLeak [2022-04-20T10:44:53.145Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-20T10:44:53.145Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-20T10:44:53.145Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-20T10:44:53.145Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-20T10:44:53.145Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-20T10:44:57.299Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-20T10:44:57.866Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-20T10:45:04.422Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-20T10:45:04.422Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-20T10:45:04.422Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-20T10:45:04.422Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-20T10:45:04.422Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-20T10:45:04.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-20T10:45:04.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-20T10:45:05.553Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-20T10:45:05.554Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-20T10:45:06.489Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-20T10:45:06.489Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-04-20T10:45:08.391Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-04-20T10:45:09.325Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-04-20T10:45:09.892Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-04-20T10:45:09.892Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-20T10:45:11.794Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-20T10:45:12.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-04-20T10:45:12.619Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-20T10:45:13.792Z] --- PASS: TestBuildMultiStageLayerLeak (20.75s) [2022-04-20T10:45:13.792Z] === RUN TestBuildWithHugeFile [2022-04-20T10:45:13.797Z] === RUN TestConfigDaemonLibtrustID [2022-04-20T10:45:13.797Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-20T10:45:13.797Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-20T10:45:13.797Z] === RUN TestDaemonConfigValidation [2022-04-20T10:45:13.797Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-20T10:45:13.797Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-20T10:45:13.797Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-20T10:45:13.797Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-20T10:45:13.797Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-20T10:45:13.797Z] === RUN TestDaemonProxy [2022-04-20T10:45:13.797Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-20T10:45:13.797Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-20T10:45:13.797Z] PASS [2022-04-20T10:45:13.797Z] ok github.com/docker/docker/integration/daemon 0.145s [2022-04-20T10:45:13.797Z] [2022-04-20T10:45:13.797Z] === Skipped [2022-04-20T10:45:13.797Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-20T10:45:13.797Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-20T10:45:13.797Z] [2022-04-20T10:45:13.797Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-20T10:45:13.797Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-20T10:45:13.797Z] [2022-04-20T10:45:13.797Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-20T10:45:13.797Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-20T10:45:13.797Z] [2022-04-20T10:45:13.797Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-20T10:45:13.797Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-20T10:45:13.797Z] [2022-04-20T10:45:13.797Z] DONE 4 tests, 4 skipped in 28.543s [2022-04-20T10:45:13.797Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-20T10:45:14.439Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-20T10:45:14.439Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-20T10:45:14.439Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-20T10:45:14.439Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-20T10:45:15.149Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-04-20T10:45:15.149Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-20T10:45:17.048Z] docker_api_swarm_service_test.go:304: [daa4e3490e65d] joining swarm manager [dd434490ca374]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:45:17.524Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:17.524Z] INFO: Testing against a local daemon [2022-04-20T10:45:17.524Z] === RUN TestCommitInheritsEnv [2022-04-20T10:45:17.524Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:45:17.524Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-20T10:45:17.524Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-20T10:45:17.524Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:45:17.524Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:45:17.524Z] === RUN TestImportWithCustomPlatform [2022-04-20T10:45:17.524Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:45:17.524Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-20T10:45:17.524Z] === RUN TestImagesFilterMultiReference [2022-04-20T10:45:17.524Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-04-20T10:45:17.524Z] === RUN TestImagePullPlatformInvalid [2022-04-20T10:45:17.524Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-04-20T10:45:17.524Z] === RUN TestRemoveImageOrphaning [2022-04-20T10:45:17.982Z] docker_api_swarm_service_test.go:304: [dce3f53b78ea2] joining swarm manager [dd434490ca374]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:45:18.488Z] --- PASS: TestRemoveImageOrphaning (1.30s) [2022-04-20T10:45:18.488Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-20T10:45:18.488Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-04-20T10:45:18.488Z] === RUN TestTagInvalidReference [2022-04-20T10:45:18.488Z] --- PASS: TestTagInvalidReference (0.06s) [2022-04-20T10:45:18.488Z] === RUN TestTagValidPrefixedRepo [2022-04-20T10:45:18.488Z] --- PASS: TestTagValidPrefixedRepo (0.11s) [2022-04-20T10:45:18.488Z] === RUN TestTagExistedNameWithoutForce [2022-04-20T10:45:18.488Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-04-20T10:45:18.488Z] === RUN TestTagOfficialNames [2022-04-20T10:45:18.934Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-20T10:45:18.945Z] --- PASS: TestTagOfficialNames (0.12s) [2022-04-20T10:45:18.945Z] === RUN TestTagMatchesDigest [2022-04-20T10:45:18.945Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-04-20T10:45:18.945Z] PASS [2022-04-20T10:45:18.945Z] ok github.com/docker/docker/integration/image 2.017s [2022-04-20T10:45:18.945Z] [2022-04-20T10:45:18.945Z] === Skipped [2022-04-20T10:45:18.945Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-20T10:45:18.945Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:45:18.945Z] [2022-04-20T10:45:18.945Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:45:18.945Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:45:18.945Z] [2022-04-20T10:45:18.945Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-20T10:45:18.945Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:45:18.945Z] [2022-04-20T10:45:18.945Z] DONE 12 tests, 3 skipped in 7.007s [2022-04-20T10:45:18.945Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-20T10:45:19.194Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-20T10:45:20.309Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-20T10:45:20.309Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-20T10:45:21.723Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-20T10:45:21.868Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:21.868Z] INFO: Testing against a local daemon [2022-04-20T10:45:21.868Z] === RUN TestNetworkCreateDelete [2022-04-20T10:45:21.868Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:21.868Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-20T10:45:21.868Z] === RUN TestDockerNetworkDeletePreferID [2022-04-20T10:45:21.868Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-20T10:45:21.868Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-20T10:45:21.868Z] === RUN TestDaemonDNSFallback [2022-04-20T10:45:21.868Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:21.868Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-20T10:45:21.868Z] === RUN TestInspectNetwork [2022-04-20T10:45:21.868Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-20T10:45:21.868Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-20T10:45:21.868Z] === RUN TestRunContainerWithBridgeNone [2022-04-20T10:45:21.868Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:21.868Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:45:21.868Z] === RUN TestNetworkInvalidJSON [2022-04-20T10:45:21.868Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-20T10:45:21.868Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-20T10:45:21.868Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:45:21.869Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:45:21.869Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:45:21.869Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-20T10:45:21.869Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-20T10:45:21.869Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-20T10:45:21.869Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestNetworkList [2022-04-20T10:45:21.869Z] === RUN TestNetworkList//networks [2022-04-20T10:45:21.869Z] === PAUSE TestNetworkList//networks [2022-04-20T10:45:21.869Z] === RUN TestNetworkList//networks/ [2022-04-20T10:45:21.869Z] === PAUSE TestNetworkList//networks/ [2022-04-20T10:45:21.869Z] === CONT TestNetworkList//networks [2022-04-20T10:45:21.869Z] === CONT TestNetworkList//networks/ [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkList (0.06s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-20T10:45:21.869Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestHostIPv4BridgeLabel [2022-04-20T10:45:21.869Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-20T10:45:21.869Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestDaemonDefaultNetworkPools [2022-04-20T10:45:21.869Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-20T10:45:21.869Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-20T10:45:21.869Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-20T10:45:21.869Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestServiceWithPredefinedNetwork [2022-04-20T10:45:21.869Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-20T10:45:21.869Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:45:21.869Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestServiceWithDataPathPortInit [2022-04-20T10:45:21.869Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-20T10:45:21.869Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-20T10:45:21.869Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.01s) [2022-04-20T10:45:21.869Z] PASS [2022-04-20T10:45:21.869Z] ok github.com/docker/docker/integration/network 0.235s [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === Skipped [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-20T10:45:21.869Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-20T10:45:21.869Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-20T10:45:21.869Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-20T10:45:21.869Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:45:21.869Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:45:21.869Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-20T10:45:21.869Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.01s) [2022-04-20T10:45:21.869Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-20T10:45:21.869Z] [2022-04-20T10:45:21.869Z] DONE 34 tests, 15 skipped in 2.648s [2022-04-20T10:45:21.869Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-20T10:45:21.873Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-20T10:45:22.833Z] testing: warning: no tests to run [2022-04-20T10:45:22.833Z] PASS [2022-04-20T10:45:22.833Z] ok github.com/docker/docker/integration/network/ipvlan 0.087s [2022-04-20T10:45:22.833Z] [2022-04-20T10:45:22.833Z] DONE 0 tests in 0.916s [2022-04-20T10:45:22.833Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-20T10:45:23.806Z] testing: warning: no tests to run [2022-04-20T10:45:23.806Z] PASS [2022-04-20T10:45:23.806Z] ok github.com/docker/docker/integration/network/macvlan 0.111s [2022-04-20T10:45:23.806Z] [2022-04-20T10:45:23.806Z] DONE 0 tests in 0.918s [2022-04-20T10:45:23.806Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-20T10:45:24.772Z] testing: warning: no tests to run [2022-04-20T10:45:24.772Z] PASS [2022-04-20T10:45:24.772Z] ok github.com/docker/docker/integration/plugin 0.087s [2022-04-20T10:45:24.772Z] [2022-04-20T10:45:24.772Z] DONE 0 tests in 0.901s [2022-04-20T10:45:25.236Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-20T10:45:25.704Z] testing: warning: no tests to run [2022-04-20T10:45:25.704Z] PASS [2022-04-20T10:45:25.704Z] ok github.com/docker/docker/integration/plugin/authz 0.080s [2022-04-20T10:45:25.704Z] [2022-04-20T10:45:25.704Z] DONE 0 tests in 0.855s [2022-04-20T10:45:26.166Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-20T10:45:26.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-20T10:45:29.830Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-20T10:45:29.830Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-20T10:45:31.205Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-20T10:45:31.972Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:31.972Z] INFO: Testing against a local daemon [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:45:31.972Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:45:31.972Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-20T10:45:31.972Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-20T10:45:31.972Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:45:31.972Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-20T10:45:31.972Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-20T10:45:31.972Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON (0.07s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-20T10:45:31.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-20T10:45:31.972Z] === RUN TestPluginInstall [2022-04-20T10:45:31.972Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-20T10:45:31.972Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-20T10:45:31.972Z] === RUN TestPluginsWithRuntimes [2022-04-20T10:45:31.972Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-20T10:45:31.972Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-20T10:45:31.972Z] === RUN TestPluginBackCompatMediaTypes [2022-04-20T10:45:31.972Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-20T10:45:31.972Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:45:31.972Z] PASS [2022-04-20T10:45:31.972Z] ok github.com/docker/docker/integration/plugin/common 0.155s [2022-04-20T10:45:31.972Z] [2022-04-20T10:45:31.972Z] === Skipped [2022-04-20T10:45:31.972Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-20T10:45:31.972Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-20T10:45:31.972Z] [2022-04-20T10:45:31.972Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-20T10:45:31.972Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-20T10:45:31.972Z] [2022-04-20T10:45:31.972Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:45:31.972Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-20T10:45:31.972Z] [2022-04-20T10:45:31.972Z] DONE 19 tests, 3 skipped in 5.859s [2022-04-20T10:45:31.972Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-20T10:45:32.139Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-20T10:45:33.074Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-20T10:45:34.905Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:34.905Z] INFO: Testing against a local daemon [2022-04-20T10:45:34.905Z] === RUN TestExternalGraphDriver [2022-04-20T10:45:34.905Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-20T10:45:34.905Z] --- SKIP: TestExternalGraphDriver (0.01s) [2022-04-20T10:45:34.905Z] === RUN TestGraphdriverPluginV2 [2022-04-20T10:45:34.905Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-20T10:45:34.905Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-20T10:45:34.905Z] PASS [2022-04-20T10:45:34.905Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.148s [2022-04-20T10:45:34.905Z] [2022-04-20T10:45:34.905Z] === Skipped [2022-04-20T10:45:34.905Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2022-04-20T10:45:34.905Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-20T10:45:34.905Z] [2022-04-20T10:45:34.905Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-20T10:45:34.905Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-20T10:45:34.905Z] [2022-04-20T10:45:34.905Z] DONE 2 tests, 2 skipped in 2.883s [2022-04-20T10:45:34.905Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-20T10:45:34.972Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-20T10:45:36.346Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-20T10:45:36.912Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-20T10:45:37.039Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-20T10:45:37.170Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-20T10:45:37.428Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-04-20T10:45:37.686Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-20T10:45:37.820Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:37.821Z] INFO: Testing against a local daemon [2022-04-20T10:45:37.821Z] === RUN TestReadPluginNoRead [2022-04-20T10:45:37.821Z] read_test.go:21: no unix domain sockets on Windows [2022-04-20T10:45:37.821Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-20T10:45:37.821Z] PASS [2022-04-20T10:45:37.821Z] ok github.com/docker/docker/integration/plugin/logging 0.113s [2022-04-20T10:45:37.821Z] [2022-04-20T10:45:37.821Z] === Skipped [2022-04-20T10:45:37.821Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-20T10:45:37.821Z] read_test.go:21: no unix domain sockets on Windows [2022-04-20T10:45:37.821Z] [2022-04-20T10:45:37.821Z] DONE 1 tests, 1 skipped in 2.831s [2022-04-20T10:45:38.279Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-20T10:45:39.589Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-20T10:45:39.589Z] docker_api_swarm_service_test.go:100: [ddfd08089d654] joining swarm manager [df0715c65ff18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:45:39.816Z] testing: warning: no tests to run [2022-04-20T10:45:39.816Z] PASS [2022-04-20T10:45:39.816Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.105s [2022-04-20T10:45:39.816Z] [2022-04-20T10:45:39.816Z] DONE 0 tests in 1.437s [2022-04-20T10:45:39.816Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-20T10:45:40.522Z] docker_api_swarm_service_test.go:101: [d676494423d54] joining swarm manager [df0715c65ff18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:45:41.458Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-20T10:45:41.730Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-20T10:45:41.731Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-04-20T10:45:41.731Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-20T10:45:41.989Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-20T10:45:41.990Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-20T10:45:42.249Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-20T10:45:42.736Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:42.736Z] INFO: Testing against a local daemon [2022-04-20T10:45:42.736Z] === RUN TestPluginWithDevMounts [2022-04-20T10:45:42.736Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:42.736Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-20T10:45:42.736Z] PASS [2022-04-20T10:45:42.736Z] ok github.com/docker/docker/integration/plugin/volumes 0.107s [2022-04-20T10:45:42.736Z] [2022-04-20T10:45:42.736Z] === Skipped [2022-04-20T10:45:42.736Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-20T10:45:42.736Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:42.736Z] [2022-04-20T10:45:42.736Z] DONE 1 tests, 1 skipped in 2.721s [2022-04-20T10:45:42.736Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-20T10:45:43.183Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-20T10:45:44.560Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-20T10:45:44.909Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:44.909Z] INFO: Testing against a local daemon [2022-04-20T10:45:44.909Z] === RUN TestSecretInspect [2022-04-20T10:45:44.909Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-20T10:45:44.909Z] === RUN TestSecretList [2022-04-20T10:45:44.909Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] --- SKIP: TestSecretList (0.00s) [2022-04-20T10:45:44.909Z] === RUN TestSecretsCreateAndDelete [2022-04-20T10:45:44.909Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-20T10:45:44.909Z] === RUN TestSecretsUpdate [2022-04-20T10:45:44.909Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-20T10:45:44.909Z] === RUN TestTemplatedSecret [2022-04-20T10:45:44.909Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-20T10:45:44.909Z] === RUN TestSecretCreateResolve [2022-04-20T10:45:44.909Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:44.909Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-20T10:45:44.909Z] PASS [2022-04-20T10:45:44.909Z] ok github.com/docker/docker/integration/secret 0.114s [2022-04-20T10:45:44.909Z] [2022-04-20T10:45:44.909Z] === Skipped [2022-04-20T10:45:44.909Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-20T10:45:44.909Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] [2022-04-20T10:45:44.909Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-20T10:45:44.909Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] [2022-04-20T10:45:44.909Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-20T10:45:44.909Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] [2022-04-20T10:45:44.909Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-20T10:45:44.909Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] [2022-04-20T10:45:44.909Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-20T10:45:44.909Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:44.909Z] [2022-04-20T10:45:44.909Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-20T10:45:44.909Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:44.909Z] [2022-04-20T10:45:44.909Z] DONE 6 tests, 6 skipped in 2.085s [2022-04-20T10:45:44.909Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-20T10:45:45.707Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-20T10:45:45.707Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-20T10:45:45.707Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-20T10:45:45.932Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-20T10:45:46.191Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-20T10:45:47.807Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:47.807Z] INFO: Testing against a local daemon [2022-04-20T10:45:47.807Z] === RUN TestServiceCreateInit [2022-04-20T10:45:47.807Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-20T10:45:47.807Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-20T10:45:47.807Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- PASS: TestServiceCreateInit (0.07s) [2022-04-20T10:45:47.807Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:45:47.807Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestCreateServiceMultipleTimes [2022-04-20T10:45:47.807Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestCreateServiceConflict [2022-04-20T10:45:47.807Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestCreateServiceMaxReplicas [2022-04-20T10:45:47.807Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-04-20T10:45:47.807Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-20T10:45:47.807Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestCreateServiceSecretFileMode [2022-04-20T10:45:47.807Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestCreateServiceConfigFileMode [2022-04-20T10:45:47.807Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestCreateServiceSysctls [2022-04-20T10:45:47.807Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-04-20T10:45:47.807Z] === RUN TestCreateServiceCapabilities [2022-04-20T10:45:47.807Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateServiceCapabilities (0.06s) [2022-04-20T10:45:47.807Z] === RUN TestInspect [2022-04-20T10:45:47.807Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestInspect (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestCreateJob [2022-04-20T10:45:47.807Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestCreateJob (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestReplicatedJob [2022-04-20T10:45:47.807Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestUpdateReplicatedJob [2022-04-20T10:45:47.807Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestServiceListWithStatuses [2022-04-20T10:45:47.807Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestDockerNetworkConnectAlias [2022-04-20T10:45:47.807Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestDockerNetworkReConnect [2022-04-20T10:45:47.807Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestServicePlugin [2022-04-20T10:45:47.807Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:47.807Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-20T10:45:47.807Z] === RUN TestServiceUpdateLabel [2022-04-20T10:45:48.270Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-20T10:45:48.270Z] === RUN TestServiceUpdateSecrets [2022-04-20T10:45:48.270Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-20T10:45:48.270Z] === RUN TestServiceUpdateConfigs [2022-04-20T10:45:48.270Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-20T10:45:48.270Z] === RUN TestServiceUpdateNetwork [2022-04-20T10:45:48.270Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-20T10:45:48.270Z] === RUN TestServiceUpdatePidsLimit [2022-04-20T10:45:48.270Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-20T10:45:48.270Z] PASS [2022-04-20T10:45:48.270Z] ok github.com/docker/docker/integration/service 0.342s [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === Skipped [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:45:48.270Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:45:48.270Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-20T10:45:48.270Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-20T10:45:48.270Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-04-20T10:45:48.270Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-20T10:45:48.270Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-20T10:45:48.270Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-20T10:45:48.270Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-04-20T10:45:48.270Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s) [2022-04-20T10:45:48.270Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-20T10:45:48.270Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-20T10:45:48.270Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-20T10:45:48.270Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-20T10:45:48.270Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-20T10:45:48.270Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-20T10:45:48.270Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-20T10:45:48.270Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-20T10:45:48.270Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-20T10:45:48.270Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-20T10:45:48.270Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-20T10:45:48.270Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-20T10:45:48.270Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-20T10:45:48.270Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:45:48.270Z] [2022-04-20T10:45:48.270Z] DONE 24 tests, 23 skipped in 3.320s [2022-04-20T10:45:48.270Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-20T10:45:50.445Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:50.445Z] INFO: Testing against a local daemon [2022-04-20T10:45:50.445Z] === RUN TestSessionCreate [2022-04-20T10:45:50.445Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-20T10:45:50.445Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-20T10:45:50.445Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-20T10:45:50.445Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-20T10:45:50.445Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-20T10:45:50.445Z] PASS [2022-04-20T10:45:50.445Z] ok github.com/docker/docker/integration/session 0.115s [2022-04-20T10:45:50.445Z] [2022-04-20T10:45:50.445Z] === Skipped [2022-04-20T10:45:50.445Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-20T10:45:50.445Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-20T10:45:50.445Z] [2022-04-20T10:45:50.445Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-20T10:45:50.445Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-20T10:45:50.445Z] [2022-04-20T10:45:50.445Z] DONE 2 tests, 2 skipped in 2.051s [2022-04-20T10:45:50.445Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-20T10:45:50.463Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-20T10:45:50.463Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-20T10:45:50.463Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-20T10:45:50.463Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-20T10:45:50.463Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-20T10:45:52.747Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-20T10:45:53.314Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-20T10:45:53.352Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:53.352Z] INFO: Testing against a local daemon [2022-04-20T10:45:53.352Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:45:53.352Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:53.352Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestDiskUsage [2022-04-20T10:45:53.352Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-20T10:45:53.352Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestEventsExecDie [2022-04-20T10:45:53.352Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-20T10:45:53.352Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestEventsBackwardsCompatible [2022-04-20T10:45:53.352Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-20T10:45:53.352Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestEventsVolumeCreate [2022-04-20T10:45:53.352Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-20T10:45:53.352Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestInfoAPI [2022-04-20T10:45:53.352Z] --- PASS: TestInfoAPI (0.07s) [2022-04-20T10:45:53.352Z] === RUN TestInfoAPIWarnings [2022-04-20T10:45:53.352Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:45:53.352Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestInfoDebug [2022-04-20T10:45:53.352Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:45:53.352Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestInfoInsecureRegistries [2022-04-20T10:45:53.352Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:45:53.352Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestInfoRegistryMirrors [2022-04-20T10:45:53.352Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:45:53.352Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-20T10:45:53.352Z] === RUN TestLoginFailsWithBadCredentials [2022-04-20T10:45:53.809Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-04-20T10:45:53.809Z] === RUN TestPingCacheHeaders [2022-04-20T10:45:54.271Z] --- PASS: TestPingCacheHeaders (0.07s) [2022-04-20T10:45:54.271Z] === RUN TestPingGet [2022-04-20T10:45:54.271Z] --- PASS: TestPingGet (0.05s) [2022-04-20T10:45:54.271Z] === RUN TestPingHead [2022-04-20T10:45:54.271Z] --- PASS: TestPingHead (0.06s) [2022-04-20T10:45:54.271Z] === RUN TestPingSwarmHeader [2022-04-20T10:45:54.271Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:54.271Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-20T10:45:54.271Z] === RUN TestVersion [2022-04-20T10:45:54.271Z] --- PASS: TestVersion (0.05s) [2022-04-20T10:45:54.271Z] PASS [2022-04-20T10:45:54.271Z] ok github.com/docker/docker/integration/system 1.363s [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === Skipped [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:45:54.271Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-20T10:45:54.271Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-20T10:45:54.271Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-20T10:45:54.271Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-20T10:45:54.271Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-20T10:45:54.271Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-20T10:45:54.271Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-20T10:45:54.271Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-20T10:45:54.271Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-20T10:45:54.271Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:45:54.271Z] [2022-04-20T10:45:54.271Z] DONE 16 tests, 10 skipped in 3.863s [2022-04-20T10:45:54.271Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-20T10:45:54.689Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-20T10:45:54.689Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-20T10:45:54.689Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-20T10:45:54.947Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-20T10:45:56.849Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-20T10:45:57.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:45:57.174Z] INFO: Testing against a local daemon [2022-04-20T10:45:57.174Z] === RUN TestVolumesCreateAndList [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-04-20T10:45:57.174Z] === RUN TestVolumesRemove [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesRemove (0.19s) [2022-04-20T10:45:57.174Z] === RUN TestVolumesInspect [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesInspect (0.06s) [2022-04-20T10:45:57.174Z] === RUN TestVolumesInvalidJSON [2022-04-20T10:45:57.174Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-20T10:45:57.174Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-20T10:45:57.174Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-20T10:45:57.174Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-20T10:45:57.174Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-20T10:45:57.174Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-20T10:45:57.174Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesInvalidJSON (0.06s) [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-20T10:45:57.174Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-20T10:45:57.174Z] PASS [2022-04-20T10:45:57.174Z] ok github.com/docker/docker/integration/volume 0.463s [2022-04-20T10:45:57.174Z] [2022-04-20T10:45:57.174Z] DONE 9 tests in 2.646s [2022-04-20T10:45:57.174Z] INFO: make.ps1 ended at 04/20/2022 10:45:56 [2022-04-20T10:45:57.174Z] INFO: Integration CLI tests being run from the host: [2022-04-20T10:45:57.174Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-04-20T10:45:57.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-20T10:45:57.620Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-20T10:45:57.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-20T10:45:57.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-20T10:45:57.620Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-20T10:45:57.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-20T10:45:57.620Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-20T10:45:57.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-20T10:45:57.783Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-20T10:46:00.315Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-20T10:46:01.254Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-20T10:46:01.254Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-20T10:46:01.254Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-20T10:46:04.551Z] check_test.go:379: [ddfd08089d654] daemon is not started [2022-04-20T10:46:04.816Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-20T10:46:05.381Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-20T10:46:05.640Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-20T10:46:07.015Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-20T10:46:07.278Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-20T10:46:08.651Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-20T10:46:09.218Z] === RUN TestDockerSuite/TestRmiTag [2022-04-20T10:46:09.218Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-20T10:46:09.785Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-20T10:46:09.785Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-04-20T10:46:12.023Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-20T10:46:12.023Z] INFO: Testing against a local daemon [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-20T10:46:12.023Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-20T10:46:12.023Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-20T10:46:12.023Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-20T10:46:12.318Z] docker_api_swarm_service_test.go:533: [d6988f25bb8a8] joining swarm manager [d1dfb0d424952]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:46:12.479Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-20T10:46:12.888Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-20T10:46:12.935Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-20T10:46:13.391Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-20T10:46:13.454Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-20T10:46:13.454Z] docker_api_swarm_service_test.go:534: [df1f5fa7f92ac] joining swarm manager [d1dfb0d424952]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:46:13.848Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-20T10:46:14.020Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-20T10:46:14.278Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-20T10:46:15.654Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-20T10:46:16.222Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-20T10:46:16.790Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-20T10:46:17.358Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-20T10:46:17.358Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-20T10:46:18.293Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-20T10:46:19.666Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-20T10:46:19.924Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-20T10:46:20.860Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-20T10:46:21.427Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-04-20T10:46:22.374Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-20T10:46:22.903Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-20T10:46:23.307Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-04-20T10:46:23.874Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-04-20T10:46:24.440Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-04-20T10:46:25.006Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-04-20T10:46:25.572Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-04-20T10:46:26.139Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-20T10:46:27.074Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-04-20T10:46:27.658Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-20T10:46:27.658Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-20T10:46:28.127Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-20T10:46:28.127Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T10:46:28.451Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-20T10:46:28.595Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-20T10:46:28.710Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-20T10:46:28.968Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-20T10:46:29.535Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-20T10:46:29.535Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-20T10:46:30.165Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-20T10:46:30.166Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-20T10:46:30.166Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-20T10:46:30.911Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-20T10:46:31.168Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-20T10:46:31.735Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-20T10:46:32.301Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-20T10:46:32.559Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-20T10:46:32.559Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-20T10:46:32.818Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-04-20T10:46:33.077Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-20T10:46:33.645Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-20T10:46:34.213Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-20T10:46:34.779Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-20T10:46:34.921Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-20T10:46:35.038Z] docker_api_swarm_service_test.go:148: [d88111d05985b] joining swarm manager [d5125f84d12a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:46:35.605Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-20T10:46:35.605Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-20T10:46:35.864Z] docker_api_swarm_service_test.go:148: [dc82a3ddd2d00] joining swarm manager [d5125f84d12a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:46:35.864Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-20T10:46:35.864Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-20T10:46:36.489Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-20T10:46:36.489Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-20T10:46:36.489Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-20T10:46:36.489Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-20T10:46:36.489Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-20T10:46:37.243Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-20T10:46:37.820Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-20T10:46:38.412Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-20T10:46:38.706Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-20T10:46:38.980Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-20T10:46:38.980Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-20T10:46:39.547Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-20T10:46:39.697Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-20T10:46:40.166Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-20T10:46:40.481Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-20T10:46:40.635Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-20T10:46:41.103Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-20T10:46:41.417Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-20T10:46:42.351Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-20T10:46:42.917Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-20T10:46:43.176Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-20T10:46:43.742Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-20T10:46:44.002Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-20T10:46:44.568Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-20T10:46:45.943Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-20T10:46:46.978Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-20T10:46:47.844Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-20T10:46:48.102Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-20T10:46:48.668Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-20T10:46:49.200Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-20T10:46:49.200Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-20T10:46:49.200Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-20T10:46:50.042Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-20T10:46:50.768Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-20T10:46:50.768Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-20T10:46:50.768Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-20T10:46:50.978Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-20T10:46:51.236Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-20T10:46:52.879Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-20T10:46:54.188Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-20T10:46:54.656Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-20T10:46:54.782Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-20T10:46:54.782Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-04-20T10:46:54.782Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-20T10:46:54.782Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-04-20T10:46:54.782Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-20T10:46:55.124Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-20T10:46:55.124Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-20T10:46:55.124Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-20T10:46:55.357Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-20T10:46:56.113Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-20T10:46:56.296Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-20T10:46:57.103Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-20T10:46:57.103Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-20T10:46:57.103Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-20T10:46:57.103Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-20T10:46:57.103Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-20T10:46:57.231Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-20T10:46:58.606Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-20T10:46:59.171Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-20T10:47:00.107Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-20T10:47:01.042Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-04-20T10:47:01.042Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-04-20T10:47:01.042Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-20T10:47:01.611Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-04-20T10:47:02.986Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-20T10:47:02.986Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-20T10:47:03.068Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-20T10:47:03.244Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-20T10:47:03.809Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-20T10:47:04.374Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-04-20T10:47:04.633Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-20T10:47:04.633Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-20T10:47:05.199Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-20T10:47:05.765Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-20T10:47:06.023Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-20T10:47:06.589Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-20T10:47:06.847Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-20T10:47:07.414Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-20T10:47:07.980Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-20T10:47:08.548Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-20T10:47:08.548Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-20T10:47:08.806Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-20T10:47:09.372Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-20T10:47:10.307Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-20T10:47:10.307Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T10:47:10.307Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-04-20T10:47:10.565Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-20T10:47:12.499Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-04-20T10:47:12.499Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-20T10:47:13.066Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-20T10:47:25.265Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-04-20T10:47:25.265Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-20T10:47:25.832Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-04-20T10:47:25.832Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-04-20T10:47:25.832Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-20T10:47:25.832Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-20T10:47:26.399Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-20T10:47:28.931Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-20T10:47:29.870Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-20T10:47:31.246Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-20T10:47:36.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-04-20T10:47:36.512Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-20T10:47:37.079Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-20T10:47:37.338Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-20T10:47:38.273Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-20T10:47:38.273Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-20T10:47:38.532Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-20T10:47:38.921Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-20T10:47:38.921Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-20T10:47:38.921Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-20T10:47:39.908Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-20T10:47:40.856Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-20T10:47:41.423Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-04-20T10:47:41.989Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-20T10:47:41.989Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-20T10:47:42.248Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-20T10:47:43.626Z] === RUN TestDockerSuite/TestRunMount [2022-04-20T10:47:43.885Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-04-20T10:47:44.800Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-20T10:47:44.800Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-20T10:47:44.800Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-20T10:47:44.800Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-20T10:47:45.268Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-20T10:47:45.268Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-20T10:47:45.268Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-20T10:47:45.736Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-20T10:47:45.736Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-20T10:47:45.736Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-20T10:47:47.169Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-04-20T10:47:48.108Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-20T10:47:49.043Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-20T10:47:49.608Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-20T10:47:49.868Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-04-20T10:47:50.434Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-20T10:47:52.337Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-20T10:47:53.272Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-20T10:47:55.087Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-20T10:47:55.087Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-20T10:47:55.087Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-20T10:47:55.087Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-20T10:47:55.087Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-20T10:47:55.087Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-20T10:47:55.087Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-20T10:47:55.087Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-20T10:47:55.087Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-20T10:47:55.087Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-20T10:47:55.087Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-20T10:47:55.087Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-20T10:47:55.087Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-20T10:47:55.087Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-20T10:47:55.087Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-20T10:47:55.087Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-20T10:47:55.087Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-20T10:47:55.175Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-20T10:47:55.740Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-04-20T10:47:56.195Z] --- PASS: TestBuildWithHugeFile (162.49s) [2022-04-20T10:47:56.195Z] === RUN TestBuildWCOWSandboxSize [2022-04-20T10:47:56.195Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:47:56.195Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:47:56.195Z] === RUN TestBuildWithEmptyDockerfile [2022-04-20T10:47:56.195Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:47:56.195Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:47:56.195Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:47:56.195Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:47:56.195Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:47:56.195Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:47:56.195Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-20T10:47:56.195Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-20T10:47:56.195Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-20T10:47:56.195Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-04-20T10:47:56.195Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-20T10:47:56.195Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-04-20T10:47:56.195Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-04-20T10:47:56.195Z] === RUN TestBuildPreserveOwnership [2022-04-20T10:47:56.195Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:47:56.195Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-20T10:47:56.195Z] === RUN TestBuildPlatformInvalid [2022-04-20T10:47:56.195Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-04-20T10:47:56.195Z] PASS [2022-04-20T10:47:56.195Z] ok github.com/docker/docker/integration/build 254.443s [2022-04-20T10:47:56.195Z] [2022-04-20T10:47:56.195Z] === Skipped [2022-04-20T10:47:56.195Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-20T10:47:56.195Z] build_session_test.go:25: TODO: BuildKit [2022-04-20T10:47:56.195Z] [2022-04-20T10:47:56.195Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-20T10:47:56.195Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:56.195Z] [2022-04-20T10:47:56.195Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-20T10:47:56.195Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:47:56.195Z] [2022-04-20T10:47:56.195Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-04-20T10:47:56.195Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:47:56.195Z] [2022-04-20T10:47:56.195Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-20T10:47:56.195Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-20T10:47:56.195Z] [2022-04-20T10:47:56.195Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-20T10:47:56.195Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:47:56.195Z] [2022-04-20T10:47:56.195Z] DONE 29 tests, 6 skipped in 302.222s [2022-04-20T10:47:56.195Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-20T10:47:56.675Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-20T10:47:57.188Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:47:57.188Z] INFO: Testing against a local daemon [2022-04-20T10:47:57.188Z] === RUN TestConfigInspect [2022-04-20T10:47:57.188Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.188Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-20T10:47:57.188Z] === RUN TestConfigList [2022-04-20T10:47:57.188Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.188Z] --- SKIP: TestConfigList (0.00s) [2022-04-20T10:47:57.188Z] === RUN TestConfigsCreateAndDelete [2022-04-20T10:47:57.188Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.188Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-20T10:47:57.188Z] === RUN TestConfigsUpdate [2022-04-20T10:47:57.188Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.188Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-20T10:47:57.188Z] === RUN TestTemplatedConfig [2022-04-20T10:47:57.188Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.188Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-20T10:47:57.188Z] === RUN TestConfigCreateResolve [2022-04-20T10:47:57.188Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:47:57.188Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-04-20T10:47:57.188Z] PASS [2022-04-20T10:47:57.188Z] ok github.com/docker/docker/integration/config 0.124s [2022-04-20T10:47:57.188Z] [2022-04-20T10:47:57.188Z] === Skipped [2022-04-20T10:47:57.188Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-20T10:47:57.661Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.661Z] [2022-04-20T10:47:57.661Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-20T10:47:57.661Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.661Z] [2022-04-20T10:47:57.661Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-20T10:47:57.661Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.661Z] [2022-04-20T10:47:57.661Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-20T10:47:57.661Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.661Z] [2022-04-20T10:47:57.661Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-20T10:47:57.661Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:47:57.661Z] [2022-04-20T10:47:57.661Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2022-04-20T10:47:57.661Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:47:57.661Z] [2022-04-20T10:47:57.661Z] DONE 6 tests, 6 skipped in 2.143s [2022-04-20T10:47:57.661Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-20T10:47:58.579Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-20T10:47:59.976Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-20T10:47:59.976Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-04-20T10:48:00.638Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:48:00.638Z] INFO: Testing against a local daemon [2022-04-20T10:48:00.638Z] === RUN TestCheckpoint [2022-04-20T10:48:00.638Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:48:00.638Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-20T10:48:00.638Z] === RUN TestContainerInvalidJSON [2022-04-20T10:48:00.638Z] === RUN TestContainerInvalidJSON/commit [2022-04-20T10:48:00.638Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-20T10:48:00.638Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-20T10:48:00.638Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-20T10:48:00.638Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:48:00.638Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:48:00.638Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:48:00.638Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:48:00.638Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:48:00.638Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:48:00.638Z] === CONT TestContainerInvalidJSON/commit [2022-04-20T10:48:00.638Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-20T10:48:00.638Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-20T10:48:00.639Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-20T10:48:00.639Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-20T10:48:00.639Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-20T10:48:00.639Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-20T10:48:00.639Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-20T10:48:00.639Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-20T10:48:00.891Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-20T10:48:00.891Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-20T10:48:00.891Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-20T10:48:00.891Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-20T10:48:00.891Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-20T10:48:00.909Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-20T10:48:00.909Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-20T10:48:01.108Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s) [2022-04-20T10:48:01.108Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-20T10:48:01.108Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.24s) [2022-04-20T10:48:01.108Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-20T10:48:01.477Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-20T10:48:01.582Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-04-20T10:48:01.582Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-20T10:48:01.582Z] --- PASS: TestCopyToContainerPathIsNotDir (0.27s) [2022-04-20T10:48:01.582Z] === RUN TestCopyFromContainer [2022-04-20T10:48:01.582Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:48:01.582Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-20T10:48:01.582Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-20T10:48:01.582Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:48:01.582Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:48:01.582Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:48:01.582Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:48:01.582Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:48:01.582Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:48:01.582Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-20T10:48:01.582Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-20T10:48:01.582Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-20T10:48:01.582Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2022-04-20T10:48:01.582Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-20T10:48:01.582Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-20T10:48:01.582Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-04-20T10:48:01.582Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-20T10:48:01.582Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-20T10:48:01.582Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-20T10:48:01.582Z] === RUN TestCreateWithInvalidEnv [2022-04-20T10:48:01.582Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-20T10:48:01.582Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-20T10:48:01.582Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-20T10:48:01.582Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-20T10:48:01.582Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-20T10:48:01.582Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-20T10:48:01.582Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-20T10:48:01.582Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-20T10:48:01.582Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-20T10:48:01.582Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-04-20T10:48:01.582Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-20T10:48:01.582Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-20T10:48:01.582Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-20T10:48:01.582Z] === RUN TestCreateTmpfsMountsTarget [2022-04-20T10:48:01.582Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:48:01.582Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-20T10:48:01.582Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-20T10:48:01.582Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:48:01.582Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-20T10:48:01.582Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-20T10:48:01.582Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:48:01.582Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-20T10:48:02.054Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-20T10:48:02.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:48:02.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:48:02.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:48:02.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:48:02.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:48:02.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:48:02.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:48:02.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:48:02.054Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:48:02.054Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:48:02.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-20T10:48:02.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-20T10:48:02.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-20T10:48:02.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-20T10:48:02.054Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-20T10:48:02.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-04-20T10:48:02.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-20T10:48:02.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-20T10:48:02.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-20T10:48:02.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-20T10:48:02.054Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-20T10:48:02.054Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-20T10:48:02.054Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-20T10:48:02.054Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-20T10:48:02.054Z] === RUN TestCreateDifferentPlatform [2022-04-20T10:48:02.054Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-20T10:48:02.054Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-20T10:48:02.054Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-04-20T10:48:02.054Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-20T10:48:02.054Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-04-20T10:48:02.054Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-20T10:48:02.054Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-04-20T10:48:02.054Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-20T10:48:02.054Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-20T10:48:02.054Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-20T10:48:02.054Z] === RUN TestContainerKillOnDaemonStart [2022-04-20T10:48:02.054Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:48:02.054Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-20T10:48:02.054Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:48:02.054Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.054Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-20T10:48:02.054Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:48:02.054Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:02.415Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-20T10:48:02.982Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-20T10:48:03.548Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-20T10:48:04.114Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-04-20T10:48:05.492Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-20T10:48:07.394Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-20T10:48:08.302Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:08.302Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:08.302Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices (0.04s) [2022-04-20T10:48:09.298Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.11s) [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.42s) [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.61s) [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.20s) [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.90s) [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (1.75s) [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (1.72s) [2022-04-20T10:48:09.298Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (1.03s) [2022-04-20T10:48:09.298Z] === RUN TestDiff [2022-04-20T10:48:09.298Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-20T10:48:09.298Z] --- SKIP: TestDiff (0.00s) [2022-04-20T10:48:09.298Z] === RUN TestExecWithCloseStdin [2022-04-20T10:48:09.444Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-20T10:48:09.923Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-20T10:48:10.184Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-20T10:48:10.184Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-04-20T10:48:10.750Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-20T10:48:10.750Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-20T10:48:11.009Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-20T10:48:11.029Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-20T10:48:11.497Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-20T10:48:11.497Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-20T10:48:11.576Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-20T10:48:11.576Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-20T10:48:11.965Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-20T10:48:12.144Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-20T10:48:12.257Z] --- PASS: TestExecWithCloseStdin (2.63s) [2022-04-20T10:48:12.257Z] === RUN TestExec [2022-04-20T10:48:14.486Z] --- PASS: TestExec (2.34s) [2022-04-20T10:48:14.486Z] === RUN TestExecUser [2022-04-20T10:48:14.486Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-20T10:48:14.486Z] --- SKIP: TestExecUser (0.00s) [2022-04-20T10:48:14.486Z] === RUN TestExportContainerAndImportImage [2022-04-20T10:48:14.486Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:48:14.486Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-20T10:48:14.486Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-20T10:48:14.486Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:48:14.486Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-20T10:48:14.486Z] === RUN TestHealthCheckWorkdir [2022-04-20T10:48:14.486Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-20T10:48:14.486Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-20T10:48:14.486Z] === RUN TestHealthKillContainer [2022-04-20T10:48:14.486Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-20T10:48:14.486Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-20T10:48:14.486Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-20T10:48:14.486Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:48:14.486Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:48:14.486Z] === RUN TestKillContainerInvalidSignal [2022-04-20T10:48:16.704Z] --- PASS: TestKillContainerInvalidSignal (2.05s) [2022-04-20T10:48:16.704Z] === RUN TestKillContainer [2022-04-20T10:48:16.704Z] === RUN TestKillContainer/no_signal [2022-04-20T10:48:17.405Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-04-20T10:48:17.405Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-04-20T10:48:17.405Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-20T10:48:17.971Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-04-20T10:48:18.276Z] === RUN TestKillContainer/non_killing_signal [2022-04-20T10:48:18.276Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-20T10:48:18.276Z] === RUN TestKillContainer/killing_signal [2022-04-20T10:48:18.537Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-20T10:48:19.513Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-20T10:48:20.078Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-04-20T10:48:20.644Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-04-20T10:48:20.644Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-20T10:48:20.903Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-20T10:48:21.470Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-20T10:48:21.728Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-20T10:48:22.294Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T10:48:22.294Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-04-20T10:48:22.294Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-20T10:48:22.861Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-20T10:48:23.427Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-20T10:48:23.427Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-04-20T10:48:23.427Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-20T10:48:23.685Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-04-20T10:48:24.620Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-20T10:48:24.620Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-04-20T10:48:24.620Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-20T10:48:25.452Z] --- PASS: TestKillContainer (8.99s) [2022-04-20T10:48:25.452Z] --- PASS: TestKillContainer/no_signal (1.84s) [2022-04-20T10:48:25.452Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:48:25.452Z] --- PASS: TestKillContainer/killing_signal (7.07s) [2022-04-20T10:48:25.452Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-20T10:48:25.452Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:48:25.452Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-20T10:48:25.452Z] === RUN TestKillStoppedContainer [2022-04-20T10:48:25.452Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:48:25.452Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-20T10:48:25.452Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-20T10:48:25.452Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:48:25.452Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-20T10:48:25.452Z] === RUN TestKillDifferentUserContainer [2022-04-20T10:48:25.452Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-20T10:48:25.452Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-20T10:48:25.452Z] === RUN TestInspectOomKilledTrue [2022-04-20T10:48:25.452Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:48:25.452Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-20T10:48:25.452Z] === RUN TestInspectOomKilledFalse [2022-04-20T10:48:25.452Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:48:25.452Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-20T10:48:25.452Z] === RUN TestLogsFollowTailEmpty [2022-04-20T10:48:26.521Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-20T10:48:27.457Z] === RUN TestDockerSuite/TestRunRm [2022-04-20T10:48:27.670Z] --- PASS: TestLogsFollowTailEmpty (2.02s) [2022-04-20T10:48:27.670Z] === RUN TestNetworkNat [2022-04-20T10:48:27.670Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-20T10:48:27.670Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-20T10:48:27.670Z] === RUN TestNetworkLocalhostTCPNat [2022-04-20T10:48:28.392Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-20T10:48:28.392Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-04-20T10:48:29.786Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-20T10:48:29.896Z] --- PASS: TestNetworkLocalhostTCPNat (2.59s) [2022-04-20T10:48:29.896Z] === RUN TestNetworkLoopbackNat [2022-04-20T10:48:29.896Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-20T10:48:29.896Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-20T10:48:29.896Z] === RUN TestPause [2022-04-20T10:48:29.896Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-20T10:48:29.896Z] --- SKIP: TestPause (0.00s) [2022-04-20T10:48:29.896Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-20T10:48:31.357Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-20T10:48:32.119Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.94s) [2022-04-20T10:48:32.119Z] === RUN TestPauseStopPausedContainer [2022-04-20T10:48:32.119Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:48:32.119Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-20T10:48:32.119Z] === RUN TestPsFilter [2022-04-20T10:48:32.119Z] --- PASS: TestPsFilter (0.29s) [2022-04-20T10:48:32.119Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-20T10:48:32.348Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-20T10:48:32.576Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-20T10:48:32.576Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-20T10:48:32.835Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-04-20T10:48:34.209Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-04-20T10:48:34.776Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-04-20T10:48:36.139Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-20T10:48:36.153Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-04-20T10:48:37.540Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-04-20T10:48:39.088Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-20T10:48:39.297Z] --- PASS: TestRemoveContainerWithRemovedVolume (7.11s) [2022-04-20T10:48:39.297Z] === RUN TestRemoveContainerWithVolume [2022-04-20T10:48:40.086Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-04-20T10:48:41.025Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-04-20T10:48:41.599Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-04-20T10:48:42.041Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-20T10:48:42.166Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-04-20T10:48:42.258Z] --- PASS: TestRemoveContainerWithVolume (2.40s) [2022-04-20T10:48:42.258Z] === RUN TestRemoveContainerRunning [2022-04-20T10:48:42.733Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-04-20T10:48:42.993Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-04-20T10:48:43.559Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-04-20T10:48:43.817Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-04-20T10:48:43.827Z] --- PASS: TestRemoveContainerRunning (2.17s) [2022-04-20T10:48:43.827Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-20T10:48:44.384Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-20T10:48:44.950Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-20T10:48:45.210Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-20T10:48:46.058Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.27s) [2022-04-20T10:48:46.058Z] === RUN TestRemoveInvalidContainer [2022-04-20T10:48:46.530Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-04-20T10:48:46.530Z] === RUN TestRenameLinkedContainer [2022-04-20T10:48:46.530Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-20T10:48:46.530Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-20T10:48:46.530Z] === RUN TestRenameStoppedContainer [2022-04-20T10:48:47.737Z] === RUN TestDockerSuite/TestRunState [2022-04-20T10:48:48.675Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-20T10:48:48.755Z] --- PASS: TestRenameStoppedContainer (2.41s) [2022-04-20T10:48:48.755Z] === RUN TestRenameRunningContainerAndReuse [2022-04-20T10:48:49.241Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-20T10:48:49.499Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-20T10:48:49.757Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-04-20T10:48:49.757Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-04-20T10:48:49.757Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-20T10:48:50.324Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-20T10:48:50.583Z] === RUN TestDockerSuite/TestRunSysctls [2022-04-20T10:48:51.518Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-20T10:48:51.518Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-20T10:48:51.518Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-20T10:48:52.083Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-04-20T10:48:52.650Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-04-20T10:48:53.522Z] --- PASS: TestRenameRunningContainerAndReuse (4.44s) [2022-04-20T10:48:53.522Z] === RUN TestRenameInvalidName [2022-04-20T10:48:54.026Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-04-20T10:48:54.285Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-04-20T10:48:55.094Z] --- PASS: TestRenameInvalidName (2.06s) [2022-04-20T10:48:55.094Z] === RUN TestRenameAnonymousContainer [2022-04-20T10:48:55.679Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-04-20T10:48:55.939Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-04-20T10:48:59.226Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-04-20T10:48:59.226Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-20T10:49:01.125Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-04-20T10:49:02.060Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-20T10:49:02.319Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-20T10:49:03.254Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-20T10:49:03.820Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-20T10:49:04.079Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-04-20T10:49:05.454Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-20T10:49:05.538Z] --- PASS: TestRenameAnonymousContainer (10.33s) [2022-04-20T10:49:05.539Z] === RUN TestRenameContainerWithSameName [2022-04-20T10:49:06.830Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-20T10:49:07.396Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-20T10:49:07.396Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-04-20T10:49:07.396Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-20T10:49:07.654Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-20T10:49:07.764Z] --- PASS: TestRenameContainerWithSameName (2.18s) [2022-04-20T10:49:07.764Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-20T10:49:07.764Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-20T10:49:07.764Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-20T10:49:07.764Z] === RUN TestResize [2022-04-20T10:49:08.220Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-20T10:49:08.479Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-20T10:49:09.047Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-04-20T10:49:09.047Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-04-20T10:49:09.047Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-20T10:49:09.305Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-20T10:49:09.872Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-20T10:49:09.983Z] --- PASS: TestResize (2.16s) [2022-04-20T10:49:09.983Z] === RUN TestResizeWithInvalidSize [2022-04-20T10:49:10.129Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-04-20T10:49:12.202Z] --- PASS: TestResizeWithInvalidSize (2.09s) [2022-04-20T10:49:12.202Z] === RUN TestResizeWhenContainerNotStarted [2022-04-20T10:49:12.659Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-04-20T10:49:13.228Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-20T10:49:13.807Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-20T10:49:14.377Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-20T10:49:14.422Z] --- PASS: TestResizeWhenContainerNotStarted (2.35s) [2022-04-20T10:49:14.422Z] === RUN TestDaemonRestartKillContainers [2022-04-20T10:49:14.422Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:14.422Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:49:14.422Z] === RUN TestStats [2022-04-20T10:49:14.422Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-20T10:49:14.422Z] --- SKIP: TestStats (0.00s) [2022-04-20T10:49:14.422Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-20T10:49:16.285Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-04-20T10:49:16.285Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-20T10:49:17.223Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-20T10:49:19.126Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-20T10:49:20.319Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.07s) [2022-04-20T10:49:20.319Z] === RUN TestStopContainerWithTimeout [2022-04-20T10:49:20.319Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-20T10:49:20.319Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-20T10:49:20.319Z] === RUN TestUpdateRestartPolicy [2022-04-20T10:49:21.025Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-20T10:49:21.283Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-20T10:49:21.283Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-04-20T10:49:21.283Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-20T10:49:21.283Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-04-20T10:49:21.283Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-20T10:49:21.283Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-04-20T10:49:21.283Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-20T10:49:21.541Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-04-20T10:49:21.541Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-04-20T10:49:21.541Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-04-20T10:49:22.109Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-04-20T10:49:22.109Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-04-20T10:49:22.678Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-04-20T10:49:24.053Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-04-20T10:49:24.312Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-04-20T10:49:24.877Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-20T10:49:24.877Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-04-20T10:49:25.444Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-04-20T10:49:25.444Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-04-20T10:49:25.444Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-04-20T10:49:25.444Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-04-20T10:49:25.444Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-04-20T10:49:25.444Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-04-20T10:49:25.444Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-04-20T10:49:26.010Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-04-20T10:49:26.578Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-04-20T10:49:26.578Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-04-20T10:49:27.145Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-20T10:49:27.145Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-20T10:49:27.403Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-04-20T10:49:27.662Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-20T10:49:27.662Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-04-20T10:49:28.228Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-04-20T10:49:28.795Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-04-20T10:49:28.795Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-20T10:49:28.795Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-20T10:49:29.731Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-20T10:49:30.675Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-04-20T10:49:31.241Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-04-20T10:49:31.241Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-04-20T10:49:31.241Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-20T10:49:31.499Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-20T10:49:31.499Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-20T10:49:32.434Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-20T10:49:32.914Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-20T10:49:32.999Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-20T10:49:34.374Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-20T10:49:34.633Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-20T10:49:34.633Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-20T10:49:34.891Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-20T10:49:35.457Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-04-20T10:49:36.024Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-04-20T10:49:36.959Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-20T10:49:36.959Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-20T10:49:38.334Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-20T10:49:38.334Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-20T10:49:38.592Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-20T10:49:38.784Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-20T10:49:38.784Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-20T10:49:39.254Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-20T10:49:39.526Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1150442627 [2022-04-20T10:49:39.785Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-20T10:49:39.785Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-20T10:49:40.718Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-04-20T10:49:41.285Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-20T10:49:41.543Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-20T10:49:41.543Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-20T10:49:41.595Z] --- PASS: TestUpdateRestartPolicy (20.47s) [2022-04-20T10:49:41.595Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-20T10:49:42.917Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-20T10:49:43.162Z] --- PASS: TestUpdateRestartWithAutoRemove (1.97s) [2022-04-20T10:49:43.162Z] === RUN TestWaitNonBlocked [2022-04-20T10:49:43.162Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:49:43.162Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:49:43.162Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:49:43.162Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:49:43.162Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-20T10:49:43.162Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-20T10:49:43.852Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-04-20T10:49:44.418Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-20T10:49:44.984Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-20T10:49:44.984Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-20T10:49:45.242Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-20T10:49:45.242Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-20T10:49:45.810Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-20T10:49:45.810Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-20T10:49:46.131Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-04-20T10:49:46.131Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.66s) [2022-04-20T10:49:46.131Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.74s) [2022-04-20T10:49:46.131Z] === RUN TestWaitBlocked [2022-04-20T10:49:46.131Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:49:46.131Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-20T10:49:46.131Z] PASS [2022-04-20T10:49:46.131Z] ok github.com/docker/docker/integration/container 105.154s [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === Skipped [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-20T10:49:46.131Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-20T10:49:46.131Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-20T10:49:46.131Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-20T10:49:46.131Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-20T10:49:46.131Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-20T10:49:46.131Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-20T10:49:46.131Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-20T10:49:46.131Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-20T10:49:46.131Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.11s) [2022-04-20T10:49:46.131Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-20T10:49:46.131Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.11s) [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-20T10:49:46.131Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-20T10:49:46.131Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-20T10:49:46.131Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-20T10:49:46.131Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-20T10:49:46.131Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-20T10:49:46.131Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-20T10:49:46.131Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:49:46.131Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-20T10:49:46.131Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-20T10:49:46.131Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-20T10:49:46.131Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-20T10:49:46.131Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-20T10:49:46.131Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-20T10:49:46.131Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-20T10:49:46.131Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-20T10:49:46.131Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-20T10:49:46.131Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-20T10:49:46.131Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-20T10:49:46.131Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-20T10:49:46.131Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-20T10:49:46.131Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-20T10:49:46.131Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-20T10:49:46.131Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-20T10:49:46.131Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-20T10:49:46.131Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:49:46.131Z] [2022-04-20T10:49:46.131Z] DONE 119 tests, 34 skipped in 108.184s [2022-04-20T10:49:46.131Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-20T10:49:46.744Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-20T10:49:47.322Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-20T10:49:47.580Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-04-20T10:49:47.838Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-20T10:49:50.366Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-04-20T10:49:52.896Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-20T10:49:54.802Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-20T10:49:54.802Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-04-20T10:49:55.368Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-20T10:49:56.306Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-20T10:49:57.681Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-04-20T10:49:59.054Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-20T10:50:00.956Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-20T10:50:01.526Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-20T10:50:02.462Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-20T10:50:03.836Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-20T10:50:04.770Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-20T10:50:05.894Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-20T10:50:05.894Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-20T10:50:05.894Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-20T10:50:05.894Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-20T10:50:05.894Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-20T10:50:06.352Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-20T10:50:07.406Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-20T10:50:07.406Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-20T10:50:07.406Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-20T10:50:07.406Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-20T10:50:07.406Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-20T10:50:07.406Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-20T10:50:07.406Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-20T10:50:07.470Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-20T10:50:07.863Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-20T10:50:08.832Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-20T10:50:10.751Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-04-20T10:50:11.319Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-20T10:50:12.563Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-20T10:50:14.602Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-20T10:50:14.792Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-20T10:50:14.792Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-20T10:50:14.792Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-20T10:50:14.792Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-20T10:50:14.792Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-20T10:50:14.792Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-20T10:50:16.292Z] === RUN TestConfigDaemonLibtrustID [2022-04-20T10:50:16.292Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-20T10:50:16.292Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-20T10:50:16.292Z] === RUN TestDaemonConfigValidation [2022-04-20T10:50:16.292Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-20T10:50:16.292Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-20T10:50:16.292Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-20T10:50:16.292Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-20T10:50:16.292Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-20T10:50:16.292Z] === RUN TestDaemonProxy [2022-04-20T10:50:16.292Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-20T10:50:16.292Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-20T10:50:16.292Z] PASS [2022-04-20T10:50:16.292Z] ok github.com/docker/docker/integration/daemon 0.155s [2022-04-20T10:50:16.292Z] [2022-04-20T10:50:16.292Z] === Skipped [2022-04-20T10:50:16.292Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-20T10:50:16.292Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-20T10:50:16.292Z] [2022-04-20T10:50:16.292Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-20T10:50:16.292Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-20T10:50:16.292Z] [2022-04-20T10:50:16.292Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-20T10:50:16.292Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-20T10:50:16.292Z] [2022-04-20T10:50:16.292Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-20T10:50:16.292Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-20T10:50:16.292Z] [2022-04-20T10:50:16.292Z] DONE 4 tests, 4 skipped in 26.450s [2022-04-20T10:50:16.292Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-20T10:50:17.286Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:17.286Z] INFO: Testing against a local daemon [2022-04-20T10:50:17.286Z] === RUN TestCommitInheritsEnv [2022-04-20T10:50:17.286Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:50:17.286Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2022-04-20T10:50:17.286Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-20T10:50:17.286Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:50:17.286Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:50:17.286Z] === RUN TestImportWithCustomPlatform [2022-04-20T10:50:17.286Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:50:17.286Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-20T10:50:17.286Z] === RUN TestImagesFilterMultiReference [2022-04-20T10:50:17.286Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-04-20T10:50:17.286Z] === RUN TestImagePullPlatformInvalid [2022-04-20T10:50:17.286Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-04-20T10:50:17.286Z] === RUN TestRemoveImageOrphaning [2022-04-20T10:50:18.276Z] --- PASS: TestRemoveImageOrphaning (1.25s) [2022-04-20T10:50:18.276Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-20T10:50:18.276Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-04-20T10:50:18.276Z] === RUN TestTagInvalidReference [2022-04-20T10:50:18.524Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-20T10:50:18.750Z] --- PASS: TestTagInvalidReference (0.05s) [2022-04-20T10:50:18.750Z] === RUN TestTagValidPrefixedRepo [2022-04-20T10:50:18.750Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-04-20T10:50:18.750Z] === RUN TestTagExistedNameWithoutForce [2022-04-20T10:50:18.750Z] --- PASS: TestTagExistedNameWithoutForce (0.08s) [2022-04-20T10:50:18.750Z] === RUN TestTagOfficialNames [2022-04-20T10:50:18.750Z] --- PASS: TestTagOfficialNames (0.12s) [2022-04-20T10:50:18.750Z] === RUN TestTagMatchesDigest [2022-04-20T10:50:18.750Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-04-20T10:50:18.750Z] PASS [2022-04-20T10:50:18.750Z] ok github.com/docker/docker/integration/image 2.000s [2022-04-20T10:50:18.750Z] [2022-04-20T10:50:18.750Z] === Skipped [2022-04-20T10:50:18.750Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2022-04-20T10:50:18.750Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:50:18.750Z] [2022-04-20T10:50:18.750Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-20T10:50:18.750Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:50:18.750Z] [2022-04-20T10:50:18.750Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-20T10:50:18.750Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-20T10:50:18.750Z] [2022-04-20T10:50:18.750Z] DONE 12 tests, 3 skipped in 6.471s [2022-04-20T10:50:19.219Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-20T10:50:19.862Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-20T10:50:21.444Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:21.444Z] INFO: Testing against a local daemon [2022-04-20T10:50:21.444Z] === RUN TestNetworkCreateDelete [2022-04-20T10:50:21.444Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:21.444Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestDockerNetworkDeletePreferID [2022-04-20T10:50:21.444Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-20T10:50:21.444Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestDaemonDNSFallback [2022-04-20T10:50:21.444Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:21.444Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestInspectNetwork [2022-04-20T10:50:21.444Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-20T10:50:21.444Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestRunContainerWithBridgeNone [2022-04-20T10:50:21.444Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:21.444Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-20T10:50:21.444Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:50:21.444Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:50:21.444Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:50:21.444Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-20T10:50:21.444Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-20T10:50:21.444Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-20T10:50:21.444Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestNetworkList [2022-04-20T10:50:21.444Z] === RUN TestNetworkList//networks [2022-04-20T10:50:21.444Z] === PAUSE TestNetworkList//networks [2022-04-20T10:50:21.444Z] === RUN TestNetworkList//networks/ [2022-04-20T10:50:21.444Z] === PAUSE TestNetworkList//networks/ [2022-04-20T10:50:21.444Z] === CONT TestNetworkList//networks [2022-04-20T10:50:21.444Z] === CONT TestNetworkList//networks/ [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkList (0.05s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-20T10:50:21.444Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestHostIPv4BridgeLabel [2022-04-20T10:50:21.444Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-20T10:50:21.444Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestDaemonDefaultNetworkPools [2022-04-20T10:50:21.444Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-20T10:50:21.444Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-20T10:50:21.444Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-20T10:50:21.444Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestServiceWithPredefinedNetwork [2022-04-20T10:50:21.444Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-20T10:50:21.444Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:50:21.444Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestServiceWithDataPathPortInit [2022-04-20T10:50:21.444Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-20T10:50:21.444Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-20T10:50:21.444Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-20T10:50:21.444Z] PASS [2022-04-20T10:50:21.444Z] ok github.com/docker/docker/integration/network 0.206s [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === Skipped [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-20T10:50:21.444Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-20T10:50:21.444Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-20T10:50:21.444Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-20T10:50:21.444Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-20T10:50:21.444Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-20T10:50:21.444Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-20T10:50:21.444Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-20T10:50:21.444Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-20T10:50:21.444Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-20T10:50:21.444Z] [2022-04-20T10:50:21.444Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-20T10:50:21.445Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-20T10:50:21.445Z] [2022-04-20T10:50:21.445Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-20T10:50:21.445Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-20T10:50:21.445Z] [2022-04-20T10:50:21.445Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-20T10:50:21.445Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-20T10:50:21.445Z] [2022-04-20T10:50:21.445Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-20T10:50:21.445Z] service_test.go:243: FLAKY_TEST [2022-04-20T10:50:21.445Z] [2022-04-20T10:50:21.445Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-20T10:50:21.445Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-20T10:50:21.445Z] [2022-04-20T10:50:21.445Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-20T10:50:21.445Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-20T10:50:21.445Z] [2022-04-20T10:50:21.445Z] DONE 34 tests, 15 skipped in 2.484s [2022-04-20T10:50:21.760Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-04-20T10:50:21.915Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-20T10:50:22.695Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-04-20T10:50:22.907Z] testing: warning: no tests to run [2022-04-20T10:50:22.907Z] PASS [2022-04-20T10:50:22.907Z] ok github.com/docker/docker/integration/network/ipvlan 0.101s [2022-04-20T10:50:22.907Z] [2022-04-20T10:50:22.907Z] DONE 0 tests in 0.930s [2022-04-20T10:50:22.907Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-20T10:50:22.954Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-20T10:50:23.521Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-20T10:50:23.909Z] testing: warning: no tests to run [2022-04-20T10:50:23.909Z] PASS [2022-04-20T10:50:23.909Z] ok github.com/docker/docker/integration/network/macvlan 0.097s [2022-04-20T10:50:23.909Z] [2022-04-20T10:50:23.909Z] DONE 0 tests in 0.914s [2022-04-20T10:50:23.909Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-20T10:50:24.090Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-20T10:50:24.657Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-20T10:50:24.657Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-04-20T10:50:24.657Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-20T10:50:24.912Z] testing: warning: no tests to run [2022-04-20T10:50:24.912Z] PASS [2022-04-20T10:50:24.912Z] ok github.com/docker/docker/integration/plugin 0.097s [2022-04-20T10:50:24.912Z] [2022-04-20T10:50:24.912Z] DONE 0 tests in 0.933s [2022-04-20T10:50:24.912Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-20T10:50:25.224Z] docker_cli_service_logs_test.go:246: checking task ozsii9o38w4a [2022-04-20T10:50:25.482Z] docker_cli_service_logs_test.go:251: checking messages for ozsii9o38w4a [2022-04-20T10:50:25.482Z] docker_cli_service_logs_test.go:246: checking task u8xg84f8ezs1 [2022-04-20T10:50:25.482Z] docker_cli_service_logs_test.go:251: checking messages for u8xg84f8ezs1 [2022-04-20T10:50:25.482Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-20T10:50:25.900Z] testing: warning: no tests to run [2022-04-20T10:50:25.900Z] PASS [2022-04-20T10:50:25.900Z] ok github.com/docker/docker/integration/plugin/authz 0.113s [2022-04-20T10:50:25.900Z] [2022-04-20T10:50:25.900Z] DONE 0 tests in 0.916s [2022-04-20T10:50:25.900Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-20T10:50:28.013Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-20T10:50:31.309Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-04-20T10:50:31.309Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-04-20T10:50:31.793Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:31.793Z] INFO: Testing against a local daemon [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:50:31.793Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:50:31.793Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-20T10:50:31.793Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-20T10:50:31.793Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-20T10:50:31.793Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-20T10:50:31.793Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-20T10:50:31.793Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-20T10:50:31.793Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-20T10:50:31.793Z] === RUN TestPluginInstall [2022-04-20T10:50:31.793Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-20T10:50:31.793Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-20T10:50:31.793Z] === RUN TestPluginsWithRuntimes [2022-04-20T10:50:31.793Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-20T10:50:31.793Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-20T10:50:31.793Z] === RUN TestPluginBackCompatMediaTypes [2022-04-20T10:50:31.793Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-20T10:50:31.793Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:50:31.793Z] PASS [2022-04-20T10:50:31.793Z] ok github.com/docker/docker/integration/plugin/common 0.132s [2022-04-20T10:50:31.793Z] [2022-04-20T10:50:31.793Z] === Skipped [2022-04-20T10:50:31.793Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-20T10:50:31.793Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-20T10:50:31.793Z] [2022-04-20T10:50:31.793Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-20T10:50:31.793Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-20T10:50:31.793Z] [2022-04-20T10:50:31.793Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-20T10:50:31.793Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-20T10:50:31.793Z] [2022-04-20T10:50:31.793Z] DONE 19 tests, 3 skipped in 5.425s [2022-04-20T10:50:31.793Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-20T10:50:31.874Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-04-20T10:50:31.875Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-04-20T10:50:31.875Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-04-20T10:50:31.875Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-04-20T10:50:31.875Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-04-20T10:50:32.809Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-04-20T10:50:33.375Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-04-20T10:50:33.389Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-20T10:50:33.942Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-04-20T10:50:34.015Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:34.015Z] INFO: Testing against a local daemon [2022-04-20T10:50:34.015Z] === RUN TestExternalGraphDriver [2022-04-20T10:50:34.015Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-20T10:50:34.015Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-20T10:50:34.015Z] === RUN TestGraphdriverPluginV2 [2022-04-20T10:50:34.015Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-20T10:50:34.015Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-20T10:50:34.015Z] PASS [2022-04-20T10:50:34.015Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.133s [2022-04-20T10:50:34.015Z] [2022-04-20T10:50:34.015Z] === Skipped [2022-04-20T10:50:34.015Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-20T10:50:34.015Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-20T10:50:34.015Z] [2022-04-20T10:50:34.015Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-20T10:50:34.015Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-20T10:50:34.015Z] [2022-04-20T10:50:34.015Z] DONE 2 tests, 2 skipped in 2.527s [2022-04-20T10:50:34.488Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-20T10:50:34.877Z] === RUN TestDockerSuite/TestUpdateStats [2022-04-20T10:50:36.253Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-04-20T10:50:36.705Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:36.705Z] INFO: Testing against a local daemon [2022-04-20T10:50:36.705Z] === RUN TestReadPluginNoRead [2022-04-20T10:50:36.705Z] read_test.go:21: no unix domain sockets on Windows [2022-04-20T10:50:36.705Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-20T10:50:36.705Z] PASS [2022-04-20T10:50:36.705Z] ok github.com/docker/docker/integration/plugin/logging 0.119s [2022-04-20T10:50:36.705Z] [2022-04-20T10:50:36.705Z] === Skipped [2022-04-20T10:50:36.705Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-20T10:50:36.705Z] read_test.go:21: no unix domain sockets on Windows [2022-04-20T10:50:36.705Z] [2022-04-20T10:50:36.705Z] DONE 1 tests, 1 skipped in 2.591s [2022-04-20T10:50:37.175Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-20T10:50:38.154Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-04-20T10:50:38.163Z] testing: warning: no tests to run [2022-04-20T10:50:38.163Z] PASS [2022-04-20T10:50:38.163Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.090s [2022-04-20T10:50:38.163Z] [2022-04-20T10:50:38.163Z] DONE 0 tests in 1.337s [2022-04-20T10:50:38.412Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-04-20T10:50:38.634Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-20T10:50:39.348Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-04-20T10:50:39.348Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-04-20T10:50:39.348Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-04-20T10:50:39.886Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-20T10:50:39.886Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-20T10:50:39.886Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-20T10:50:40.284Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-04-20T10:50:40.453Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-20T10:50:40.850Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-20T10:50:41.416Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-20T10:50:41.416Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-20T10:50:41.416Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-20T10:50:41.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:41.591Z] INFO: Testing against a local daemon [2022-04-20T10:50:41.591Z] === RUN TestPluginWithDevMounts [2022-04-20T10:50:41.591Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:41.591Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-20T10:50:41.591Z] PASS [2022-04-20T10:50:41.591Z] ok github.com/docker/docker/integration/plugin/volumes 0.127s [2022-04-20T10:50:41.591Z] [2022-04-20T10:50:41.591Z] === Skipped [2022-04-20T10:50:41.591Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-20T10:50:41.591Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:41.591Z] [2022-04-20T10:50:41.591Z] DONE 1 tests, 1 skipped in 2.647s [2022-04-20T10:50:41.591Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-20T10:50:43.162Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:43.162Z] INFO: Testing against a local daemon [2022-04-20T10:50:43.162Z] === RUN TestSecretInspect [2022-04-20T10:50:43.162Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.162Z] --- SKIP: TestSecretInspect (0.01s) [2022-04-20T10:50:43.162Z] === RUN TestSecretList [2022-04-20T10:50:43.162Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.162Z] --- SKIP: TestSecretList (0.00s) [2022-04-20T10:50:43.162Z] === RUN TestSecretsCreateAndDelete [2022-04-20T10:50:43.162Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.162Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-20T10:50:43.162Z] === RUN TestSecretsUpdate [2022-04-20T10:50:43.162Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.162Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-20T10:50:43.162Z] === RUN TestTemplatedSecret [2022-04-20T10:50:43.162Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.162Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-20T10:50:43.162Z] === RUN TestSecretCreateResolve [2022-04-20T10:50:43.162Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:43.162Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-04-20T10:50:43.162Z] PASS [2022-04-20T10:50:43.162Z] ok github.com/docker/docker/integration/secret 0.117s [2022-04-20T10:50:43.379Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-04-20T10:50:43.632Z] [2022-04-20T10:50:43.632Z] === Skipped [2022-04-20T10:50:43.632Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s) [2022-04-20T10:50:43.632Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.632Z] [2022-04-20T10:50:43.632Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-20T10:50:43.632Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.632Z] [2022-04-20T10:50:43.632Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-20T10:50:43.632Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.632Z] [2022-04-20T10:50:43.632Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-20T10:50:43.632Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.632Z] [2022-04-20T10:50:43.632Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-20T10:50:43.632Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:43.632Z] [2022-04-20T10:50:43.632Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.01s) [2022-04-20T10:50:43.632Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:43.632Z] [2022-04-20T10:50:43.632Z] DONE 6 tests, 6 skipped in 2.067s [2022-04-20T10:50:43.632Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-20T10:50:45.142Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-20T10:50:45.914Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-04-20T10:50:46.614Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:46.614Z] INFO: Testing against a local daemon [2022-04-20T10:50:46.614Z] === RUN TestServiceCreateInit [2022-04-20T10:50:46.614Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-20T10:50:46.614Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-20T10:50:46.614Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- PASS: TestServiceCreateInit (0.08s) [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestCreateServiceMultipleTimes [2022-04-20T10:50:46.614Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestCreateServiceConflict [2022-04-20T10:50:46.614Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestCreateServiceMaxReplicas [2022-04-20T10:50:46.614Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateServiceMaxReplicas (0.06s) [2022-04-20T10:50:46.614Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-20T10:50:46.614Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestCreateServiceSecretFileMode [2022-04-20T10:50:46.614Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestCreateServiceConfigFileMode [2022-04-20T10:50:46.614Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestCreateServiceSysctls [2022-04-20T10:50:46.614Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-04-20T10:50:46.614Z] === RUN TestCreateServiceCapabilities [2022-04-20T10:50:46.614Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateServiceCapabilities (0.06s) [2022-04-20T10:50:46.614Z] === RUN TestInspect [2022-04-20T10:50:46.614Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestInspect (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestCreateJob [2022-04-20T10:50:46.614Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestCreateJob (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestReplicatedJob [2022-04-20T10:50:46.614Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestUpdateReplicatedJob [2022-04-20T10:50:46.614Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestServiceListWithStatuses [2022-04-20T10:50:46.614Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestDockerNetworkConnectAlias [2022-04-20T10:50:46.614Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestDockerNetworkReConnect [2022-04-20T10:50:46.614Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestServicePlugin [2022-04-20T10:50:46.614Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestServiceUpdateLabel [2022-04-20T10:50:46.614Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestServiceUpdateSecrets [2022-04-20T10:50:46.614Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestServiceUpdateConfigs [2022-04-20T10:50:46.614Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestServiceUpdateNetwork [2022-04-20T10:50:46.614Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-20T10:50:46.614Z] === RUN TestServiceUpdatePidsLimit [2022-04-20T10:50:46.614Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-20T10:50:46.614Z] PASS [2022-04-20T10:50:46.614Z] ok github.com/docker/docker/integration/service 0.353s [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === Skipped [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-04-20T10:50:46.614Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:50:46.614Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-20T10:50:46.614Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-20T10:50:46.614Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.06s) [2022-04-20T10:50:46.614Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-20T10:50:46.614Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-20T10:50:46.614Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-20T10:50:46.614Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-04-20T10:50:46.614Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s) [2022-04-20T10:50:46.614Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-20T10:50:46.614Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-20T10:50:46.614Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-20T10:50:46.614Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-20T10:50:46.614Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-20T10:50:46.614Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-20T10:50:46.614Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-20T10:50:46.614Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-20T10:50:46.614Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:46.614Z] [2022-04-20T10:50:46.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-20T10:50:46.615Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.615Z] [2022-04-20T10:50:46.615Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-20T10:50:46.615Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.615Z] [2022-04-20T10:50:46.615Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-20T10:50:46.615Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.615Z] [2022-04-20T10:50:46.615Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-20T10:50:46.615Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.615Z] [2022-04-20T10:50:46.615Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-20T10:50:46.615Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-20T10:50:46.615Z] [2022-04-20T10:50:46.615Z] DONE 24 tests, 23 skipped in 3.183s [2022-04-20T10:50:46.676Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-20T10:50:47.085Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-20T10:50:48.443Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-04-20T10:50:48.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:48.680Z] INFO: Testing against a local daemon [2022-04-20T10:50:48.680Z] === RUN TestSessionCreate [2022-04-20T10:50:48.680Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-20T10:50:48.680Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-20T10:50:48.680Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-20T10:50:48.680Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-20T10:50:48.680Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-20T10:50:48.680Z] PASS [2022-04-20T10:50:48.680Z] ok github.com/docker/docker/integration/session 0.115s [2022-04-20T10:50:48.680Z] [2022-04-20T10:50:48.680Z] === Skipped [2022-04-20T10:50:48.680Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-20T10:50:48.680Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-20T10:50:48.680Z] [2022-04-20T10:50:48.680Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-20T10:50:48.680Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-20T10:50:48.680Z] [2022-04-20T10:50:48.680Z] DONE 2 tests, 2 skipped in 1.906s [2022-04-20T10:50:49.149Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-20T10:50:49.376Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-20T10:50:51.368Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:51.368Z] INFO: Testing against a local daemon [2022-04-20T10:50:51.368Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-20T10:50:51.368Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:51.368Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestDiskUsage [2022-04-20T10:50:51.368Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-20T10:50:51.368Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestEventsExecDie [2022-04-20T10:50:51.368Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-20T10:50:51.368Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestEventsBackwardsCompatible [2022-04-20T10:50:51.368Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-20T10:50:51.368Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestEventsVolumeCreate [2022-04-20T10:50:51.368Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-20T10:50:51.368Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestInfoAPI [2022-04-20T10:50:51.368Z] --- PASS: TestInfoAPI (0.06s) [2022-04-20T10:50:51.368Z] === RUN TestInfoAPIWarnings [2022-04-20T10:50:51.368Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:50:51.368Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestInfoDebug [2022-04-20T10:50:51.368Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:50:51.368Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestInfoInsecureRegistries [2022-04-20T10:50:51.368Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:50:51.368Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestInfoRegistryMirrors [2022-04-20T10:50:51.368Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:50:51.368Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-20T10:50:51.368Z] === RUN TestLoginFailsWithBadCredentials [2022-04-20T10:50:51.927Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-20T10:50:52.357Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s) [2022-04-20T10:50:52.357Z] === RUN TestPingCacheHeaders [2022-04-20T10:50:52.357Z] --- PASS: TestPingCacheHeaders (0.06s) [2022-04-20T10:50:52.357Z] === RUN TestPingGet [2022-04-20T10:50:52.357Z] --- PASS: TestPingGet (0.05s) [2022-04-20T10:50:52.357Z] === RUN TestPingHead [2022-04-20T10:50:52.826Z] --- PASS: TestPingHead (0.05s) [2022-04-20T10:50:52.826Z] === RUN TestPingSwarmHeader [2022-04-20T10:50:52.826Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:52.826Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-20T10:50:52.826Z] === RUN TestVersion [2022-04-20T10:50:52.826Z] --- PASS: TestVersion (0.05s) [2022-04-20T10:50:52.826Z] PASS [2022-04-20T10:50:52.826Z] ok github.com/docker/docker/integration/system 1.380s [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === Skipped [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-20T10:50:52.826Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-20T10:50:52.826Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-20T10:50:52.826Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-20T10:50:52.826Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-20T10:50:52.826Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-20T10:50:52.826Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-20T10:50:52.826Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-20T10:50:52.826Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-20T10:50:52.826Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-20T10:50:52.826Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-20T10:50:52.826Z] [2022-04-20T10:50:52.826Z] DONE 16 tests, 10 skipped in 3.784s [2022-04-20T10:50:52.826Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-20T10:50:53.730Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-20T10:50:53.730Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-20T10:50:53.730Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-20T10:50:53.730Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-20T10:50:53.730Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-20T10:50:53.730Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-20T10:50:53.730Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-20T10:50:53.730Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-20T10:50:53.730Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-20T10:50:53.730Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-20T10:50:55.044Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:50:55.044Z] INFO: Testing against a local daemon [2022-04-20T10:50:55.044Z] === RUN TestVolumesCreateAndList [2022-04-20T10:50:55.044Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-04-20T10:50:55.044Z] === RUN TestVolumesRemove [2022-04-20T10:50:55.044Z] --- PASS: TestVolumesRemove (0.14s) [2022-04-20T10:50:55.044Z] === RUN TestVolumesInspect [2022-04-20T10:50:55.044Z] --- PASS: TestVolumesInspect (0.07s) [2022-04-20T10:50:55.044Z] === RUN TestVolumesInvalidJSON [2022-04-20T10:50:55.208Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-04-20T10:50:55.514Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-20T10:50:55.514Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-20T10:50:55.514Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-20T10:50:55.514Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-20T10:50:55.514Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-20T10:50:55.514Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-20T10:50:55.514Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-20T10:50:55.514Z] --- PASS: TestVolumesInvalidJSON (0.06s) [2022-04-20T10:50:55.514Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-04-20T10:50:55.514Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-20T10:50:55.514Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-20T10:50:55.514Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-20T10:50:55.514Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-20T10:50:55.514Z] PASS [2022-04-20T10:50:55.514Z] ok github.com/docker/docker/integration/volume 0.406s [2022-04-20T10:50:55.514Z] [2022-04-20T10:50:55.514Z] DONE 9 tests in 2.478s [2022-04-20T10:50:55.514Z] INFO: make.ps1 ended at 04/20/2022 10:50:55 [2022-04-20T10:50:55.514Z] INFO: Integration CLI tests being run from the host: [2022-04-20T10:50:55.514Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-04-20T10:50:55.774Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-04-20T10:50:56.711Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-04-20T10:50:58.088Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-04-20T10:50:58.346Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-04-20T10:50:59.285Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-04-20T10:51:00.661Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-04-20T10:51:00.661Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-04-20T10:51:01.115Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-20T10:51:02.564Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-04-20T10:51:02.823Z] docker_cli_swarm_test.go:1895: [dbacd1bb417e2] joining swarm manager [d918bfda2fbd2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:51:03.758Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-04-20T10:51:04.323Z] docker_cli_swarm_test.go:1896: [d540f4bda6c18] joining swarm manager [d918bfda2fbd2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:51:05.697Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-04-20T10:51:07.071Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-04-20T10:51:08.044Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-20T10:51:08.044Z] INFO: Testing against a local daemon [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-20T10:51:08.044Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-20T10:51:08.044Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-20T10:51:08.044Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-20T10:51:08.449Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-20T10:51:09.034Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-20T10:51:09.503Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-20T10:51:10.493Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-20T10:51:10.493Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-20T10:51:13.628Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-20T10:51:23.334Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-04-20T10:51:23.334Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-20T10:51:23.334Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-20T10:51:23.334Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-20T10:51:23.901Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-20T10:51:23.901Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-20T10:51:24.070Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-20T10:51:24.159Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-20T10:51:24.159Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-20T10:51:24.726Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-20T10:51:24.726Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-20T10:51:25.295Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-20T10:51:25.295Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-20T10:51:25.553Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-20T10:51:25.553Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-20T10:51:25.553Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-20T10:51:26.928Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-20T10:51:26.928Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-20T10:51:27.185Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-20T10:51:27.185Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-20T10:51:27.185Z] === RUN TestDockerSuite/TestVolumeEvents [2022-04-20T10:51:30.464Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-04-20T10:51:32.365Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-04-20T10:51:32.623Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-20T10:51:34.524Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-20T10:51:34.524Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-20T10:51:34.524Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-20T10:51:36.269Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-20T10:51:36.269Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-20T10:51:36.425Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-20T10:51:36.731Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-20T10:51:36.731Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-20T10:51:37.190Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-20T10:51:38.957Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-20T10:51:38.957Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite (1313.29s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.90s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.56s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.35s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.87s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.06s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.36s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.57s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.13s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.98s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.76s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.72s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.85s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.57s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.87s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.61s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAttachDetach (0.75s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.86s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.96s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.02s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.22s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.62s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.73s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.99s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.82s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.40s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.41s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.56s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.48s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.17s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.65s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.98s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.04s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.31s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.03s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.42s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.78s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.18s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.82s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.22s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.27s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.85s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.14s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.04s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.57s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.42s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.28s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.72s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.71s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.72s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.65s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.07s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.95s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.37s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.85s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.04s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.77s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.43s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.08s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.03s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.11s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.27s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.22s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.29s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.09s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.89s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.56s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.72s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.36s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.57s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.97s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.20s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.28s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.65s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.43s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCmd (0.41s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.32s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.26s) [2022-04-20T10:51:38.958Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.98s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.88s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.66s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.25s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.68s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.36s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.18s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.07s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.57s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.63s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.93s) [2022-04-20T10:51:38.958Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-04-20T10:51:38.958Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-20T10:51:38.958Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-20T10:51:38.958Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.50s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.39s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.22s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.30s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.35s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.62s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.56s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.27s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.17s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.28s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.24s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.45s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.49s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.26s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.13s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.54s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.09s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.30s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.95s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.06s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.99s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.62s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.46s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.00s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.36s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.55s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.76s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.79s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnv (1.46s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.48s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.16s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.07s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.35s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.20s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.90s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.91s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.27s) [2022-04-20T10:51:38.958Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.42s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.62s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFails (0.72s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.88s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.54s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.84s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.73s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.38s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.90s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.65s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.30s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.81s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.71s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.29s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildHistory (4.35s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.60s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.68s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.63s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.56s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.81s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLabel (0.45s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.42s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLabels (0.50s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.13s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.72s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.79s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.38s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.01s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.23s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.23s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.39s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.48s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.73s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.85s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.87s) [2022-04-20T10:51:38.958Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.68s) [2022-04-20T10:51:38.958Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.38s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.34s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.40s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.39s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.60s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.37s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.65s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.57s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.12s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.32s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.29s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.44s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.45s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.63s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.93s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.90s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.34s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.98s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.02s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.38s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.71s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildPATH (1.43s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.52s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.58s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.43s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.08s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.68s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildRm (2.72s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.90s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.07s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.38s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.51s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.84s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.84s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.81s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.96s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.34s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.60s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.04s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildStderr (0.76s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.14s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.77s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.77s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.47s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.80s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.87s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildUser (1.35s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.41s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.44s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.70s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.74s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.62s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.87s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.11s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.56s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.59s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.72s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.08s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.37s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.35s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.45s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.53s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.60s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.21s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.27s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.70s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitTTY (1.10s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.75s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.32s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.67s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.12s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.15s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.56s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.57s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.52s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.53s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.60s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.58s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.68s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.58s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.58s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.36s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.63s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.49s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.56s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.68s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.47s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.48s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.52s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.58s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.55s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.10s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.45s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.84s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.50s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.85s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.95s) [2022-04-20T10:51:38.959Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.45s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.68s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.77s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.38s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.51s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.26s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.05s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.46s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.41s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.52s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.62s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.41s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d53788_} (1.42s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13771469611_/foo_false____} (1.44s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13771469611_/foo_true____} (1.46s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3758300860_/foo_false____} (1.42s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3758300860_/foo_true____} (1.39s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3758300860_/foo_true__0xc000d537b8__} (1.56s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d537d0_} (0.62s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d537e8_} (1.44s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d53800_} (1.42s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d53818_} (1.44s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.96s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.71s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.18s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.11s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.01s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.65s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.80s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.54s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.50s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.51s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.50s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.60s) [2022-04-20T10:51:38.959Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.59s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.57s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.57s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.63s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.64s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.79s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.87s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.69s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.76s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.61s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.18s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.80s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.76s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.10s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.81s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.04s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.31s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.09s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.65s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.31s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.23s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.60s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.28s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.65s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToDot (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.87s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.88s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToStdout (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.80s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.55s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.83s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.36s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.67s) [2022-04-20T10:51:38.960Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.47s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-04-20T10:51:38.960Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.74s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.71s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.45s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.88s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.50s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.92s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.92s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.49s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.44s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.74s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.72s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.17s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.69s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.95s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.68s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.89s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsAttach (0.87s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsCommit (0.95s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.72s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.55s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.75s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.74s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.29s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.94s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsCopy (1.07s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.67s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.50s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.49s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.09s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.47s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.60s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFilters (1.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFormat (1.18s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.86s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.37s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.77s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-04-20T10:51:38.960Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-20T10:51:38.960Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.94s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.49s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsRename (0.66s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsResize (0.69s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.43s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.50s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.72s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsTop (0.53s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.84s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExec (0.67s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.73s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.48s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.14s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.57s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.53s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.56s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.99s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecCgroup (1.03s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecEnv (0.65s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecInspectID (1.64s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecInteractive (0.52s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.75s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecParseError (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.68s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.28s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.58s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.82s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.64s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecTTY (0.66s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.68s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.97s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecUlimits (0.76s) [2022-04-20T10:51:38.960Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.24s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.54s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestExecWithUser (0.65s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.60s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.45s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.52s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.53s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.50s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestHealth (19.14s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.58s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.66s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.50s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImportDisplay (1.23s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImportFile (1.48s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.38s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImportGzipped (1.89s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.57s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.53s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.50s) [2022-04-20T10:51:38.960Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.48s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.24s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s) [2022-04-20T10:51:38.961Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.71s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T10:51:38.961Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.04s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.54s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectStatus (0.57s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.97s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.49s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.49s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.05s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.01s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.25s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.07s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.43s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.38s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.84s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.43s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.07s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.46s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.54s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.69s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.72s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.76s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.05s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.21s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.05s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.13s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.17s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.91s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsSince (6.51s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.67s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.64s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsTail (0.53s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.44s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.46s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestNetHostname (1.28s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.55s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.30s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.55s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPluginActive (2.07s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.37s) [2022-04-20T10:51:38.961Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.28s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.09s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.84s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.60s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.59s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.70s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.11s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.26s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPortList (6.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.93s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.06s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.49s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.48s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.48s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.91s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.94s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.90s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsByOrder (1.90s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.70s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.50s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.06s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.19s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.63s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.84s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.41s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.96s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.01s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.59s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.44s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.58s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.69s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.85s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2022-04-20T10:51:38.961Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.16s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.89s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.52s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.01s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.03s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.99s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.39s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.02s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.90s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.20s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.05s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.16s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.45s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.74s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.60s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.63s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.13s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.47s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.67s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.13s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAddHost (0.85s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.41s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.82s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.64s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.35s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.57s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.87s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.55s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.96s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.89s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.60s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.56s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.71s) [2022-04-20T10:51:38.961Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.90s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.03s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.25s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.51s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.55s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.62s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.66s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.49s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.05s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.82s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.62s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.08s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.50s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.06s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.92s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.88s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.42s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.16s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.26s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.48s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.39s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.07s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.69s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.08s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.49s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.14s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.87s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.33s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.15s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.72s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.71s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.20s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.50s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.47s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.43s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.43s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.48s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.55s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.91s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.10s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.59s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.06s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.76s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.95s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.16s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.35s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.15s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.51s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.38s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.38s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.85s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.23s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.19s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.19s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.09s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunMount (4.76s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.67s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.05s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.64s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.59s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.70s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.92s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.34s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.18s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.49s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetHost (0.96s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.67s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.50s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.64s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.81s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.71s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.41s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.42s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.49s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.48s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.43s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.04s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.41s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.41s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.49s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.50s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.48s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.43s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.05s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.96s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunRm (0.68s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.59s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.53s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.41s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.74s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.55s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.59s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.65s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.39s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.40s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.41s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.46s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.47s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.43s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.43s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunState (0.98s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.47s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.47s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunSysctls (0.92s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.45s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.77s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.59s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.65s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.95s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.89s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.54s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.65s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.63s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.50s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.41s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUserByID (0.65s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.62s) [2022-04-20T10:51:38.962Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.67s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.15s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.54s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.84s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.80s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.00s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.83s) [2022-04-20T10:51:38.962Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.67s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.48s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.71s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.50s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.10s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.61s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.57s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.44s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.54s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.44s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.51s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.55s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.51s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.47s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.72s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.09s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.47s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.34s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.90s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.48s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.42s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.47s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.71s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.66s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.78s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.17s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.36s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.28s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.45s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.46s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.62s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.43s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.67s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.66s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.71s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.63s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.93s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.70s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.89s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.91s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.80s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.78s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.55s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartRecordError (1.07s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.20s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.18s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.47s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.56s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.46s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.54s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.74s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.75s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.51s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.46s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.48s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.99s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.88s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.29s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.34s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.65s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.37s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.26s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.35s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.64s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.68s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.95s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.32s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.52s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.61s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.65s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.33s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.37s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.65s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.11s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.09s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.54s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.45s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.46s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.73s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.80s) [2022-04-20T10:51:38.963Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.36s) [2022-04-20T10:51:38.963Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-04-20T10:51:38.963Z] === RUN TestDockerRegistrySuite [2022-04-20T10:51:38.963Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-20T10:51:39.918Z] check_test.go:195: [dca6ca76c6f7f] daemon is not started [2022-04-20T10:51:39.918Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-20T10:51:40.850Z] check_test.go:195: [d1f76e68966e1] daemon is not started [2022-04-20T10:51:40.850Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-20T10:51:42.227Z] check_test.go:195: [d7bd7c9082ca6] daemon is not started [2022-04-20T10:51:42.227Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-20T10:51:42.486Z] check_test.go:195: [d86a8d6a3f7d6] daemon is not started [2022-04-20T10:51:42.486Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T10:51:45.014Z] check_test.go:195: [dbfc2aa3e6ad8] daemon is not started [2022-04-20T10:51:45.014Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T10:51:48.294Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-04-20T10:51:50.194Z] docker_cli_swarm_test.go:1796: [d66e8ba19ec3d] joining swarm manager [dc4adfd4d9b01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:51:50.452Z] check_test.go:195: [dcbdb4f8d12f9] daemon is not started [2022-04-20T10:51:50.452Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-20T10:51:51.827Z] docker_cli_swarm_test.go:1797: [d190b0d514651] joining swarm manager [dc4adfd4d9b01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:51:53.730Z] check_test.go:195: [dc510f5f2019b] daemon is not started [2022-04-20T10:51:53.730Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-20T10:51:54.205Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-20T10:51:54.296Z] check_test.go:195: [d009fdc0acd4d] daemon is not started [2022-04-20T10:51:54.296Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-20T10:51:55.232Z] check_test.go:195: [d109c1c649502] daemon is not started [2022-04-20T10:51:55.232Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-20T10:51:56.166Z] check_test.go:195: [d0c2cfe71e63d] daemon is not started [2022-04-20T10:51:56.166Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-20T10:51:57.540Z] check_test.go:195: [dcd118392c939] daemon is not started [2022-04-20T10:51:57.540Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-20T10:51:58.476Z] check_test.go:195: [d4fb62ef55420] daemon is not started [2022-04-20T10:51:58.476Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-20T10:51:59.410Z] check_test.go:195: [d923abdf3fd9b] daemon is not started [2022-04-20T10:51:59.410Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-20T10:52:00.345Z] check_test.go:195: [ddfbb0b32b95b] daemon is not started [2022-04-20T10:52:00.345Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-20T10:52:00.911Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0bfa3363b7258ddc1df0ea17820a75d74911232ee344630c4b7daad4a2438212 [2022-04-20T10:52:01.845Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6a14f1ee59e6ad50a9441d294f94aa37a56326a7256c5116193e9bc4792b7438 [2022-04-20T10:52:02.103Z] check_test.go:195: [da9463be07eb6] daemon is not started [2022-04-20T10:52:02.103Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-20T10:52:02.341Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-20T10:52:02.341Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-20T10:52:02.341Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-20T10:52:02.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-20T10:52:03.036Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:de8435b4338481053e30cd9f5b6ac870d11297611759cc5a64c51d2bb7f8cf5e [2022-04-20T10:52:03.973Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a2d0c6d03143e6fc8d9ac55849783795c6e30f362b45f8c2bacd95097bb9ec7b [2022-04-20T10:52:03.973Z] check_test.go:195: [d16cbef0da572] daemon is not started [2022-04-20T10:52:04.236Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-20T10:52:05.172Z] check_test.go:195: [dd7b993464511] daemon is not started [2022-04-20T10:52:05.172Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-20T10:52:06.695Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-20T10:52:07.703Z] check_test.go:195: [dd495d8b2af34] daemon is not started [2022-04-20T10:52:07.703Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-20T10:52:08.270Z] check_test.go:195: [de41fe30a1e75] daemon is not started [2022-04-20T10:52:08.270Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-20T10:52:08.270Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-04-20T10:52:08.528Z] check_test.go:195: [d8ed2f440ce06] daemon is not started [2022-04-20T10:52:08.528Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T10:52:09.464Z] check_test.go:195: [db792ef41bc22] daemon is not started [2022-04-20T10:52:09.464Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T10:52:10.839Z] check_test.go:195: [d2b1604335a1a] daemon is not started [2022-04-20T10:52:10.839Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T10:52:10.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-20T10:52:10.896Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-20T10:52:11.405Z] check_test.go:195: [d66475b488ac6] daemon is not started [2022-04-20T10:52:11.405Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-20T10:52:12.427Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-20T10:52:13.933Z] check_test.go:195: [d5ae0e1bc80e8] daemon is not started [2022-04-20T10:52:13.933Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-20T10:52:14.191Z] check_test.go:195: [d8e123702cc47] daemon is not started [2022-04-20T10:52:14.191Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-20T10:52:15.565Z] check_test.go:195: [dea9b4d61ce94] daemon is not started [2022-04-20T10:52:15.565Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-20T10:52:15.565Z] check_test.go:195: [db126979ef201] daemon is not started [2022-04-20T10:52:15.565Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-20T10:52:15.824Z] check_test.go:195: [da3a51f24b955] daemon is not started [2022-04-20T10:52:15.824Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-20T10:52:16.082Z] check_test.go:195: [d613353957dde] daemon is not started [2022-04-20T10:52:16.082Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-20T10:52:16.082Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-04-20T10:52:16.343Z] check_test.go:195: [d0abd7c28a8dc] daemon is not started [2022-04-20T10:52:16.343Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-20T10:52:16.909Z] check_test.go:195: [d9d1ab79ac141] daemon is not started [2022-04-20T10:52:16.909Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-20T10:52:16.909Z] check_test.go:195: [df9dc60d7c791] daemon is not started [2022-04-20T10:52:16.909Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-20T10:52:17.114Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-20T10:52:18.284Z] check_test.go:195: [d341b78d2bbde] daemon is not started [2022-04-20T10:52:18.284Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-20T10:52:18.542Z] docker_cli_swarm_test.go:1315: [dce2b2242134b] joining swarm manager [d6c92134287dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:52:19.478Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-20T10:52:19.916Z] docker_cli_swarm_test.go:1316: [df4c6523c3e2e] joining swarm manager [d6c92134287dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:52:19.916Z] check_test.go:195: [dbc0dd47e6a41] daemon is not started [2022-04-20T10:52:19.916Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-20T10:52:20.850Z] check_test.go:195: [d1ac49fa9a1e8] daemon is not started [2022-04-20T10:52:20.850Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-20T10:52:21.784Z] check_test.go:195: [de823a111f4ee] daemon is not started [2022-04-20T10:52:21.784Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-20T10:52:22.718Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite (44.79s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.02s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.34s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.62s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.44s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.89s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.00s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.03s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.10s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.91s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.92s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.79s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.12s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.21s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.17s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.06s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.16s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.36s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.00s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.38s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.41s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.28s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.65s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.92s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.02s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-04-20T10:52:23.652Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2022-04-20T10:52:23.652Z] === RUN TestDockerSchema1RegistrySuite [2022-04-20T10:52:23.652Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-20T10:52:23.652Z] check_test.go:222: [d601b377dfe15] daemon is not started [2022-04-20T10:52:23.652Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T10:52:26.937Z] check_test.go:222: [d2f04b8b175da] daemon is not started [2022-04-20T10:52:26.937Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T10:52:31.127Z] check_test.go:222: [d09c6d5e4b23c] daemon is not started [2022-04-20T10:52:31.127Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-20T10:52:31.852Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-20T10:52:32.065Z] check_test.go:222: [ddde547211566] daemon is not started [2022-04-20T10:52:32.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-20T10:52:32.324Z] check_test.go:222: [d66aa056a3244] daemon is not started [2022-04-20T10:52:32.324Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T10:52:33.259Z] check_test.go:222: [d856bb8eaadc1] daemon is not started [2022-04-20T10:52:33.259Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T10:52:34.194Z] check_test.go:222: [d2821b2350e63] daemon is not started [2022-04-20T10:52:34.194Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T10:52:35.129Z] check_test.go:222: [d240ab6a4f1a6] daemon is not started [2022-04-20T10:52:35.129Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-20T10:52:37.687Z] check_test.go:222: [d60d9ad2981ce] daemon is not started [2022-04-20T10:52:37.687Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-20T10:52:37.946Z] check_test.go:222: [d075944c7c70b] daemon is not started [2022-04-20T10:52:37.946Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-20T10:52:38.204Z] check_test.go:222: [dacb699fdf61b] daemon is not started [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite (14.73s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.79s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.52s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.07s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.05s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.94s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.33s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-04-20T10:52:38.204Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-04-20T10:52:38.204Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-20T10:52:38.204Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-20T10:52:39.139Z] check_test.go:251: [d9cacc84464a8] daemon is not started [2022-04-20T10:52:39.139Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-20T10:52:39.704Z] check_test.go:251: [dbe53ec4c7739] daemon is not started [2022-04-20T10:52:39.705Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-20T10:52:39.705Z] check_test.go:251: [dc37784f3d4b1] daemon is not started [2022-04-20T10:52:39.705Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-20T10:52:41.078Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-20T10:52:41.645Z] check_test.go:251: [d92cd51434a96] daemon is not started [2022-04-20T10:52:41.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-20T10:52:41.904Z] check_test.go:251: [d367dc15b1584] daemon is not started [2022-04-20T10:52:41.904Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-20T10:52:42.161Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-20T10:52:42.161Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-20T10:52:42.161Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-20T10:52:42.839Z] check_test.go:251: [d5a8ba2014f8e] daemon is not started [2022-04-20T10:52:42.839Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-20T10:52:43.097Z] check_test.go:251: [db1f2f1cc109f] daemon is not started [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.73s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.61s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-04-20T10:52:43.097Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-04-20T10:52:43.097Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-20T10:52:43.097Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-20T10:52:47.948Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-20T10:52:47.948Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-20T10:52:48.357Z] check_test.go:278: [dc964e45618c3] daemon is not started [2022-04-20T10:52:48.357Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-20T10:52:48.357Z] check_test.go:278: [ddb546d237b11] daemon is not started [2022-04-20T10:52:48.357Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-20T10:52:48.357Z] check_test.go:278: [dfea6ecd46998] daemon is not started [2022-04-20T10:52:48.357Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-20T10:52:48.404Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-20T10:52:48.404Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-20T10:52:48.404Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-20T10:52:48.615Z] check_test.go:278: [dfb376a21e4de] daemon is not started [2022-04-20T10:52:48.615Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-20T10:52:48.873Z] check_test.go:278: [db9b2d967e154] daemon is not started [2022-04-20T10:52:48.873Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-04-20T10:52:48.873Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-04-20T10:52:48.873Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-04-20T10:52:48.873Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-04-20T10:52:48.873Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-04-20T10:52:48.873Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-04-20T10:52:48.873Z] === RUN TestDockerNetworkSuite [2022-04-20T10:52:48.873Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-04-20T10:52:49.806Z] docker_cli_network_unix_test.go:46: [d770606ccd392] daemon is not started [2022-04-20T10:52:49.806Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-04-20T10:52:50.373Z] docker_cli_network_unix_test.go:46: [d13c1317ff659] daemon is not started [2022-04-20T10:52:50.631Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-04-20T10:52:53.163Z] docker_cli_network_unix_test.go:46: [d70800a7fb19a] daemon is not started [2022-04-20T10:52:53.163Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-04-20T10:52:54.537Z] docker_cli_network_unix_test.go:46: [d220e4b26ead9] daemon is not started [2022-04-20T10:52:54.795Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-04-20T10:52:54.795Z] docker_cli_network_unix_test.go:1233: [d12e04eadb243] daemon is not started [2022-04-20T10:52:56.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-20T10:52:56.949Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-20T10:52:56.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-20T10:52:56.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-20T10:52:56.949Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-20T10:52:56.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-20T10:52:56.949Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-20T10:52:56.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-20T10:52:57.334Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-04-20T10:52:58.290Z] docker_cli_network_unix_test.go:46: [d48e0032f08d4] daemon is not started [2022-04-20T10:52:58.855Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-04-20T10:53:03.042Z] docker_cli_network_unix_test.go:46: [d6619969200e9] daemon is not started [2022-04-20T10:53:03.986Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-04-20T10:53:05.885Z] docker_cli_network_unix_test.go:46: [dfcdc52047d12] daemon is not started [2022-04-20T10:53:06.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-04-20T10:53:07.079Z] docker_cli_network_unix_test.go:46: [dcbc5d923835c] daemon is not started [2022-04-20T10:53:07.337Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-04-20T10:53:07.903Z] docker_cli_network_unix_test.go:46: [d44a9e9723270] daemon is not started [2022-04-20T10:53:07.903Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-04-20T10:53:08.162Z] docker_cli_network_unix_test.go:46: [d226f4a6def0c] daemon is not started [2022-04-20T10:53:08.421Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-04-20T10:53:08.680Z] docker_cli_network_unix_test.go:46: [d3f50fca9216e] daemon is not started [2022-04-20T10:53:09.246Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-04-20T10:53:09.812Z] docker_cli_network_unix_test.go:46: [da4218167bb6b] daemon is not started [2022-04-20T10:53:10.070Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-04-20T10:53:10.328Z] docker_cli_network_unix_test.go:46: [d73a36be51801] daemon is not started [2022-04-20T10:53:10.328Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-04-20T10:53:10.587Z] docker_cli_network_unix_test.go:46: [dca3f330b0923] daemon is not started [2022-04-20T10:53:10.587Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-04-20T10:53:11.155Z] docker_cli_network_unix_test.go:46: [d45ff466ef28d] daemon is not started [2022-04-20T10:53:11.414Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-04-20T10:53:11.673Z] docker_cli_network_unix_test.go:46: [d943fd881303e] daemon is not started [2022-04-20T10:53:11.673Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-04-20T10:53:11.673Z] docker_cli_network_unix_test.go:46: [d40c54c282d64] daemon is not started [2022-04-20T10:53:11.673Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-04-20T10:53:11.673Z] docker_cli_network_unix_test.go:46: [d4c6295fdbcbf] daemon is not started [2022-04-20T10:53:11.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-04-20T10:53:12.499Z] docker_cli_network_unix_test.go:46: [d1a62c49b2806] daemon is not started [2022-04-20T10:53:12.499Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-04-20T10:53:13.065Z] docker_cli_network_unix_test.go:46: [d6ec95ff5a6cb] daemon is not started [2022-04-20T10:53:13.632Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-04-20T10:53:13.632Z] docker_cli_network_unix_test.go:46: [d84019e80d380] daemon is not started [2022-04-20T10:53:13.632Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-04-20T10:53:13.632Z] docker_cli_network_unix_test.go:46: [d54235caeb756] daemon is not started [2022-04-20T10:53:13.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-04-20T10:53:13.891Z] docker_cli_network_unix_test.go:46: [d482fdd0e9d50] daemon is not started [2022-04-20T10:53:13.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-04-20T10:53:15.280Z] docker_cli_network_unix_test.go:968: [dfb426e5e23c1] daemon is not started [2022-04-20T10:53:16.221Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-04-20T10:53:17.155Z] docker_cli_network_unix_test.go:46: [dfd3cc5c93601] daemon is not started [2022-04-20T10:53:17.412Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-04-20T10:53:19.940Z] docker_cli_network_unix_test.go:1116: [d63a6e065ef4f] daemon is not started [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-20T10:53:22.453Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-20T10:53:22.453Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-20T10:53:22.453Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-20T10:53:22.453Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-20T10:53:22.453Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-20T10:53:22.453Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-20T10:53:22.453Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-20T10:53:22.453Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-20T10:53:22.453Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-20T10:53:23.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-04-20T10:53:23.225Z] docker_cli_network_unix_test.go:46: [d4be507f473b6] daemon is not started [2022-04-20T10:53:23.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-04-20T10:53:23.445Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-20T10:53:23.445Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T10:53:23.445Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-20T10:53:23.445Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-20T10:53:23.445Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-20T10:53:23.790Z] docker_cli_network_unix_test.go:46: [d0690e88ab63f] daemon is not started [2022-04-20T10:53:23.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-04-20T10:53:23.791Z] docker_cli_network_unix_test.go:46: [d645d7b0e40c6] daemon is not started [2022-04-20T10:53:23.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-04-20T10:53:23.791Z] docker_cli_network_unix_test.go:46: [d9b2dbf8a005e] daemon is not started [2022-04-20T10:53:23.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-04-20T10:53:24.049Z] docker_cli_network_unix_test.go:46: [d954d9957e12f] daemon is not started [2022-04-20T10:53:24.049Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-04-20T10:53:24.307Z] docker_cli_network_unix_test.go:46: [db6d5022ed2ff] daemon is not started [2022-04-20T10:53:24.307Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-04-20T10:53:24.307Z] docker_cli_network_unix_test.go:46: [dc0f9edf5672f] daemon is not started [2022-04-20T10:53:24.307Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-04-20T10:53:25.683Z] docker_cli_network_unix_test.go:46: [d9bf9973dc342] daemon is not started [2022-04-20T10:53:26.619Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-04-20T10:53:26.619Z] docker_cli_network_unix_test.go:46: [d8bdb2421cb0b] daemon is not started [2022-04-20T10:53:26.619Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-04-20T10:53:26.619Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-04-20T10:53:26.619Z] docker_cli_network_unix_test.go:46: [da07560c186f3] daemon is not started [2022-04-20T10:53:26.619Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-04-20T10:53:27.185Z] docker_cli_network_unix_test.go:46: [def28c4b724b6] daemon is not started [2022-04-20T10:53:27.258Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-20T10:53:27.442Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-04-20T10:53:30.227Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-20T10:53:30.227Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-20T10:53:30.227Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-20T10:53:30.227Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-20T10:53:30.227Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-20T10:53:30.227Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-20T10:53:30.227Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-20T10:53:30.227Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-20T10:53:30.227Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-20T10:53:30.722Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-04-20T10:53:31.296Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-04-20T10:53:32.230Z] docker_cli_network_unix_test.go:1084: [d34ee0d966e80] daemon is not started [2022-04-20T10:53:32.619Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-20T10:53:33.581Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-20T10:53:33.581Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-20T10:53:34.177Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-20T10:53:34.177Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-20T10:53:34.177Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-20T10:53:34.177Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-20T10:53:34.177Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-20T10:53:34.545Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-20T10:53:34.545Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T10:53:34.762Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-04-20T10:53:34.762Z] docker_cli_network_unix_test.go:46: [d86c29764f935] daemon is not started [2022-04-20T10:53:34.762Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-04-20T10:53:35.002Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-20T10:53:35.336Z] docker_cli_network_unix_test.go:46: [db555b61f93d4] daemon is not started [2022-04-20T10:53:35.595Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-04-20T10:53:35.595Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-04-20T10:53:36.533Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-20T10:53:36.533Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-20T10:53:36.970Z] docker_cli_network_unix_test.go:46: [d83b00c70d0b7] daemon is not started [2022-04-20T10:53:36.990Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-20T10:53:37.538Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-04-20T10:53:37.538Z] docker_cli_network_unix_test.go:46: [d8494ff7a823d] daemon is not started [2022-04-20T10:53:37.538Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-04-20T10:53:38.105Z] docker_cli_network_unix_test.go:46: [d167869c218e5] daemon is not started [2022-04-20T10:53:38.363Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-04-20T10:53:38.929Z] docker_cli_network_unix_test.go:46: [dfe511be6cf47] daemon is not started [2022-04-20T10:53:39.250Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-04-20T10:53:40.184Z] docker_cli_network_unix_test.go:46: [d1dc0e59c0f9e] daemon is not started [2022-04-20T10:53:40.750Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-04-20T10:53:42.123Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-04-20T10:53:42.767Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-20T10:53:42.848Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-20T10:53:43.400Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-20T10:53:43.400Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-20T10:53:43.400Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-20T10:53:43.400Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-20T10:53:44.298Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-20T10:53:44.298Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-20T10:53:44.298Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-20T10:53:44.298Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-20T10:53:44.298Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-20T10:53:46.471Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-20T10:53:47.388Z] docker_cli_network_unix_test.go:46: [d0290fbc075de] daemon is not started [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite (58.22s) [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.05s) [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s) [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.76s) [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.48s) [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s) [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.47s) [2022-04-20T10:53:47.388Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.15s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.26s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.10s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.58s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.47s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.91s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.90s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.98s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.30s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.11s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.37s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.82s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.38s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-04-20T10:53:47.389Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.36s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.64s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.20s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.70s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.11s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.97s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.63s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.53s) [2022-04-20T10:53:47.389Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.38s) [2022-04-20T10:53:47.389Z] === RUN TestDockerHubPullSuite [2022-04-20T10:53:47.389Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-04-20T10:53:47.435Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-20T10:53:47.892Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-20T10:53:48.166Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-20T10:53:48.762Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-04-20T10:53:48.858Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-20T10:53:49.319Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-20T10:53:49.694Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-04-20T10:53:51.065Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-04-20T10:53:51.630Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-04-20T10:53:51.887Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-04-20T10:53:51.953Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-20T10:53:53.260Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-04-20T10:53:53.519Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-04-20T10:53:53.520Z] --- PASS: TestDockerHubPullSuite (6.58s) [2022-04-20T10:53:53.520Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.78s) [2022-04-20T10:53:53.520Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.24s) [2022-04-20T10:53:53.520Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.71s) [2022-04-20T10:53:53.520Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.48s) [2022-04-20T10:53:53.520Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.27s) [2022-04-20T10:53:53.520Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) [2022-04-20T10:53:53.520Z] PASS [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === Skipped [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-20T10:53:53.520Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-20T10:53:53.520Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-04-20T10:53:53.520Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-04-20T10:53:53.520Z] docker_cli_network_unix_test.go:46: [da07560c186f3] daemon is not started [2022-04-20T10:53:53.520Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] DONE 1265 tests, 51 skipped in 1453.198s [2022-04-20T10:53:53.520Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-20T10:53:53.520Z] ++++ cat bundles/test-integration/docker.pid [2022-04-20T10:53:53.520Z] +++ kill 9370 [2022-04-20T10:53:53.520Z] +++ /etc/init.d/apparmor stop [2022-04-20T10:53:53.520Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] Unloading profiles will leave already running processes permanently [2022-04-20T10:53:53.520Z] unconfined, which can lead to unexpected situations. [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:53.520Z] To set a process to complain mode, use the command line tool [2022-04-20T10:53:53.520Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-20T10:53:53.520Z] +++ true [2022-04-20T10:53:53.520Z] exiting test-integration [2022-04-20T10:53:53.520Z] ++ exit 0 [2022-04-20T10:53:53.520Z] [2022-04-20T10:53:54.086Z] + for job in $(jobs -p) [2022-04-20T10:53:54.086Z] + wait 1255 [2022-04-20T10:53:56.614Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-04-20T10:53:56.714Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-20T10:53:56.714Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-20T10:53:56.714Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-20T10:53:56.714Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-20T10:53:57.183Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-20T10:53:57.183Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-20T10:53:57.183Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-20T10:53:57.183Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-20T10:53:57.183Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-20T10:53:57.183Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-20T10:53:57.183Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-20T10:53:57.881Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-20T10:53:58.516Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-04-20T10:53:59.412Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-20T10:53:59.412Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-20T10:53:59.412Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-20T10:54:00.980Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-20T10:54:00.980Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-20T10:54:00.980Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-20T10:54:01.935Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-20T10:54:01.935Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T10:54:01.935Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-20T10:54:01.935Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T10:54:01.935Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-20T10:54:01.935Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T10:54:01.935Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-20T10:54:01.964Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-20T10:54:02.405Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-20T10:54:02.696Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-04-20T10:54:02.697Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-04-20T10:54:02.697Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-04-20T10:54:04.865Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-20T10:54:06.396Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-20T10:54:06.853Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-20T10:54:06.853Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-20T10:54:06.853Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-20T10:54:07.159Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-20T10:54:07.819Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-20T10:54:07.977Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-04-20T10:54:07.977Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-04-20T10:54:08.547Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-04-20T10:54:08.786Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-20T10:54:08.786Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-20T10:54:08.786Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-20T10:54:08.786Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-20T10:54:08.786Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-20T10:54:11.077Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-04-20T10:54:15.834Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-20T10:54:22.103Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-20T10:54:22.572Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-20T10:54:22.572Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-20T10:54:22.572Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-20T10:54:22.572Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-20T10:54:22.572Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-20T10:54:22.572Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-20T10:54:22.572Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-20T10:54:22.572Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-20T10:54:22.572Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-20T10:54:22.572Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-20T10:54:22.572Z] === RUN TestDockerSuite/TestBuildFails [2022-04-20T10:54:25.527Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-20T10:54:25.527Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-20T10:54:32.685Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-20T10:54:39.848Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-20T10:54:47.007Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-20T10:54:54.161Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-20T10:54:54.631Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-20T10:55:00.498Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-20T10:55:00.498Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-20T10:55:00.498Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-20T10:55:00.966Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-20T10:55:01.954Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-20T10:55:01.954Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-20T10:55:01.954Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-20T10:55:06.506Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-20T10:55:06.506Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-20T10:55:06.506Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-20T10:55:07.278Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-04-20T10:55:07.278Z] docker_cli_swarm_test.go:1180: [d9d4f568106a5] joining swarm manager [dcc5911e7249c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:55:09.411Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-20T10:55:09.412Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-20T10:55:09.412Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-20T10:55:09.412Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-20T10:55:09.875Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-20T10:55:09.875Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-20T10:55:09.875Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-20T10:55:10.840Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-20T10:55:10.840Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-20T10:55:10.840Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-20T10:55:12.387Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-20T10:55:12.387Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T10:55:12.387Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-20T10:55:12.536Z] docker_cli_swarm_test.go:1189: [d5f6b88bba9e9] joining swarm manager [dcc5911e7249c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:55:24.888Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-20T10:55:24.888Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-20T10:55:26.454Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-20T10:55:26.454Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-20T10:55:26.454Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-20T10:55:27.439Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-20T10:55:27.439Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-20T10:55:32.192Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-20T10:55:33.178Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-20T10:55:34.164Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-20T10:55:35.151Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-20T10:55:35.619Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-20T10:55:36.603Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-20T10:55:38.822Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-20T10:55:44.695Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-20T10:55:44.695Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-20T10:55:44.695Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-20T10:55:44.695Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-20T10:55:44.695Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-20T10:55:45.164Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-20T10:55:45.164Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-20T10:55:45.164Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-20T10:55:45.164Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-20T10:55:46.152Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-20T10:55:46.494Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-20T10:55:46.494Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-20T10:55:46.494Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-20T10:55:46.494Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-20T10:55:46.619Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-20T10:55:51.246Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-04-20T10:55:52.500Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-20T10:55:57.800Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-04-20T10:56:01.982Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-04-20T10:56:03.356Z] docker_cli_swarm_test.go:1112: [d7773b47f0ce7] joining swarm manager [d09c709ff05a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:56:04.727Z] docker_cli_swarm_test.go:1113: [d2b798c8ab5d5] joining swarm manager [d09c709ff05a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:56:07.568Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-20T10:56:08.024Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-20T10:56:08.988Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-20T10:56:10.025Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-20T10:56:10.025Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-20T10:56:10.025Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-20T10:56:10.310Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-20T10:56:10.310Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-20T10:56:10.310Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-20T10:56:11.874Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-20T10:56:14.777Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-20T10:56:15.922Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-20T10:56:15.922Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-20T10:56:18.505Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-20T10:56:21.806Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-20T10:56:22.280Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-20T10:56:22.280Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-20T10:56:22.280Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-20T10:56:22.280Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-20T10:56:22.749Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-20T10:56:22.749Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-20T10:56:22.749Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-20T10:56:22.749Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-20T10:56:23.208Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-20T10:56:24.326Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-20T10:56:28.135Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-20T10:56:30.371Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-20T10:56:30.371Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-20T10:56:30.371Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-20T10:56:30.371Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-20T10:56:30.371Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-20T10:56:30.371Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-20T10:56:34.175Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-20T10:56:47.733Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-20T10:56:49.168Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-20T10:56:59.614Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-20T10:57:00.982Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-20T10:57:00.982Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-20T10:57:00.982Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-20T10:57:04.781Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-20T10:57:05.556Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-20T10:57:07.007Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-20T10:57:10.307Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-20T10:57:17.470Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-20T10:57:19.510Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-20T10:57:19.510Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-20T10:57:19.510Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-20T10:57:19.510Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-20T10:57:19.510Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-20T10:57:19.510Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-20T10:57:19.510Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-20T10:57:19.510Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-20T10:57:19.510Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-20T10:57:19.510Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-20T10:57:23.339Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-20T10:57:26.155Z] docker_cli_swarm_test.go:1166: [dd619c098cc32] joining swarm manager [d09c709ff05a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-20T10:57:35.275Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-20T10:57:35.275Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-20T10:57:35.275Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-20T10:57:35.275Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-20T10:57:41.157Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-20T10:57:41.157Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-20T10:57:41.157Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-20T10:57:49.820Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-20T10:57:50.289Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-20T10:57:50.289Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-20T10:57:50.289Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-20T10:57:50.289Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-20T10:57:50.289Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-20T10:57:54.091Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-20T10:57:58.855Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-20T10:58:01.806Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-20T10:58:01.806Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-20T10:58:01.806Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-20T10:58:04.756Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-20T10:58:04.847Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-04-20T10:58:04.847Z] docker_cli_swarm_test.go:1447: [ddb630a13e48c] joining swarm manager [d5739d27aae2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:58:04.847Z] docker_cli_swarm_test.go:1448: [da02cf233e1b7] joining swarm manager [d5739d27aae2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-20T10:58:05.742Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-20T10:58:07.306Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-20T10:58:14.814Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-04-20T10:58:15.747Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-04-20T10:58:15.748Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-04-20T10:58:16.038Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-04-20T10:58:16.038Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-04-20T10:58:16.604Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-04-20T10:58:17.732Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-20T10:58:18.717Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-20T10:58:19.130Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-04-20T10:58:22.409Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-04-20T10:58:24.307Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-04-20T10:58:26.204Z] docker_cli_swarm_unix_test.go:63: [d2a5b3a5430fd] joining swarm manager [d6956d8066a94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:58:29.141Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-20T10:58:31.837Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-20T10:58:31.837Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-20T10:58:31.837Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-20T10:58:31.837Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-20T10:58:31.837Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-20T10:58:33.892Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-20T10:58:42.563Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-20T10:58:47.457Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-20T10:58:47.457Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-20T10:58:47.457Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-20T10:58:48.432Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-20T10:58:49.667Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-20T10:58:49.667Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-20T10:58:49.667Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-20T10:58:49.667Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-20T10:58:52.225Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-20T10:58:53.790Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-20T10:58:53.790Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-20T10:58:53.790Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-20T10:58:53.790Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-20T10:58:53.790Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-20T10:58:56.004Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-20T10:58:56.004Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-20T10:58:56.004Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-20T10:58:58.345Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-20T10:58:58.345Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-20T10:58:59.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-20T10:59:05.242Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-20T10:59:12.585Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-20T10:59:17.748Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-20T10:59:22.410Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-04-20T10:59:22.410Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-04-20T10:59:22.410Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-04-20T10:59:24.328Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-04-20T10:59:24.938Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-20T10:59:26.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-20T10:59:26.418Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-20T10:59:26.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-20T10:59:27.609Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-04-20T10:59:29.508Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-04-20T10:59:32.038Z] docker_api_swarm_test.go:962: [d9cf12b77a7f5] joining swarm manager [dd87d1a79171c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-20T10:59:33.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-20T10:59:33.604Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-20T10:59:33.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-20T10:59:33.604Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-20T10:59:33.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-20T10:59:39.814Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-20T10:59:42.284Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-20T10:59:42.284Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-20T10:59:42.284Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-20T10:59:42.284Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-20T10:59:42.284Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-20T10:59:42.284Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-20T10:59:42.284Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-20T10:59:42.284Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-20T10:59:46.874Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-20T10:59:50.111Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-04-20T11:00:01.809Z] === RUN TestDockerSuite/TestBuildRm [2022-04-20T11:00:02.302Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-04-20T11:00:03.262Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-04-20T11:00:05.794Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-04-20T11:00:08.466Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-04-20T11:00:15.490Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-20T11:00:16.576Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-04-20T11:00:16.815Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-20T11:00:18.383Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-20T11:00:18.383Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-20T11:00:18.852Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-20T11:00:18.852Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-20T11:00:19.321Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-20T11:00:19.856Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-04-20T11:00:20.887Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-20T11:00:22.386Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-04-20T11:00:24.915Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-04-20T11:00:25.021Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-20T11:00:25.645Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-20T11:00:27.445Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-04-20T11:00:27.860Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-20T11:00:29.437Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-20T11:00:29.784Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-20T11:00:29.784Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-20T11:00:29.973Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-04-20T11:00:30.772Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-20T11:00:30.772Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:00:31.241Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-20T11:00:32.823Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-20T11:00:32.823Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-20T11:00:33.257Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-04-20T11:00:33.292Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-20T11:00:34.197Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-20T11:00:35.155Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-04-20T11:00:39.166Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-20T11:00:40.734Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-20T11:00:40.734Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-20T11:00:40.734Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-20T11:00:40.734Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-20T11:00:40.734Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-20T11:00:42.310Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-20T11:00:42.652Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-20T11:00:43.879Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-20T11:00:44.867Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-20T11:00:45.336Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-20T11:00:46.324Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-20T11:00:52.008Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-20T11:00:52.997Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-20T11:00:53.472Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-20T11:00:53.500Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-20T11:00:55.723Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-20T11:00:55.723Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-20T11:00:55.723Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-20T11:00:57.291Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-20T11:00:57.291Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-20T11:00:57.291Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-20T11:00:57.760Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-20T11:01:00.723Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-20T11:01:01.713Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-20T11:01:02.184Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-20T11:01:02.184Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-20T11:01:02.184Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-20T11:01:03.757Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-20T11:01:03.906Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-20T11:01:03.906Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-20T11:01:04.227Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-20T11:01:04.227Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-20T11:01:04.227Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-20T11:01:04.227Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-20T11:01:04.227Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-20T11:01:09.886Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-20T11:01:09.887Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-20T11:01:10.850Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-20T11:01:12.834Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-20T11:01:31.367Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-04-20T11:01:34.068Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-20T11:01:34.068Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-20T11:01:34.068Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-20T11:01:36.287Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-20T11:01:37.857Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-20T11:01:42.616Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-20T11:01:46.235Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-04-20T11:01:47.373Z] === RUN TestDockerSuite/TestBuildUser [2022-04-20T11:01:47.373Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-20T11:01:47.373Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-20T11:01:47.373Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-20T11:01:47.373Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-20T11:01:47.373Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-20T11:01:47.373Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-20T11:01:52.132Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-20T11:01:52.132Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-20T11:01:53.576Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-20T11:01:53.576Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-20T11:01:53.576Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-20T11:01:55.090Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-20T11:01:55.090Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-20T11:01:55.090Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-20T11:01:55.090Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-20T11:01:55.090Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-20T11:01:59.464Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-20T11:01:59.464Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-20T11:01:59.464Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-20T11:01:59.464Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-20T11:01:59.464Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-20T11:01:59.464Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-20T11:01:59.464Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-20T11:02:00.454Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-20T11:02:00.454Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-20T11:02:00.454Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-20T11:02:01.103Z] --- PASS: TestDockerSwarmSuite (1596.85s) [2022-04-20T11:02:01.103Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.06s) [2022-04-20T11:02:01.103Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.84s) [2022-04-20T11:02:01.103Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.13s) [2022-04-20T11:02:01.103Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.27s) [2022-04-20T11:02:01.103Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2022-04-20T11:02:01.103Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.05s) [2022-04-20T11:02:01.104Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.37s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.79s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.28s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.60s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.21s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.38s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.29s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.92s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.26s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.58s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.17s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.36s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.66s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.12s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.48s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.29s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.32s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.71s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.06s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.14s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.51s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.98s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.53s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.80s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.44s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.93s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.29s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.21s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.00s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.56s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.89s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.06s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.28s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.69s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.11s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.22s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.27s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.69s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.77s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.72s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.96s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.05s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.30s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.14s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.29s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.87s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.54s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.22s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.20s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.28s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.32s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.10s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.64s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.65s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.52s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.04s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.61s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.44s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.22s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.25s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.39s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.48s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.63s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (21.42s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.78s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.30s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.69s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (20.47s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.80s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (75.19s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.14s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.66s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.42s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.19s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.35s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.30s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.68s) [2022-04-20T11:02:01.104Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.99s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.73s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.14s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.52s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.97s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.07s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.16s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (119.74s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.25s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.17s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.25s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.33s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.25s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.01s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.11s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.41s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.22s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.25s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.32s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.04s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.84s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.51s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.42s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.52s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.50s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.49s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.05s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.17s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.80s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.17s) [2022-04-20T11:02:01.104Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.13s) [2022-04-20T11:02:01.104Z] === RUN TestDockerExternalVolumeSuite [2022-04-20T11:02:01.104Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-04-20T11:02:01.483Z] docker_cli_external_volume_driver_test.go:52: [dac03e9aa3913] daemon is not started [2022-04-20T11:02:19.578Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-04-20T11:02:20.388Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-20T11:02:20.388Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-20T11:02:25.982Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-20T11:02:25.982Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-20T11:02:25.982Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-20T11:02:25.982Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-20T11:02:27.552Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-20T11:02:33.137Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-20T11:02:33.421Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-20T11:02:33.421Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-20T11:02:33.894Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-20T11:02:33.894Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-20T11:02:33.894Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-20T11:02:36.112Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-20T11:02:36.112Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-20T11:02:36.581Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-20T11:02:36.879Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-20T11:02:43.335Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-20T11:02:43.335Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-20T11:02:43.335Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-20T11:02:43.335Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-20T11:02:43.948Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-20T11:02:43.949Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-20T11:02:43.949Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-20T11:02:43.949Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-20T11:02:43.949Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-20T11:02:43.949Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-20T11:02:43.949Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-20T11:02:43.949Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-20T11:02:43.949Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-20T11:02:43.949Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-20T11:02:43.949Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-20T11:02:48.648Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-20T11:02:48.648Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:02:48.648Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-20T11:02:48.648Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:02:48.648Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-20T11:02:48.648Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:02:48.648Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-20T11:02:49.075Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-20T11:02:49.610Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-20T11:02:52.865Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-20T11:02:52.865Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-20T11:02:56.680Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-20T11:03:07.809Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-20T11:03:07.809Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-20T11:03:07.809Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-20T11:03:07.809Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-20T11:03:07.809Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-20T11:03:07.809Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-20T11:03:07.809Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-20T11:03:08.797Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-20T11:03:14.399Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-20T11:03:14.399Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-20T11:03:14.399Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-20T11:03:14.399Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-20T11:03:14.399Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-20T11:03:14.399Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-20T11:03:14.399Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-20T11:03:14.399Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-20T11:03:14.399Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-20T11:03:14.399Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-20T11:03:14.399Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-20T11:03:14.399Z] === RUN TestDockerSuite/TestBuildFails [2022-04-20T11:03:17.308Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-20T11:03:17.461Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-20T11:03:17.766Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-20T11:03:18.453Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-20T11:03:18.453Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-20T11:03:18.921Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-20T11:03:18.921Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-20T11:03:18.921Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-20T11:03:18.921Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T11:03:18.921Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-20T11:03:19.206Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-20T11:03:19.206Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-20T11:03:19.206Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-20T11:03:21.145Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-20T11:03:21.425Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-20T11:03:25.225Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-20T11:03:26.339Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-20T11:03:27.019Z] === RUN TestDockerSuite/TestCommitChange [2022-04-20T11:03:27.243Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-04-20T11:03:28.186Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-20T11:03:31.776Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-20T11:03:33.803Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-04-20T11:03:34.903Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-20T11:03:37.641Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-20T11:03:37.641Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-20T11:03:37.641Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-20T11:03:43.461Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-20T11:03:44.799Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-20T11:03:44.799Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:03:44.799Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-20T11:03:48.667Z] docker_cli_external_volume_driver_test.go:52: [d65490fb3d6f2] daemon is not started [2022-04-20T11:03:50.583Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-20T11:03:51.551Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-20T11:03:51.957Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-20T11:03:56.723Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-20T11:03:56.723Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-20T11:03:56.723Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-20T11:03:56.723Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-20T11:03:56.723Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-20T11:03:56.723Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-20T11:03:56.723Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-20T11:03:56.723Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-20T11:03:57.191Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-20T11:03:58.630Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-20T11:03:58.630Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-20T11:03:58.630Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-20T11:03:59.595Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-20T11:04:00.560Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-20T11:04:00.560Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-20T11:04:00.560Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-20T11:04:03.533Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-04-20T11:04:05.864Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-20T11:04:12.951Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-20T11:04:12.951Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:04:12.951Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-20T11:04:13.042Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-20T11:04:13.042Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-20T11:04:13.042Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-20T11:04:15.259Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-20T11:04:15.259Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-20T11:04:15.259Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-20T11:04:15.259Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:04:15.259Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-20T11:04:15.259Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:04:15.259Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-20T11:04:18.232Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-20T11:04:18.232Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-20T11:04:18.232Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-20T11:04:18.232Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-20T11:04:21.193Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-20T11:04:21.193Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-20T11:04:21.193Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-20T11:04:21.193Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-20T11:04:21.193Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-20T11:04:21.193Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-20T11:04:21.193Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-20T11:04:21.193Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-20T11:04:21.606Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-04-20T11:04:27.769Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-20T11:04:27.769Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-20T11:04:29.858Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-20T11:04:29.940Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-20T11:04:29.940Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-20T11:04:29.940Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-20T11:04:30.910Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-20T11:04:30.910Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-20T11:04:31.427Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-20T11:04:33.643Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-20T11:04:33.643Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-20T11:04:33.643Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-20T11:04:33.643Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-20T11:04:35.857Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-20T11:04:35.857Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-20T11:04:36.482Z] docker_cli_external_volume_driver_test.go:52: [ddd2c83f3a7ca] daemon is not started [2022-04-20T11:04:36.687Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-20T11:04:38.219Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-20T11:04:38.678Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-20T11:04:38.812Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-20T11:04:38.812Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-20T11:04:38.812Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-20T11:04:38.812Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-20T11:04:38.812Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-20T11:04:40.210Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-20T11:04:40.669Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-20T11:04:41.027Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-20T11:04:41.027Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-20T11:04:42.208Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-20T11:04:43.244Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-20T11:04:43.244Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-20T11:04:43.244Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-20T11:04:43.744Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-20T11:04:46.196Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-20T11:04:46.196Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-20T11:04:49.149Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-20T11:04:50.803Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-20T11:04:50.803Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-20T11:04:50.803Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-20T11:04:50.803Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-20T11:04:50.803Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-20T11:04:51.260Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-20T11:04:51.260Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-20T11:04:51.260Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-20T11:04:51.260Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-20T11:04:51.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-04-20T11:04:51.350Z] docker_cli_external_volume_driver_test.go:52: [dc0060cc69085] daemon is not started [2022-04-20T11:04:52.233Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-20T11:04:52.689Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-20T11:04:52.941Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-20T11:04:56.742Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-20T11:04:56.742Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-20T11:04:56.742Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-20T11:04:56.742Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-20T11:04:57.211Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-20T11:04:59.425Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-20T11:04:59.425Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-20T11:04:59.425Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-20T11:04:59.788Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-20T11:05:02.375Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-20T11:05:02.375Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-20T11:05:02.375Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-20T11:05:03.945Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-20T11:05:04.413Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-20T11:05:06.217Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-04-20T11:05:09.162Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-20T11:05:09.688Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-20T11:05:09.688Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-20T11:05:09.688Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-20T11:05:09.688Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-20T11:05:11.375Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-20T11:05:11.375Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-20T11:05:11.375Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-20T11:05:11.375Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-20T11:05:11.375Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-20T11:05:11.375Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-20T11:05:11.375Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-20T11:05:11.375Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-20T11:05:11.375Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-20T11:05:11.375Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-20T11:05:11.375Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-20T11:05:12.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-20T11:05:12.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-20T11:05:15.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-20T11:05:18.852Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-20T11:05:20.912Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-20T11:05:20.912Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-20T11:05:20.912Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-20T11:05:21.809Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-20T11:05:23.806Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-20T11:05:24.761Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00096c3a8_} [2022-04-20T11:05:26.985Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12175724466_c:\foo_false____} [2022-04-20T11:05:29.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12175724466_c:\foo_true____} [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-20T11:05:32.148Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-20T11:05:32.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-20T11:05:32.618Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-20T11:05:32.618Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-20T11:05:32.618Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-20T11:05:32.618Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-20T11:05:32.618Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-20T11:05:32.618Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-20T11:05:35.569Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-20T11:05:35.569Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-20T11:05:35.569Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:05:35.569Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-20T11:05:38.289Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-04-20T11:05:38.521Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-20T11:05:38.522Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-20T11:05:38.522Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-20T11:05:38.522Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-20T11:05:41.472Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-20T11:05:41.472Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-20T11:05:41.472Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-20T11:05:41.472Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-20T11:05:41.472Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-20T11:05:41.472Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-20T11:05:41.472Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-20T11:05:46.222Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-20T11:05:48.442Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-20T11:05:48.442Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:05:48.442Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-20T11:05:48.442Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-20T11:05:48.442Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-20T11:05:53.156Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-04-20T11:05:58.874Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-20T11:05:58.875Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-20T11:05:58.875Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-20T11:05:58.875Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:05:58.875Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-20T11:06:07.547Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-20T11:06:07.547Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-20T11:06:07.547Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-20T11:06:07.547Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-20T11:06:07.547Z] === RUN TestDockerSuite/TestCpToDot [2022-04-20T11:06:08.037Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-04-20T11:06:10.666Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-20T11:06:10.666Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-20T11:06:10.666Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-20T11:06:10.667Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-20T11:06:10.667Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-20T11:06:13.624Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-20T11:06:13.624Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:06:13.624Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-20T11:06:13.624Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-20T11:06:13.624Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-20T11:06:13.624Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-20T11:06:13.624Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-20T11:06:13.624Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-20T11:06:13.624Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-20T11:06:13.624Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-20T11:06:13.624Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-20T11:06:14.458Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-20T11:06:15.838Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-20T11:06:18.793Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-20T11:06:18.793Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-20T11:06:19.263Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-20T11:06:21.478Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-20T11:06:22.464Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-20T11:06:22.464Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-20T11:06:22.464Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-20T11:06:22.464Z] === RUN TestDockerSuite/TestCreateRM [2022-04-20T11:06:22.933Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-20T11:06:22.933Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T11:06:22.933Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-20T11:06:22.933Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-20T11:06:23.402Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-20T11:06:29.329Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-20T11:06:33.824Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-20T11:06:33.825Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-20T11:06:33.825Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-20T11:06:36.391Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-20T11:06:36.776Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-20T11:06:36.776Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-20T11:06:36.776Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:06:36.776Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-20T11:06:39.730Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-20T11:06:39.730Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:06:39.730Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-20T11:06:39.730Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-20T11:06:39.730Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-20T11:06:39.730Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-20T11:06:39.730Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-20T11:06:39.730Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-20T11:06:39.730Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-20T11:06:39.730Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-20T11:06:39.730Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-20T11:06:40.198Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-20T11:06:40.198Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-20T11:06:40.198Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-20T11:06:40.198Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-20T11:06:40.198Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDockerFails [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-20T11:06:40.198Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-20T11:06:40.198Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-20T11:06:40.198Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-20T11:06:40.198Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-20T11:06:40.198Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-20T11:06:40.198Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-20T11:06:43.149Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-20T11:06:44.964Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-20T11:06:45.377Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-20T11:06:48.328Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-20T11:06:51.274Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-20T11:06:51.274Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-20T11:06:51.274Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-20T11:06:53.515Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-20T11:06:54.772Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-04-20T11:06:58.753Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-20T11:07:02.550Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-20T11:07:08.429Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-20T11:07:11.387Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-20T11:07:11.856Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-20T11:07:12.841Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-04-20T11:07:16.608Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-20T11:07:17.595Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-20T11:07:18.583Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-20T11:07:18.734Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-20T11:07:18.734Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-20T11:07:18.734Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-20T11:07:21.401Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-20T11:07:24.451Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-20T11:07:25.797Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-20T11:07:26.760Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-20T11:07:26.760Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-20T11:07:26.760Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-20T11:07:26.760Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-20T11:07:26.760Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-20T11:07:30.317Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-20T11:07:30.317Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-20T11:07:30.317Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-20T11:07:30.317Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:07:30.317Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-20T11:07:30.317Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-20T11:07:30.317Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-20T11:07:30.317Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-20T11:07:30.317Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-20T11:07:30.786Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-20T11:07:30.786Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-20T11:07:30.786Z] === RUN TestDockerSuite/TestEventsRename [2022-04-20T11:07:31.460Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-20T11:07:33.738Z] === RUN TestDockerSuite/TestEventsResize [2022-04-20T11:07:36.348Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-20T11:07:37.250Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-20T11:07:40.152Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-20T11:07:40.610Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-20T11:07:40.610Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-20T11:07:42.392Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-20T11:07:43.513Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-20T11:07:44.480Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-20T11:07:44.608Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-20T11:07:44.921Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-04-20T11:07:46.012Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-20T11:07:46.823Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-20T11:07:48.858Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-20T11:07:52.690Z] === RUN TestDockerSuite/TestEventsTop [2022-04-20T11:07:52.690Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-20T11:07:52.690Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-20T11:07:54.903Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-20T11:07:58.394Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-20T11:07:59.665Z] === RUN TestDockerSuite/TestExec [2022-04-20T11:07:59.665Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:07:59.665Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-20T11:07:59.665Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:07:59.665Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-20T11:08:00.570Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-20T11:08:01.879Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-20T11:08:03.445Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-20T11:08:03.445Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-20T11:08:03.445Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-20T11:08:03.445Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-20T11:08:03.445Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-20T11:08:03.445Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:08:03.445Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-20T11:08:05.666Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-20T11:08:07.882Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-20T11:08:10.096Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-20T11:08:12.313Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-20T11:08:12.952Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-20T11:08:16.676Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-20T11:08:16.974Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-04-20T11:08:17.067Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-20T11:08:17.067Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-20T11:08:17.067Z] === RUN TestDockerSuite/TestExecEnv [2022-04-20T11:08:17.067Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:08:17.067Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-20T11:08:17.067Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-20T11:08:17.067Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-20T11:08:19.283Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-20T11:08:24.035Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-20T11:08:24.035Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-20T11:08:24.035Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-20T11:08:24.035Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-20T11:08:24.035Z] === RUN TestDockerSuite/TestExecParseError [2022-04-20T11:08:24.035Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-20T11:08:24.035Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-20T11:08:24.035Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-20T11:08:24.035Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-20T11:08:24.035Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-20T11:08:24.035Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-20T11:08:26.250Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-20T11:08:26.250Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-20T11:08:26.250Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-20T11:08:26.250Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-20T11:08:26.719Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-20T11:08:26.719Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-20T11:08:26.719Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-20T11:08:26.719Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-20T11:08:26.719Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-20T11:08:26.719Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-20T11:08:26.719Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-20T11:08:29.015Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-20T11:08:29.015Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-20T11:08:29.015Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-20T11:08:29.041Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-20T11:08:31.632Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-20T11:08:31.840Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-04-20T11:08:34.832Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-20T11:08:35.068Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-20T11:08:35.068Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-20T11:08:35.068Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-20T11:08:35.068Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-20T11:08:35.068Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-20T11:08:35.068Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-20T11:08:35.068Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-20T11:08:40.933Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-20T11:08:41.893Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-20T11:08:42.349Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-20T11:08:42.350Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-20T11:08:42.350Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-20T11:08:42.350Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-20T11:08:42.806Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-20T11:08:45.712Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-20T11:08:45.712Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-20T11:08:45.712Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-20T11:08:46.791Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-20T11:08:49.462Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-20T11:08:49.740Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-20T11:08:49.909Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-04-20T11:08:49.909Z] docker_cli_external_volume_driver_test.go:484: [d3671c18a5bb0] daemon is not started [2022-04-20T11:08:55.602Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-20T11:08:55.602Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:08:55.602Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-20T11:08:55.602Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-20T11:08:55.602Z] === RUN TestDockerSuite/TestHealth [2022-04-20T11:08:55.602Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-20T11:08:55.602Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-20T11:08:55.602Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-20T11:08:55.602Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-20T11:08:56.070Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-20T11:08:59.894Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-20T11:09:00.826Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-20T11:09:00.826Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-20T11:09:00.826Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-20T11:09:00.826Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-20T11:09:00.826Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-20T11:09:00.826Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-20T11:09:01.295Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-20T11:09:01.763Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-20T11:09:01.763Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-20T11:09:01.763Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-20T11:09:03.329Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-20T11:09:03.329Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-20T11:09:04.771Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-04-20T11:09:04.772Z] docker_cli_external_volume_driver_test.go:52: [dbafb55259778] daemon is not started [2022-04-20T11:09:05.544Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-20T11:09:05.544Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-20T11:09:07.760Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-20T11:09:10.712Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-20T11:09:11.181Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-20T11:09:11.181Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:09:11.181Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-20T11:09:14.972Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-20T11:09:15.440Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestImportFile [2022-04-20T11:09:15.440Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-20T11:09:15.440Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-20T11:09:15.440Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-20T11:09:15.440Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-20T11:09:15.440Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-20T11:09:15.440Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-20T11:09:15.440Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.440Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-20T11:09:15.908Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-20T11:09:15.908Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.908Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-20T11:09:15.908Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:09:15.908Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-20T11:09:18.862Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite (437.32s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.57s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.25s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.19s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.96s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.19s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.72s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2022-04-20T11:09:19.653Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-04-20T11:09:19.653Z] PASS [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] === Skipped [2022-04-20T11:09:19.653Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-04-20T11:09:19.653Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-04-20T11:09:19.653Z] check_test.go:308: [d8d10ffed8268] daemon is not started [2022-04-20T11:09:19.653Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-20T11:09:19.653Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-04-20T11:09:19.653Z] check_test.go:308: [d032fa0abdccd] daemon is not started [2022-04-20T11:09:19.653Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-20T11:09:19.653Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-04-20T11:09:19.653Z] check_test.go:308: [d1a4b1b6301f6] daemon is not started [2022-04-20T11:09:19.653Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-04-20T11:09:19.653Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-04-20T11:09:19.653Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-04-20T11:09:19.653Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-04-20T11:09:19.653Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] DONE 269 tests, 5 skipped in 2375.691s [2022-04-20T11:09:19.653Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-20T11:09:19.653Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d51cf5fd35764/docker.pid [2022-04-20T11:09:19.653Z] +++ kill 7241 [2022-04-20T11:09:19.653Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7241 is not a child of this shell [2022-04-20T11:09:19.653Z] warning: PID 7241 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d51cf5fd35764/docker.pid had a nonzero exit code [2022-04-20T11:09:19.653Z] ++++ cat bundles/test-integration/docker.pid [2022-04-20T11:09:19.653Z] +++ kill 9362 [2022-04-20T11:09:19.653Z] +++ /etc/init.d/apparmor stop [2022-04-20T11:09:19.653Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] Unloading profiles will leave already running processes permanently [2022-04-20T11:09:19.653Z] unconfined, which can lead to unexpected situations. [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] To set a process to complain mode, use the command line tool [2022-04-20T11:09:19.653Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-20T11:09:19.653Z] +++ true [2022-04-20T11:09:19.653Z] exiting test-integration [2022-04-20T11:09:19.653Z] ++ exit 0 [2022-04-20T11:09:19.653Z] [2022-04-20T11:09:19.653Z] + exit 0 [2022-04-20T11:09:19.653Z] ++ jobs -p [2022-04-20T11:09:19.653Z] + pids= [2022-04-20T11:09:19.653Z] + echo 'Remaining pids to kill: []' [2022-04-20T11:09:19.653Z] Remaining pids to kill: [] [2022-04-20T11:09:19.653Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-04-20T11:09:19.669Z] Recording test results [2022-04-20T11:09:21.351Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-20T11:09:21.697Z] + echo Ensuring container killed. [2022-04-20T11:09:21.697Z] Ensuring container killed. [2022-04-20T11:09:21.697Z] + docker ps -aq -f name=docker-pr3-* [2022-04-20T11:09:21.697Z] + cids=4865241bfa90 [2022-04-20T11:09:21.697Z] 3b37572aef67 [2022-04-20T11:09:21.697Z] 4c7598f11e38 [2022-04-20T11:09:21.697Z] + [ -n 4865241bfa90 [2022-04-20T11:09:21.697Z] 3b37572aef67 [2022-04-20T11:09:21.697Z] 4c7598f11e38 ] [2022-04-20T11:09:21.697Z] + docker rm -vf 4865241bfa90 3b37572aef67 4c7598f11e38 [2022-04-20T11:09:21.813Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-20T11:09:21.813Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:09:21.813Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-20T11:09:21.813Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-20T11:09:21.813Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-20T11:09:21.813Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-20T11:09:21.813Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-20T11:09:21.813Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-20T11:09:21.956Z] 4865241bfa90 [2022-04-20T11:09:22.218Z] 3b37572aef67 [2022-04-20T11:09:22.218Z] 4c7598f11e38 [Pipeline] sh [2022-04-20T11:09:22.503Z] + echo Chowning /workspace to jenkins user [2022-04-20T11:09:22.503Z] Chowning /workspace to jenkins user [2022-04-20T11:09:22.503Z] + id -u [2022-04-20T11:09:22.503Z] + id -g [2022-04-20T11:09:22.503Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43501:/workspace busybox chown -R 1000:1000 /workspace [2022-04-20T11:09:22.503Z] Unable to find image 'busybox:latest' locally [2022-04-20T11:09:22.503Z] latest: Pulling from library/busybox [2022-04-20T11:09:22.764Z] 50e8d59317eb: Pulling fs layer [2022-04-20T11:09:22.764Z] 50e8d59317eb: Download complete [2022-04-20T11:09:22.764Z] 50e8d59317eb: Pull complete [2022-04-20T11:09:22.764Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-04-20T11:09:22.764Z] Status: Downloaded newer image for busybox:latest [2022-04-20T11:09:24.768Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-20T11:09:24.768Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-20T11:09:26.338Z] + bundleName=amd64 [2022-04-20T11:09:26.338Z] + echo Creating amd64-bundles.tar.gz [2022-04-20T11:09:26.338Z] Creating amd64-bundles.tar.gz [2022-04-20T11:09:26.338Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-20T11:09:26.338Z] + xargs tar -czf amd64-bundles.tar.gz [2022-04-20T11:09:27.715Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-20T11:09:27.715Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-20T11:09:27.715Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-20T11:09:27.715Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-20T11:09:27.715Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-20T11:09:27.715Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-20T11:09:27.715Z] === RUN TestDockerSuite/TestInspectDefault [Pipeline] archiveArtifacts [2022-04-20T11:09:27.720Z] Archiving artifacts [2022-04-20T11:09:29.601Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T11:09:29.908Z] + make clean [2022-04-20T11:09:30.166Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T11:09:30.166Z] docker-dev-cache [2022-04-20T11:09:30.166Z] docker-mod-cache [Pipeline] deleteDir [2022-04-20T11:09:30.666Z] === RUN TestDockerSuite/TestInspectHistory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-20T11:09:36.535Z] === RUN TestDockerSuite/TestInspectImage [2022-04-20T11:09:36.535Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:09:36.535Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-20T11:09:36.535Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:09:36.535Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-20T11:09:36.535Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:09:36.535Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-20T11:09:38.851Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-20T11:09:41.065Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-20T11:09:41.534Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-20T11:09:43.747Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-20T11:09:45.962Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-20T11:09:45.962Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-20T11:09:46.117Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-20T11:09:46.430Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-20T11:09:46.430Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-20T11:09:48.646Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-20T11:09:51.602Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-20T11:09:56.365Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-20T11:09:58.581Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-20T11:10:00.911Z] === RUN TestDockerSuite/TestBuildRm [2022-04-20T11:10:01.533Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-20T11:10:03.748Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-20T11:10:06.701Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-20T11:10:08.915Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-20T11:10:11.864Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-20T11:10:11.865Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:10:11.865Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-20T11:10:11.865Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-20T11:10:12.336Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-20T11:10:12.336Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:10:12.336Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-20T11:10:12.336Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-20T11:10:12.336Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-20T11:10:12.336Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-20T11:10:12.336Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-20T11:10:12.336Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-20T11:10:12.336Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-20T11:10:14.548Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-20T11:10:16.763Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-20T11:10:21.978Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-20T11:10:22.644Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-20T11:10:23.506Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-20T11:10:23.506Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-20T11:10:23.506Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-20T11:10:23.506Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-20T11:10:23.963Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-20T11:10:25.601Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-20T11:10:25.602Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-20T11:10:25.602Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-20T11:10:26.131Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-20T11:10:27.817Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-20T11:10:27.817Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-20T11:10:30.814Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-20T11:10:34.978Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-20T11:10:36.685Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-20T11:10:42.136Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-20T11:10:42.485Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-20T11:10:49.294Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-20T11:10:51.509Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-20T11:10:54.462Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-20T11:10:54.462Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-20T11:10:54.462Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-20T11:10:57.414Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-20T11:11:00.366Z] === RUN TestDockerSuite/TestLogsSince [2022-04-20T11:11:03.560Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-20T11:11:05.094Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-20T11:11:05.550Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-20T11:11:10.790Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-20T11:11:10.791Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-20T11:11:10.791Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-20T11:11:10.791Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-20T11:11:10.791Z] === RUN TestDockerSuite/TestLogsTail [2022-04-20T11:11:13.011Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-20T11:11:15.872Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-20T11:11:16.329Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-20T11:11:16.804Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-20T11:11:19.018Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-20T11:11:19.018Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestNetHostname [2022-04-20T11:11:19.018Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-20T11:11:19.018Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-20T11:11:19.018Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-20T11:11:19.018Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestPluginActive [2022-04-20T11:11:19.018Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-20T11:11:19.018Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-20T11:11:19.018Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-20T11:11:19.018Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-20T11:11:19.486Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-20T11:11:19.486Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-20T11:11:19.486Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-20T11:11:19.486Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-20T11:11:19.486Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-20T11:11:19.486Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-20T11:11:19.486Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPortList [2022-04-20T11:11:19.486Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-20T11:11:19.486Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-20T11:11:23.403Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-20T11:11:23.403Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-20T11:11:25.358Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-20T11:11:25.358Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-20T11:11:25.358Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-20T11:11:25.358Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-20T11:11:25.358Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-20T11:11:25.358Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-20T11:11:25.358Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-20T11:11:25.358Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-20T11:11:25.358Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-20T11:11:27.068Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-20T11:11:27.068Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-20T11:11:27.068Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-20T11:11:27.068Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-20T11:11:30.546Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-20T11:11:31.341Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-20T11:11:31.341Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-20T11:11:31.341Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-20T11:11:34.367Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-20T11:11:39.154Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-20T11:11:40.004Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-20T11:11:40.004Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-20T11:11:40.004Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-20T11:11:45.049Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-20T11:11:45.049Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-20T11:11:45.049Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-20T11:11:45.049Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-20T11:11:45.520Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-20T11:11:45.520Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-20T11:11:45.520Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-20T11:11:45.520Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-20T11:11:45.520Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-20T11:11:45.520Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-20T11:11:45.520Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-20T11:11:50.428Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-20T11:11:51.395Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-20T11:11:51.395Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:11:51.395Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-20T11:11:51.395Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:11:51.395Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-20T11:11:51.395Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:11:51.395Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-20T11:11:52.384Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-20T11:11:59.559Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-20T11:12:00.542Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-20T11:12:00.542Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-20T11:12:00.542Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-20T11:12:02.082Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-20T11:12:03.614Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-20T11:12:05.370Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-20T11:12:05.838Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-20T11:12:05.838Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-20T11:12:05.838Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-20T11:12:10.676Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-20T11:12:16.463Z] === RUN TestDockerSuite/TestBuildUser [2022-04-20T11:12:16.463Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-20T11:12:16.463Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-20T11:12:16.463Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-20T11:12:16.463Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-20T11:12:16.463Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-20T11:12:16.463Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-20T11:12:18.327Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-20T11:12:20.825Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-20T11:12:20.825Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-20T11:12:20.825Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-20T11:12:20.825Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-20T11:12:20.825Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-20T11:12:20.825Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-20T11:12:20.825Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-20T11:12:20.825Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-20T11:12:20.825Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-20T11:12:20.825Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-20T11:12:20.825Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-20T11:12:20.825Z] === RUN TestDockerSuite/TestBuildFails [2022-04-20T11:12:22.119Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-20T11:12:23.044Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-20T11:12:23.044Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-20T11:12:23.530Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-20T11:12:23.530Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-20T11:12:28.208Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-20T11:12:28.208Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-20T11:12:28.208Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-20T11:12:28.208Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-20T11:12:28.208Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-20T11:12:30.218Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-20T11:12:30.780Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-20T11:12:34.571Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-20T11:12:34.571Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-20T11:12:34.571Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-20T11:12:34.571Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-20T11:12:34.571Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-20T11:12:40.441Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-20T11:12:40.441Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:12:40.441Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-20T11:12:40.441Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-20T11:12:40.441Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-20T11:12:40.441Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-20T11:12:40.441Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-20T11:12:40.441Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-20T11:12:40.441Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-20T11:12:46.304Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-20T11:12:46.304Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-20T11:12:46.304Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-20T11:12:47.866Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-20T11:12:47.866Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-20T11:12:47.866Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-20T11:12:48.050Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-20T11:12:49.428Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-20T11:12:50.413Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-20T11:12:50.413Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-20T11:12:50.413Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-20T11:12:55.172Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-20T11:12:58.134Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-20T11:12:58.134Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-20T11:12:59.929Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-20T11:13:00.564Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-20T11:13:02.147Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-20T11:13:06.447Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-20T11:13:08.493Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-20T11:13:08.682Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-20T11:13:15.858Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-20T11:13:15.858Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-20T11:13:15.858Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-20T11:13:16.332Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-20T11:13:17.052Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-20T11:13:17.052Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-20T11:13:17.052Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-20T11:13:17.052Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-20T11:13:17.052Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-20T11:13:17.321Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-20T11:13:17.321Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-20T11:13:17.321Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-20T11:13:20.788Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-20T11:13:20.788Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-20T11:13:20.788Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-20T11:13:27.441Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-20T11:13:27.442Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:13:27.442Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-20T11:13:34.593Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-20T11:13:34.593Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-20T11:13:35.062Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-20T11:13:35.158Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-20T11:13:35.158Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:13:35.158Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-20T11:13:36.052Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-20T11:13:38.509Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-20T11:13:40.810Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-20T11:13:44.295Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-20T11:13:44.295Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-20T11:13:45.570Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-20T11:13:45.570Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:13:45.570Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-20T11:13:47.672Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-20T11:13:49.247Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-20T11:13:51.439Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-20T11:13:51.439Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-20T11:13:51.439Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-20T11:13:51.470Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-20T11:13:51.470Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-20T11:13:51.470Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-20T11:13:53.039Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-20T11:13:53.039Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-20T11:13:58.930Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-20T11:13:59.398Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-20T11:14:00.388Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-20T11:14:01.957Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-20T11:14:01.957Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-20T11:14:01.962Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-20T11:14:02.416Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-20T11:14:02.416Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-20T11:14:02.436Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-20T11:14:02.874Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-20T11:14:02.874Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-20T11:14:02.874Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-20T11:14:04.012Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-20T11:14:04.407Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-20T11:14:05.584Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-20T11:14:06.384Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-20T11:14:08.606Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-20T11:14:09.592Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-20T11:14:14.266Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-20T11:14:14.267Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-20T11:14:14.267Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-20T11:14:14.267Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-20T11:14:14.267Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-20T11:14:14.267Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-20T11:14:14.267Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-20T11:14:14.267Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-20T11:14:14.267Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-20T11:14:14.749Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-20T11:14:15.256Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-20T11:14:16.244Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-20T11:14:16.749Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-20T11:14:17.665Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-20T11:14:17.665Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-20T11:14:17.665Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-20T11:14:17.665Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-20T11:14:17.665Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-20T11:14:17.665Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T11:14:17.665Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-20T11:14:20.562Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-20T11:14:20.562Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T11:14:20.562Z] === RUN TestDockerSuite/TestCommitChange [2022-04-20T11:14:21.509Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-20T11:14:27.624Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-20T11:14:28.751Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-20T11:14:30.169Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-20T11:14:33.421Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-20T11:14:33.421Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-20T11:14:33.421Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-20T11:14:34.924Z] === RUN TestDockerSuite/TestRmiTag [2022-04-20T11:14:35.393Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-20T11:14:38.346Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-20T11:14:43.727Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-20T11:14:43.727Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:14:43.727Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-20T11:14:54.073Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-20T11:14:54.073Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-20T11:14:54.073Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-20T11:14:54.073Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-20T11:14:54.121Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-20T11:14:56.168Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-20T11:14:57.737Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-20T11:14:59.919Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-20T11:14:59.919Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-20T11:14:59.919Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-20T11:14:59.919Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-20T11:14:59.919Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-20T11:14:59.919Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-20T11:14:59.919Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-20T11:14:59.919Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-20T11:15:02.488Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-20T11:15:03.474Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-20T11:15:03.474Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-20T11:15:03.474Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-20T11:15:03.474Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-20T11:15:03.474Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-20T11:15:03.474Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-20T11:15:03.474Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-20T11:15:03.474Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-20T11:15:05.689Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-20T11:15:05.689Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-20T11:15:05.689Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-20T11:15:05.689Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-20T11:15:05.689Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-20T11:15:10.241Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-20T11:15:11.558Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-20T11:15:13.777Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-20T11:15:16.726Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-20T11:15:18.804Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-20T11:15:18.804Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-20T11:15:18.804Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-20T11:15:18.940Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-20T11:15:21.902Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-20T11:15:21.902Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-20T11:15:22.586Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-20T11:15:22.586Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-20T11:15:22.586Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-20T11:15:22.586Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:15:22.586Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-20T11:15:22.586Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:15:22.586Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-20T11:15:26.337Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-20T11:15:26.337Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-20T11:15:26.337Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-20T11:15:26.337Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-20T11:15:27.768Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-20T11:15:27.768Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-20T11:15:29.980Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-20T11:15:29.980Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-20T11:15:29.980Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-20T11:15:30.102Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-20T11:15:30.102Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-20T11:15:30.102Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-20T11:15:30.102Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-20T11:15:30.102Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-20T11:15:30.102Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-20T11:15:30.102Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-20T11:15:30.102Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-20T11:15:33.779Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-20T11:15:33.779Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-20T11:15:33.779Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-20T11:15:33.779Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-20T11:15:33.779Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-20T11:15:35.344Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-20T11:15:35.344Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-20T11:15:35.344Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-20T11:15:35.344Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-20T11:15:35.344Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-20T11:15:35.344Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-20T11:15:35.344Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-20T11:15:35.344Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-20T11:15:36.790Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-20T11:15:37.677Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-20T11:15:38.666Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-20T11:15:39.894Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-20T11:15:42.846Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-20T11:15:42.846Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-20T11:15:42.846Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-20T11:15:42.846Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-20T11:15:42.846Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-20T11:15:42.846Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-20T11:15:42.846Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-20T11:15:43.357Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-20T11:15:45.061Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-20T11:15:45.061Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-20T11:15:45.529Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-20T11:15:45.529Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-20T11:15:45.529Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-20T11:15:45.529Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-20T11:15:45.529Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-20T11:15:45.529Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-20T11:15:45.529Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-20T11:15:47.094Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-20T11:15:47.213Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-20T11:15:47.213Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-20T11:15:47.213Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-20T11:15:47.213Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-20T11:15:51.907Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-20T11:15:51.907Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-20T11:15:52.962Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-20T11:15:52.962Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-20T11:15:52.962Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-20T11:15:52.962Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-20T11:15:52.962Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-20T11:15:52.962Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-20T11:15:52.962Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-20T11:15:52.962Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-20T11:15:52.962Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-20T11:15:52.962Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-20T11:15:52.962Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-20T11:15:52.962Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-20T11:15:52.962Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-20T11:15:54.845Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-20T11:15:54.845Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-20T11:15:54.845Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-20T11:15:54.845Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-20T11:15:54.845Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-20T11:15:55.177Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-20T11:15:55.177Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-20T11:15:55.177Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-20T11:15:55.644Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-20T11:15:55.644Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-20T11:15:55.644Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-20T11:15:57.858Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-20T11:15:58.585Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-20T11:15:58.585Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-20T11:16:00.813Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-20T11:16:00.813Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-20T11:16:00.813Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-20T11:16:02.098Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-20T11:16:02.337Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-20T11:16:02.337Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-20T11:16:02.337Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-20T11:16:03.027Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-20T11:16:03.027Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-20T11:16:03.027Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-20T11:16:03.027Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:16:03.027Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-20T11:16:03.027Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-20T11:16:03.027Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-20T11:16:05.977Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-20T11:16:06.071Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-20T11:16:06.071Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-20T11:16:07.973Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-20T11:16:08.190Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-20T11:16:09.811Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-20T11:16:11.142Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-20T11:16:14.108Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-20T11:16:14.108Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-20T11:16:14.108Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-20T11:16:14.108Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T11:16:14.108Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-20T11:16:14.108Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-20T11:16:14.108Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-20T11:16:14.108Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-20T11:16:15.612Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-20T11:16:16.655Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-20T11:16:18.859Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-20T11:16:18.859Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-20T11:16:18.859Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-20T11:16:18.859Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-20T11:16:18.859Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-20T11:16:18.859Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-20T11:16:18.859Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-20T11:16:18.859Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-20T11:16:18.859Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:16:18.859Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-20T11:16:18.859Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:16:18.859Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-20T11:16:22.741Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-20T11:16:22.741Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-20T11:16:22.741Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-20T11:16:22.741Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-20T11:16:22.741Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-20T11:16:23.818Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-20T11:16:26.026Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-20T11:16:26.026Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-20T11:16:26.026Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-20T11:16:26.484Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-20T11:16:26.484Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-20T11:16:26.484Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-20T11:16:27.018Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-20T11:16:27.018Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.018Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-20T11:16:27.018Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.018Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-20T11:16:27.018Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.018Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-20T11:16:27.018Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.018Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-20T11:16:27.018Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.018Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-20T11:16:27.018Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-20T11:16:27.486Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-20T11:16:27.486Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-20T11:16:27.486Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunMount [2022-04-20T11:16:27.486Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-20T11:16:27.486Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-20T11:16:27.486Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-20T11:16:27.486Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-20T11:16:27.486Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-20T11:16:30.243Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-20T11:16:30.243Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-20T11:16:30.243Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-20T11:16:33.991Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-20T11:16:33.991Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-20T11:16:36.155Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-20T11:16:36.156Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-20T11:16:36.156Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-20T11:16:36.156Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-20T11:16:36.156Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-20T11:16:36.156Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-20T11:16:36.156Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-20T11:16:39.792Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-20T11:16:42.023Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-20T11:16:43.527Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-20T11:16:43.527Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-20T11:16:43.527Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-20T11:16:43.527Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-20T11:16:43.527Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-20T11:16:43.527Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-20T11:16:43.527Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-20T11:16:43.527Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-20T11:16:43.527Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-20T11:16:43.527Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-20T11:16:43.527Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-20T11:16:45.826Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-20T11:16:45.826Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-20T11:16:46.294Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-20T11:16:46.421Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-20T11:16:46.421Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-20T11:16:47.857Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-20T11:16:49.154Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-20T11:16:49.154Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-20T11:16:49.154Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-20T11:16:49.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-20T11:16:49.424Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-20T11:16:50.987Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-20T11:16:52.550Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-20T11:16:53.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-20T11:16:56.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-20T11:16:59.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009d2438_} [2022-04-20T11:16:59.699Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-20T11:16:59.700Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-20T11:16:59.700Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T11:17:03.400Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1441961693_c:\foo_false____} [2022-04-20T11:17:03.486Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-20T11:17:03.486Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-20T11:17:03.486Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-20T11:17:03.486Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-20T11:17:03.486Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-20T11:17:03.486Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-20T11:17:03.486Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-20T11:17:03.486Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-20T11:17:03.486Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-20T11:17:03.486Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-20T11:17:03.486Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-20T11:17:04.100Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-20T11:17:04.100Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-20T11:17:04.100Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-20T11:17:04.100Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-20T11:17:04.100Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-20T11:17:04.100Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-20T11:17:06.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1441961693_c:\foo_true____} [2022-04-20T11:17:07.059Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-20T11:17:10.026Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-20T11:17:10.026Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-20T11:17:10.026Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-20T11:17:10.026Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-20T11:17:10.026Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-20T11:17:10.487Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-20T11:17:10.487Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-20T11:17:10.487Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-20T11:17:10.487Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-20T11:17:10.487Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-20T11:17:13.911Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-20T11:17:13.911Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-20T11:17:13.911Z] === RUN TestDockerSuite/TestRunRm [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-20T11:17:14.219Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-20T11:17:14.219Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-20T11:17:14.219Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:17:14.219Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-20T11:17:15.476Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-20T11:17:17.505Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-20T11:17:17.953Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-20T11:17:17.953Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-20T11:17:17.953Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-20T11:17:17.953Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-20T11:17:20.463Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-20T11:17:20.463Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-20T11:17:20.463Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-20T11:17:21.336Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-20T11:17:21.674Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-20T11:17:21.674Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-20T11:17:21.674Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-20T11:17:21.674Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-20T11:17:21.674Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-20T11:17:21.674Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-20T11:17:21.674Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-20T11:17:23.421Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-20T11:17:23.549Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-20T11:17:24.993Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-20T11:17:26.565Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-20T11:17:26.612Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-20T11:17:28.745Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-20T11:17:28.836Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-20T11:17:31.054Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-20T11:17:31.054Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-20T11:17:31.054Z] === RUN TestDockerSuite/TestRunState [2022-04-20T11:17:31.054Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-20T11:17:31.521Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-20T11:17:31.642Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-20T11:17:31.642Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:17:31.642Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-20T11:17:31.642Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-20T11:17:31.642Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-20T11:17:33.738Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-20T11:17:33.738Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-20T11:17:33.738Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-20T11:17:36.691Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-20T11:17:36.691Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-20T11:17:36.691Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-20T11:17:36.691Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-20T11:17:36.691Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-20T11:17:36.691Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-20T11:17:36.691Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-20T11:17:36.691Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-20T11:17:36.691Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-20T11:17:41.444Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-20T11:17:41.444Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-20T11:17:44.005Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-20T11:17:44.005Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-20T11:17:44.005Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-20T11:17:44.005Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:17:44.005Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-20T11:17:44.393Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-20T11:17:44.393Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-20T11:17:44.393Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-20T11:17:44.395Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-20T11:17:44.395Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-20T11:17:46.606Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-20T11:17:46.606Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-20T11:17:46.606Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-20T11:17:46.606Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-20T11:17:46.606Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-20T11:17:50.394Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-20T11:17:54.830Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-20T11:17:58.830Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-20T11:17:58.830Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-20T11:17:58.830Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-20T11:17:58.830Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-20T11:17:58.830Z] === RUN TestDockerSuite/TestCpToDot [2022-04-20T11:17:59.052Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-20T11:17:59.604Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-20T11:18:00.358Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-20T11:18:00.358Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-20T11:18:00.358Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-20T11:18:00.358Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-20T11:18:00.358Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-20T11:18:03.808Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-20T11:18:04.086Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-20T11:18:04.086Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:18:04.086Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-20T11:18:04.086Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-20T11:18:04.086Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-20T11:18:04.086Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-20T11:18:04.086Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-20T11:18:04.086Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-20T11:18:04.086Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-20T11:18:04.544Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-20T11:18:04.544Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-20T11:18:07.584Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-20T11:18:09.820Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-20T11:18:09.820Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-20T11:18:09.820Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-20T11:18:09.820Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-20T11:18:10.135Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-20T11:18:10.491Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-20T11:18:10.956Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-20T11:18:10.956Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-20T11:18:12.771Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-20T11:18:14.678Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-20T11:18:15.135Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-20T11:18:15.135Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-20T11:18:15.135Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-20T11:18:15.135Z] === RUN TestDockerSuite/TestCreateRM [2022-04-20T11:18:15.722Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-20T11:18:16.007Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-20T11:18:16.099Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-20T11:18:16.099Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T11:18:16.099Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-20T11:18:16.099Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-20T11:18:16.559Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-20T11:18:18.679Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-20T11:18:18.679Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-20T11:18:18.679Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-20T11:18:18.679Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-20T11:18:18.679Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-20T11:18:18.679Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-20T11:18:18.679Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-20T11:18:21.884Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-20T11:18:22.471Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-20T11:18:23.458Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-20T11:18:23.458Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-20T11:18:23.458Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-20T11:18:23.458Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-20T11:18:23.458Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-20T11:18:24.035Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-20T11:18:25.597Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-20T11:18:26.418Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-20T11:18:26.418Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-20T11:18:26.418Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-20T11:18:26.900Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-20T11:18:27.360Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-20T11:18:27.821Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-20T11:18:30.351Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-20T11:18:30.351Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-20T11:18:30.351Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-20T11:18:30.351Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.351Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-20T11:18:30.351Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-20T11:18:30.818Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-20T11:18:30.818Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-20T11:18:30.818Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-20T11:18:30.818Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-20T11:18:31.568Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-20T11:18:32.035Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-20T11:18:32.035Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:18:32.035Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-20T11:18:33.031Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-20T11:18:33.499Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-20T11:18:33.966Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-20T11:18:34.433Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-20T11:18:35.825Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-20T11:18:35.825Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDockerFails [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-20T11:18:35.825Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-20T11:18:35.825Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-20T11:18:35.825Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.825Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-20T11:18:35.825Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-20T11:18:35.994Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-20T11:18:35.994Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-20T11:18:36.286Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-20T11:18:36.286Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-20T11:18:36.286Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-20T11:18:38.943Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-20T11:18:40.051Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-20T11:18:41.154Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-20T11:18:42.986Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-20T11:18:44.113Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-20T11:18:44.113Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:18:44.113Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-20T11:18:46.726Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-20T11:18:52.769Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-20T11:18:52.770Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:18:52.770Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-20T11:18:56.559Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-20T11:18:56.559Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-20T11:18:56.559Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-20T11:18:56.559Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:18:56.559Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-20T11:18:56.559Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-20T11:18:56.559Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-20T11:18:56.559Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-20T11:18:56.559Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-20T11:18:59.084Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-20T11:19:03.718Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-20T11:19:03.718Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-20T11:19:03.718Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-20T11:19:03.718Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-20T11:19:03.718Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-20T11:19:03.718Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-20T11:19:03.718Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-20T11:19:03.718Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:19:03.718Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-20T11:19:03.718Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-20T11:19:03.718Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-20T11:19:03.718Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:19:03.718Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-20T11:19:04.871Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-20T11:19:05.935Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-20T11:19:08.152Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-20T11:19:08.152Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-20T11:19:08.152Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-20T11:19:10.363Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-20T11:19:10.363Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-20T11:19:10.363Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-20T11:19:10.363Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-20T11:19:10.363Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-20T11:19:10.363Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:19:10.363Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-20T11:19:10.363Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-20T11:19:10.363Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-20T11:19:10.363Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:19:10.363Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-20T11:19:10.363Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:19:10.363Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-20T11:19:11.944Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-20T11:19:15.689Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-20T11:19:16.150Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-20T11:19:17.320Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-20T11:19:21.968Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-20T11:19:22.428Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-20T11:19:23.399Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-20T11:19:28.168Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-20T11:19:28.168Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-20T11:19:28.168Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-20T11:19:28.168Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:19:28.169Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-20T11:19:28.169Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-20T11:19:28.169Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-20T11:19:28.169Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-20T11:19:29.733Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-20T11:19:29.733Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-20T11:19:30.454Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-20T11:19:33.525Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-20T11:19:33.992Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-20T11:19:33.992Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-20T11:19:34.460Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-20T11:19:34.460Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-20T11:19:37.509Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-20T11:19:37.509Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-20T11:19:37.509Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-20T11:19:37.509Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:19:37.509Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-20T11:19:37.509Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-20T11:19:37.509Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-20T11:19:37.509Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-20T11:19:37.509Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-20T11:19:38.475Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-20T11:19:38.475Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-20T11:19:38.475Z] === RUN TestDockerSuite/TestEventsRename [2022-04-20T11:19:42.211Z] === RUN TestDockerSuite/TestEventsResize [2022-04-20T11:19:44.884Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-20T11:19:44.884Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:19:44.884Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-20T11:19:44.884Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-20T11:19:44.884Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-20T11:19:44.884Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-20T11:19:44.884Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-20T11:19:47.486Z] === RUN TestDockerSuite/TestBuildRm [2022-04-20T11:19:52.036Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-20T11:19:52.504Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-20T11:19:52.504Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-20T11:20:02.444Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-20T11:20:02.929Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-20T11:20:02.929Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-20T11:20:02.929Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-20T11:20:03.916Z] --- PASS: TestDockerSuite (2379.76s) [2022-04-20T11:20:03.916Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2022-04-20T11:20:03.916Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-20T11:20:03.916Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-04-20T11:20:03.916Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-04-20T11:20:03.916Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-04-20T11:20:03.916Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-04-20T11:20:03.916Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-04-20T11:20:03.916Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.76s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.68s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (79.13s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.19s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.10s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.51s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.13s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.13s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (82.64s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.11s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.06s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.88s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.87s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.15s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.49s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.85s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.62s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.29s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.08s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.30s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.78s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.81s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddTar (35.37s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.31s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.56s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.27s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.21s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.55s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.16s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.50s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.48s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.59s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.10s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.59s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.64s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.57s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.66s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.10s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCmd (0.67s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.59s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.61s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.45s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.36s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.57s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.41s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.94s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.50s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.95s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.79s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.49s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (35.09s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.70s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.66s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.39s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.68s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.80s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.77s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.85s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.01s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.67s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignore (50.19s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.77s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (57.78s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.85s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.87s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.58s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.67s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.49s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.52s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.39s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.85s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (82.21s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.49s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.22s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.59s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.77s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.24s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.10s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.05s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.03s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.91s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.49s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.69s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFails (2.76s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.99s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.16s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.34s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.32s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.44s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.53s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.67s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.33s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildHistory (12.19s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.08s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.04s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.81s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.83s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLabel (1.10s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.08s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLabels (1.06s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.65s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.30s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.62s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.64s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.71s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.65s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.67s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (35.07s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.76s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.11s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.38s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.45s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.57s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.57s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.70s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-20T11:20:03.917Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.24s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.00s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.87s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.94s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.44s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.93s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.81s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.07s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.59s) [2022-04-20T11:20:03.917Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.00s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.22s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.72s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.35s) [2022-04-20T11:20:03.918Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-20T11:20:03.918Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.13s) [2022-04-20T11:20:03.918Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.79s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.65s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildRm (13.61s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.57s) [2022-04-20T11:20:03.918Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-04-20T11:20:03.918Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.62s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.17s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.13s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.12s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.57s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.01s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.78s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.52s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.33s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildStderr (4.13s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.24s) [2022-04-20T11:20:03.918Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.69s) [2022-04-20T11:20:03.918Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.38s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.56s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.12s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.14s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.57s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.08s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.80s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.00s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.18s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.06s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.56s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.28s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.53s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.46s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.48s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.26s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.90s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.12s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.94s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.22s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestCommitChange (5.50s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.06s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.26s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestCommitTTY (7.37s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.20s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.69s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.92s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.70s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.89s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.59s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (7.78s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.50s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.43s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.23s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.61s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.65s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.00s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.73s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.59s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.95s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.98s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.46s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.57s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.11s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.50s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.19s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-20T11:20:04.386Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.08s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.05s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.88s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.82s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.82s) [2022-04-20T11:20:04.386Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.77s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00096c3a8_} (2.61s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12175724466_c:\foo_false____} (2.54s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12175724466_c:\foo_true____} (2.58s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.44s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.68s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.65s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.65s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.73s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.66s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.35s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.53s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpToDot (2.77s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCpToStdout (2.85s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.09s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.90s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.23s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.83s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateRM (0.43s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.46s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.04s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.52s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.28s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.74s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.69s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.60s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.67s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.22s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsCopy (4.63s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.07s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.82s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.85s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.81s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.73s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.12s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFilters (5.70s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFormat (5.34s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsRename (2.81s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsResize (8.10s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.57s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.62s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.18s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.49s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.07s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.95s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.05s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.08s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.18s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.21s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.01s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.34s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecInspectID (4.49s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.44s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.27s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.39s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.99s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.05s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.05s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.03s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.18s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.85s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.68s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.18s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.97s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.46s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.97s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.94s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImportBadURL (0.17s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.82s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.77s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.91s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.77s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectDefault (2.78s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectHistory (5.55s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.92s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.32s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.59s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.28s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.30s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectStatus (2.99s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.43s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.49s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.74s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.30s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.78s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.77s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.67s) [2022-04-20T11:20:04.387Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:20:04.387Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.14s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.15s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.00s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.86s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.33s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.15s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.88s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.84s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.86s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.92s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.96s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.91s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsSince (9.49s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsTail (3.30s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.04s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.76s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.69s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.49s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsByOrder (8.88s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.70s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.96s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.32s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.23s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.86s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.00s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.84s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.90s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.68s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.22s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.78s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.70s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.19s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.21s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.84s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.80s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.19s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.04s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.37s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.10s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.04s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.33s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.61s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.50s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiTag (0.64s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.63s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.44s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.01s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.79s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.25s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.03s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.24s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.75s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.65s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.62s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.58s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.30s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.60s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.62s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.00s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.34s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.61s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.70s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.94s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.37s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.57s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.55s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.51s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.59s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunExitCode (2.48s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.55s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.56s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.84s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.64s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.81s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.64s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.47s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.33s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.51s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.40s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.84s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.81s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (6.82s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:20:04.388Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.87s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-20T11:20:04.388Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.25s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunRm (2.60s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.58s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.61s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.60s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.32s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.69s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.57s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.37s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.86s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.55s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.53s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.37s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.13s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.08s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.16s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.34s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.59s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.64s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.66s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.56s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.86s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.98s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.36s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.47s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.72s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.64s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.49s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.51s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.61s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.32s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.57s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.10s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.04s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.22s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.13s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.29s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.89s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.76s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.45s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.03s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.67s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.62s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.25s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:20:04.389Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.24s) [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-20T11:20:04.389Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.389Z] --- PASS: TestDockerRegistrySuite (0.13s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:20:04.389Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-20T11:20:04.390Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-20T11:20:04.390Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-20T11:20:04.390Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-20T11:20:04.390Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-20T11:20:04.390Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-20T11:20:04.390Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-20T11:20:04.390Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerDaemonSuite [2022-04-20T11:20:04.390Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-20T11:20:04.390Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-20T11:20:04.390Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-20T11:20:04.390Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerSwarmSuite [2022-04-20T11:20:04.390Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-20T11:20:04.390Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerExternalVolumeSuite [2022-04-20T11:20:04.390Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerNetworkSuite [2022-04-20T11:20:04.390Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-20T11:20:04.390Z] === RUN TestDockerHubPullSuite [2022-04-20T11:20:04.390Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-20T11:20:04.390Z] PASS [2022-04-20T11:20:04.390Z] ok github.com/docker/docker/integration-cli 2380.106s [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === Skipped [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-04-20T11:20:04.390Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.390Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-04-20T11:20:04.390Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-20T11:20:04.390Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-20T11:20:04.390Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2022-04-20T11:20:04.390Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-04-20T11:20:04.390Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.390Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-04-20T11:20:04.390Z] [2022-04-20T11:20:04.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-04-20T11:20:04.391Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.44s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-04-20T11:20:04.391Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.42s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.391Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-04-20T11:20:04.391Z] [2022-04-20T11:20:04.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-04-20T11:20:04.391Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.39s) [2022-04-20T11:20:04.392Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-20T11:20:04.392Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.43s) [2022-04-20T11:20:04.392Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-20T11:20:04.392Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-20T11:20:04.392Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:20:04.392Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:20:04.392Z] [2022-04-20T11:20:04.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-20T11:20:04.392Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.392Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-20T11:20:04.393Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.393Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-20T11:20:04.393Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-20T11:20:04.863Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-20T11:20:04.863Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-04-20T11:20:04.863Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:20:04.863Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:20:04.863Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-20T11:20:04.863Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-20T11:20:04.863Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-04-20T11:20:04.863Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.863Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-04-20T11:20:04.863Z] [2022-04-20T11:20:04.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:20:04.863Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:20:04.864Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:20:04.864Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-04-20T11:20:04.864Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-04-20T11:20:04.864Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-20T11:20:04.864Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:20:04.864Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-20T11:20:04.864Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:20:04.864Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:20:04.864Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-04-20T11:20:04.864Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-04-20T11:20:04.864Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-04-20T11:20:04.864Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-20T11:20:04.864Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.864Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-20T11:20:04.864Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-20T11:20:04.865Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-20T11:20:04.865Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:20:04.865Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.865Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:20:04.865Z] [2022-04-20T11:20:04.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.866Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-20T11:20:04.866Z] [2022-04-20T11:20:04.866Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-20T11:20:04.866Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.867Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:20:04.867Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.867Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:20:04.867Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-20T11:20:04.868Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:20:04.868Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-20T11:20:04.868Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:20:04.868Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.868Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:20:04.868Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.868Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:20:04.868Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-20T11:20:04.869Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] DONE 1088 tests, 539 skipped in 2391.156s [2022-04-20T11:20:04.869Z] INFO: Integration tests ended at 04/20/2022 11:20:04. Duration:00:39:51.3001423 [2022-04-20T11:20:04.869Z] INFO: Docker info of the daemon under test at end of run [2022-04-20T11:20:04.869Z] [2022-04-20T11:20:04.869Z] Containers: 10 [2022-04-20T11:20:04.869Z] Running: 0 [2022-04-20T11:20:04.869Z] Paused: 0 [2022-04-20T11:20:04.869Z] Stopped: 10 [2022-04-20T11:20:04.869Z] Images: 18 [2022-04-20T11:20:04.869Z] Server Version: 0.0.0-dev [2022-04-20T11:20:04.869Z] Storage Driver: windowsfilter [2022-04-20T11:20:04.869Z] Windows: [2022-04-20T11:20:04.869Z] Logging Driver: json-file [2022-04-20T11:20:04.869Z] Plugins: [2022-04-20T11:20:04.869Z] Volume: local [2022-04-20T11:20:04.869Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T11:20:04.869Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T11:20:04.869Z] Swarm: inactive [2022-04-20T11:20:04.869Z] Default Isolation: process [2022-04-20T11:20:04.869Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T11:20:04.869Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-20T11:20:04.869Z] OSType: windows [2022-04-20T11:20:04.869Z] Architecture: x86_64 [2022-04-20T11:20:04.869Z] CPUs: 4 [2022-04-20T11:20:04.869Z] Total Memory: 32GiB [2022-04-20T11:20:04.869Z] Name: azwin-2-acacd0 [2022-04-20T11:20:04.869Z] ID: 2ZUI:JMC6:JOEI:CILH:YZ5J:HX66:2LWU:BOVU:G4BJ:YBLB:43X5:HC6M [2022-04-20T11:20:05.337Z] Docker Root Dir: D:\CI\PR-43501\3\daemon [2022-04-20T11:20:05.337Z] Debug Mode (client): false [2022-04-20T11:20:05.337Z] Debug Mode (server): true [2022-04-20T11:20:05.337Z] File Descriptors: -1 [2022-04-20T11:20:05.337Z] Goroutines: 17 [2022-04-20T11:20:05.337Z] System Time: 2022-04-20T11:20:04.8129091Z [2022-04-20T11:20:05.337Z] EventsListeners: 0 [2022-04-20T11:20:05.337Z] Registry: https://index.docker.io/v1/ [2022-04-20T11:20:05.337Z] Labels: [2022-04-20T11:20:05.337Z] Experimental: false [2022-04-20T11:20:05.337Z] Insecure Registries: [2022-04-20T11:20:05.337Z] 127.0.0.0/8 [2022-04-20T11:20:05.337Z] Live Restore Enabled: false [2022-04-20T11:20:05.337Z] [2022-04-20T11:20:05.337Z] [2022-04-20T11:20:05.337Z] INFO: Stopping daemon under test [2022-04-20T11:20:05.337Z] SUCCESS: The process with PID 4252 (child process of PID 5808) has been terminated. [2022-04-20T11:20:05.337Z] SUCCESS: The process with PID 5808 (child process of PID 2952) has been terminated. [2022-04-20T11:20:05.337Z] INFO: Stop tailing logs of the daemon under tests [2022-04-20T11:20:05.337Z] INFO: executeCI.ps1 Completed successfully at 04/20/2022 11:20:05. [2022-04-20T11:20:05.337Z] INFO: Tidying up at end of run [2022-04-20T11:20:05.337Z] INFO: Saving daemon under test log (d:\CI\PR-43501\3\dut.out) to bundles\CIDUT.out [2022-04-20T11:20:05.337Z] INFO: Saving daemon under test log (d:\CI\PR-43501\3\dut.err) to bundles\CIDUT.err [2022-04-20T11:20:05.337Z] INFO: Saving containerd logs to bundles [2022-04-20T11:20:05.337Z] INFO: Nuke-Everything... [2022-04-20T11:20:05.337Z] INFO: Container count on control daemon to delete is 2 [2022-04-20T11:20:05.804Z] 7dbf47fc69e7 [2022-04-20T11:20:05.804Z] 2d4989215b8c [2022-04-20T11:20:05.804Z] INFO: Tidying pidfile d:\CI\PR-43501\3\docker.pid [2022-04-20T11:20:05.804Z] INFO: Nuking d:\CI [2022-04-20T11:20:06.238Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-20T11:20:06.238Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-20T11:20:06.238Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-20T11:20:06.238Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-20T11:20:06.707Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-20T11:20:08.935Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-20T11:20:12.728Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-20T11:20:17.486Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-20T11:20:17.973Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-20T11:20:18.942Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-20T11:20:23.360Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-20T11:20:23.662Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-20T11:20:29.439Z] === RUN TestDockerSuite/TestEventsTop [2022-04-20T11:20:29.439Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-20T11:20:29.439Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-20T11:20:31.087Z] INFO: Zapped successfully [2022-04-20T11:20:31.087Z] [2022-04-20T11:20:31.087Z] INFO: executeCI.ps1 exiting at Wed Apr 20 11:20:28 CUT 2022. Duration 01:05:01.5852447 [2022-04-20T11:20:31.087Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-20T11:20:31.334Z] Recording test results [2022-04-20T11:20:31.616Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-20T11:20:37.395Z] === RUN TestDockerSuite/TestExec [2022-04-20T11:20:37.395Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:20:37.395Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-20T11:20:37.395Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:20:37.395Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-20T11:20:40.561Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-20T11:20:41.124Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-20T11:20:42.675Z] Creating win-2022-integration-bundles.zip [2022-04-20T11:20:44.027Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-20T11:20:44.028Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-20T11:20:44.028Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-20T11:20:44.028Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-20T11:20:44.028Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-20T11:20:44.028Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:20:44.028Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [Pipeline] archiveArtifacts [2022-04-20T11:20:44.461Z] Archiving artifacts [2022-04-20T11:20:47.766Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-20T11:20:51.492Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-20T11:20:53.481Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-20T11:20:53.481Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-20T11:20:53.481Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-20T11:20:56.168Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-20T11:20:59.999Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-20T11:21:00.476Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T11:21:01.429Z] + make clean [2022-04-20T11:21:02.993Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T11:21:02.993Z] docker-dev-cache [2022-04-20T11:21:02.993Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-20T11:21:05.999Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-20T11:21:06.000Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-20T11:21:07.071Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-20T11:21:07.071Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-20T11:21:07.071Z] === RUN TestDockerSuite/TestExecEnv [2022-04-20T11:21:07.071Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:21:07.071Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-20T11:21:07.071Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-20T11:21:07.071Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-20T11:21:10.795Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-20T11:21:11.870Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-20T11:21:11.870Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-20T11:21:17.756Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-20T11:21:17.849Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-20T11:21:17.849Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-20T11:21:17.849Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-20T11:21:17.849Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-20T11:21:17.849Z] === RUN TestDockerSuite/TestExecParseError [2022-04-20T11:21:17.849Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-20T11:21:17.849Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-20T11:21:17.849Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-20T11:21:17.849Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-20T11:21:17.849Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-20T11:21:17.849Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-20T11:21:21.578Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-20T11:21:21.578Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-20T11:21:21.578Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-20T11:21:21.578Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-20T11:21:21.578Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-20T11:21:21.578Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-20T11:21:21.578Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-20T11:21:21.578Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-20T11:21:21.578Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-20T11:21:21.578Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-20T11:21:21.578Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-20T11:21:26.254Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-20T11:21:26.254Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-20T11:21:26.254Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-20T11:21:33.315Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-20T11:21:33.315Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-20T11:21:33.315Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-20T11:21:33.315Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-20T11:21:33.315Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-20T11:21:33.315Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-20T11:21:33.315Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-20T11:21:41.867Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-20T11:21:43.076Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-20T11:21:43.076Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-20T11:21:43.076Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-20T11:21:45.299Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-20T11:21:46.874Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-20T11:21:48.932Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-20T11:21:52.654Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-20T11:21:52.764Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-20T11:21:58.633Z] === RUN TestDockerSuite/TestBuildUser [2022-04-20T11:21:58.633Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-20T11:21:58.633Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-20T11:21:58.633Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-20T11:21:58.633Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-20T11:21:58.633Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-20T11:21:58.633Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-20T11:22:01.376Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestHealth [2022-04-20T11:22:01.376Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-20T11:22:01.376Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-20T11:22:04.509Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-20T11:22:04.509Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-20T11:22:07.165Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-20T11:22:07.165Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-20T11:22:07.165Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-20T11:22:07.165Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-20T11:22:07.165Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-20T11:22:07.165Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-20T11:22:07.165Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-20T11:22:08.127Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-20T11:22:08.127Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-20T11:22:08.127Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-20T11:22:08.304Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-20T11:22:08.304Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-20T11:22:08.304Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-20T11:22:08.304Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-20T11:22:08.304Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-20T11:22:09.663Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-20T11:22:09.663Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-20T11:22:11.830Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-20T11:22:11.830Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-20T11:22:14.724Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-20T11:22:18.452Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-20T11:22:18.908Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-20T11:22:18.908Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:22:18.908Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-20T11:22:22.634Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-20T11:22:23.099Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestImportFile [2022-04-20T11:22:23.099Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-20T11:22:23.099Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-20T11:22:23.099Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-20T11:22:23.099Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-20T11:22:23.099Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-20T11:22:23.099Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-20T11:22:23.099Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.099Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-20T11:22:23.559Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-20T11:22:23.559Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.559Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-20T11:22:23.559Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:22:23.559Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-20T11:22:27.291Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-20T11:22:30.189Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-20T11:22:30.189Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:22:30.189Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-20T11:22:30.189Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-20T11:22:30.189Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-20T11:22:30.189Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-20T11:22:30.189Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-20T11:22:30.189Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-20T11:22:33.927Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-20T11:22:33.927Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-20T11:22:37.648Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-20T11:22:37.648Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-20T11:22:37.648Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-20T11:22:37.648Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-20T11:22:37.648Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-20T11:22:37.648Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-20T11:22:37.648Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-20T11:22:38.434Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-20T11:22:38.434Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-20T11:22:40.546Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-20T11:22:45.606Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-20T11:22:47.601Z] === RUN TestDockerSuite/TestInspectImage [2022-04-20T11:22:47.601Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:22:47.601Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-20T11:22:47.601Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:22:47.601Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-20T11:22:47.601Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:22:47.601Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-20T11:22:50.520Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-20T11:22:54.250Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-20T11:22:54.250Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-20T11:22:57.978Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-20T11:22:58.116Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-20T11:22:58.116Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-20T11:22:58.116Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-20T11:22:58.116Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-20T11:22:58.116Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-20T11:23:01.070Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-20T11:23:01.070Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-20T11:23:01.544Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-20T11:23:01.705Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-20T11:23:01.705Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-20T11:23:01.705Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-20T11:23:01.705Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-20T11:23:06.382Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-20T11:23:10.117Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-20T11:23:16.501Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-20T11:23:17.173Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-20T11:23:20.302Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-20T11:23:20.770Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-20T11:23:21.845Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-20T11:23:24.760Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-20T11:23:28.483Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-20T11:23:32.206Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-20T11:23:35.331Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-20T11:23:39.127Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-20T11:23:39.127Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-20T11:23:39.127Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-20T11:23:39.127Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-20T11:23:42.027Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-20T11:23:42.027Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-20T11:23:42.027Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-20T11:23:42.027Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-20T11:23:42.496Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-20T11:23:42.496Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-20T11:23:42.496Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-20T11:23:42.850Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-20T11:23:44.066Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-20T11:23:46.575Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-20T11:23:53.629Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-20T11:23:54.501Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-20T11:23:56.528Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-20T11:23:56.528Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-20T11:23:56.528Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-20T11:23:56.727Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-20T11:23:56.727Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-20T11:23:56.727Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-20T11:23:56.727Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-20T11:23:56.727Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-20T11:23:56.727Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T11:23:56.727Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-20T11:23:59.683Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-20T11:24:00.249Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-20T11:24:00.249Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-20T11:24:05.553Z] === RUN TestDockerSuite/TestCommitChange [2022-04-20T11:24:08.799Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-20T11:24:15.853Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-20T11:24:15.991Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-20T11:24:20.754Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-20T11:24:20.754Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-20T11:24:20.754Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-20T11:24:24.416Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-20T11:24:28.160Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-20T11:24:33.933Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-20T11:24:33.933Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-20T11:24:33.933Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-20T11:24:35.703Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-20T11:24:35.703Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:24:35.703Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-20T11:24:36.824Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-20T11:24:39.716Z] === RUN TestDockerSuite/TestLogsSince [2022-04-20T11:24:48.203Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-20T11:24:50.004Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-20T11:24:50.004Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-20T11:24:50.004Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-20T11:24:50.004Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-20T11:24:50.004Z] === RUN TestDockerSuite/TestLogsTail [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-20T11:24:51.998Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-20T11:24:51.998Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-20T11:24:51.998Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-20T11:24:51.998Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-20T11:24:51.998Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-20T11:24:51.998Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-20T11:24:51.998Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-20T11:24:51.998Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-20T11:24:53.735Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-20T11:24:57.476Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-20T11:25:00.679Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-20T11:25:01.220Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-20T11:25:01.221Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-20T11:25:01.221Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestNetHostname [2022-04-20T11:25:01.221Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-20T11:25:01.221Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-20T11:25:01.221Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-20T11:25:01.221Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginActive [2022-04-20T11:25:01.221Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-20T11:25:01.221Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-20T11:25:01.221Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-20T11:25:01.221Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-20T11:25:01.221Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-20T11:25:01.221Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-20T11:25:01.221Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-20T11:25:01.221Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-20T11:25:01.221Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.221Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-20T11:25:01.221Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.680Z] === RUN TestDockerSuite/TestPortList [2022-04-20T11:25:01.680Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-20T11:25:01.680Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-20T11:25:08.774Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-20T11:25:08.774Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-20T11:25:08.774Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-20T11:25:08.774Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-20T11:25:08.774Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-20T11:25:08.774Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-20T11:25:08.774Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-20T11:25:08.774Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-20T11:25:08.774Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-20T11:25:15.865Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-20T11:25:15.865Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-20T11:25:15.865Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-20T11:25:21.919Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-20T11:25:21.919Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-20T11:25:21.919Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-20T11:25:21.919Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-20T11:25:21.919Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-20T11:25:21.919Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-20T11:25:21.919Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:25:21.919Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-20T11:25:21.919Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:25:21.919Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-20T11:25:29.078Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-20T11:25:29.078Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-20T11:25:29.078Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-20T11:25:29.078Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-20T11:25:30.754Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-20T11:25:30.754Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-20T11:25:30.754Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-20T11:25:32.038Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-20T11:25:32.038Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-20T11:25:32.038Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-20T11:25:32.508Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-20T11:25:32.508Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-20T11:25:32.508Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-20T11:25:32.508Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-20T11:25:32.508Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-20T11:25:35.467Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-20T11:25:38.423Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-20T11:25:40.658Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-20T11:25:40.658Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-20T11:25:40.658Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-20T11:25:40.658Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-20T11:25:43.616Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-20T11:25:43.616Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-20T11:25:45.555Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-20T11:25:46.568Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-20T11:25:46.568Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-20T11:25:46.568Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-20T11:25:46.568Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-20T11:25:46.568Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-20T11:25:55.240Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-20T11:25:55.240Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-20T11:25:56.810Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-20T11:25:56.810Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-20T11:25:56.810Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-20T11:25:59.779Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-20T11:25:59.779Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-20T11:26:06.617Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-20T11:26:06.617Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-20T11:26:06.617Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-20T11:26:06.617Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-20T11:26:06.617Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-20T11:26:06.617Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-20T11:26:08.459Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-20T11:26:10.335Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-20T11:26:12.252Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-20T11:26:17.029Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-20T11:26:17.029Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-20T11:26:17.029Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-20T11:26:17.029Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-20T11:26:17.029Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-20T11:26:19.256Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-20T11:26:19.256Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-20T11:26:19.256Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-20T11:26:20.629Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-20T11:26:26.433Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-20T11:26:26.433Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-20T11:26:26.433Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-20T11:26:29.178Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-20T11:26:29.178Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-20T11:26:29.178Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-20T11:26:29.178Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-20T11:26:29.178Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-20T11:26:29.395Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-20T11:26:29.395Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-20T11:26:35.263Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-20T11:26:36.227Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-20T11:26:36.227Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.227Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-20T11:26:36.227Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.227Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-20T11:26:36.227Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.227Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-20T11:26:36.227Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.227Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-20T11:26:36.829Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-20T11:26:36.829Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.829Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-20T11:26:36.829Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.829Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-20T11:26:36.829Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.829Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-20T11:26:36.829Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.829Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-20T11:26:36.829Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-20T11:26:36.829Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-20T11:26:39.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-20T11:26:39.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-20T11:26:42.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-20T11:26:45.718Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-20T11:26:48.636Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-20T11:26:48.636Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-20T11:26:48.636Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-20T11:26:48.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-20T11:26:49.597Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-20T11:26:49.597Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-20T11:26:49.597Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-20T11:26:51.124Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-20T11:26:51.637Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000914630_} [2022-04-20T11:26:52.086Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-20T11:26:52.086Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-20T11:26:52.086Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-20T11:26:54.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1269093461_c:\foo_false____} [2022-04-20T11:26:57.559Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1269093461_c:\foo_true____} [2022-04-20T11:26:59.145Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-20T11:27:00.518Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-20T11:27:00.518Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-20T11:27:00.518Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-20T11:27:00.518Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-20T11:27:00.518Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-20T11:27:00.518Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-20T11:27:00.518Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-20T11:27:03.572Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-20T11:27:03.572Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-20T11:27:03.572Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-20T11:27:04.043Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-20T11:27:04.043Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-20T11:27:04.043Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-20T11:27:04.043Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:27:04.043Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-20T11:27:04.043Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:27:04.043Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-20T11:27:06.199Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-20T11:27:09.936Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-20T11:27:12.707Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-20T11:27:12.707Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-20T11:27:12.707Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-20T11:27:12.707Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-20T11:27:19.871Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-20T11:27:19.871Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-20T11:27:19.871Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-20T11:27:19.871Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-20T11:27:19.871Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-20T11:27:19.871Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-20T11:27:19.871Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-20T11:27:32.378Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-20T11:27:38.258Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-20T11:27:38.258Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:27:38.727Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-20T11:27:38.727Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-20T11:27:38.727Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-20T11:27:45.585Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-20T11:27:45.585Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:27:45.585Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-20T11:27:52.634Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-20T11:27:52.634Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-20T11:27:53.092Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-20T11:27:54.055Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-20T11:27:56.551Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-20T11:27:56.551Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-20T11:27:56.551Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-20T11:27:56.551Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:27:56.551Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-20T11:28:02.741Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-20T11:28:05.232Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-20T11:28:05.232Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-20T11:28:05.232Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-20T11:28:05.232Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-20T11:28:05.232Z] === RUN TestDockerSuite/TestCpToDot [2022-04-20T11:28:08.188Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-20T11:28:08.188Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-20T11:28:08.188Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-20T11:28:08.188Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-20T11:28:08.188Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-20T11:28:09.795Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-20T11:28:09.795Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:28:09.795Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-20T11:28:11.140Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-20T11:28:11.140Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:28:11.140Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-20T11:28:11.140Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-20T11:28:11.140Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-20T11:28:11.140Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-20T11:28:11.140Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-20T11:28:11.140Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-20T11:28:11.140Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-20T11:28:11.140Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-20T11:28:11.140Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-20T11:28:14.099Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-20T11:28:16.321Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-20T11:28:16.790Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-20T11:28:16.790Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-20T11:28:16.845Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-20T11:28:16.845Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-20T11:28:16.845Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-20T11:28:19.742Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-20T11:28:20.211Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-20T11:28:20.211Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-20T11:28:20.211Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-20T11:28:20.211Z] === RUN TestDockerSuite/TestCreateRM [2022-04-20T11:28:20.680Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-20T11:28:20.680Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T11:28:21.148Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-20T11:28:21.148Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-20T11:28:21.617Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-20T11:28:36.564Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-20T11:28:36.564Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-20T11:28:36.564Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-20T11:28:37.905Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-20T11:28:39.437Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-20T11:28:40.361Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-20T11:28:40.399Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-20T11:28:40.830Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-20T11:28:40.830Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:28:40.830Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-20T11:28:43.807Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-20T11:28:43.807Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-20T11:28:43.807Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-20T11:28:43.807Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-20T11:28:43.807Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-20T11:28:43.807Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-20T11:28:43.807Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-20T11:28:43.807Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-20T11:28:44.277Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-20T11:28:44.277Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-20T11:28:44.277Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestDockerFails [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-20T11:28:44.277Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-20T11:28:44.277Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-20T11:28:44.277Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-20T11:28:44.277Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-20T11:28:44.277Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-20T11:28:44.277Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-20T11:28:47.231Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-20T11:28:50.190Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-20T11:28:50.692Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-20T11:28:53.152Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-20T11:28:56.473Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-20T11:29:01.819Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-20T11:29:06.777Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-20T11:29:07.693Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-20T11:29:12.558Z] === RUN TestDockerSuite/TestRmiTag [2022-04-20T11:29:12.558Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-20T11:29:16.296Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-20T11:29:20.197Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-20T11:29:21.187Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-20T11:29:22.175Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-20T11:29:26.942Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-20T11:29:27.411Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-20T11:29:28.977Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-20T11:29:34.849Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-20T11:29:39.604Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-20T11:29:39.604Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-20T11:29:39.604Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-20T11:29:40.077Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:29:40.077Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-20T11:29:40.077Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-20T11:29:40.077Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-20T11:29:40.077Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-20T11:29:40.077Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-20T11:29:41.066Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-20T11:29:41.066Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-20T11:29:41.066Z] === RUN TestDockerSuite/TestEventsRename [2022-04-20T11:29:41.679Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-20T11:29:41.679Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-20T11:29:49.012Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-20T11:29:49.468Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-20T11:29:49.468Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-20T11:29:49.468Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-20T11:29:49.468Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-20T11:29:49.468Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-20T11:29:49.468Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-20T11:29:49.468Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-20T11:29:49.468Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-20T11:29:49.734Z] === RUN TestDockerSuite/TestEventsResize [2022-04-20T11:29:53.187Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-20T11:29:53.187Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-20T11:29:53.187Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-20T11:29:53.187Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-20T11:29:53.187Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-20T11:29:58.404Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-20T11:29:59.978Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-20T11:30:00.238Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-20T11:30:03.770Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-20T11:30:03.966Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-20T11:30:06.856Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-20T11:30:08.526Z] === RUN TestDockerSuite/TestEventsTop [2022-04-20T11:30:08.526Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-20T11:30:08.526Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-20T11:30:10.576Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-20T11:30:11.485Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-20T11:30:13.534Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-20T11:30:13.534Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-20T11:30:16.242Z] === RUN TestDockerSuite/TestExec [2022-04-20T11:30:16.242Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:30:16.242Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-20T11:30:16.242Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:30:16.242Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-20T11:30:18.463Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-20T11:30:20.586Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-20T11:30:20.586Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-20T11:30:21.043Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-20T11:30:21.043Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-20T11:30:21.043Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-20T11:30:21.043Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-20T11:30:21.043Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-20T11:30:21.416Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-20T11:30:21.416Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-20T11:30:21.416Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-20T11:30:21.416Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-20T11:30:21.416Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-20T11:30:21.416Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:30:21.416Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-20T11:30:23.630Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-20T11:30:24.037Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-20T11:30:24.037Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-20T11:30:24.037Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-20T11:30:26.584Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-20T11:30:28.705Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-20T11:30:28.705Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-20T11:30:28.705Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-20T11:30:28.705Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-20T11:30:28.705Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-20T11:30:29.538Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-20T11:30:31.599Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-20T11:30:31.599Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-20T11:30:31.599Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-20T11:30:31.599Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-20T11:30:31.758Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-20T11:30:32.055Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-20T11:30:32.055Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-20T11:30:32.055Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-20T11:30:32.055Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-20T11:30:32.055Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-20T11:30:32.055Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-20T11:30:32.055Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-20T11:30:32.055Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-20T11:30:32.055Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-20T11:30:32.055Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-20T11:30:32.055Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-20T11:30:34.225Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-20T11:30:37.642Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-20T11:30:37.642Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-20T11:30:37.642Z] === RUN TestDockerSuite/TestExecEnv [2022-04-20T11:30:37.642Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:30:37.642Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-20T11:30:37.642Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-20T11:30:37.642Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-20T11:30:37.949Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-20T11:30:39.858Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-20T11:30:41.679Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-20T11:30:41.679Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-20T11:30:41.679Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-20T11:30:41.679Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-20T11:30:41.679Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-20T11:30:41.679Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-20T11:30:41.679Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-20T11:30:44.574Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-20T11:30:44.574Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-20T11:30:44.574Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-20T11:30:44.574Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-20T11:30:44.574Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-20T11:30:44.574Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-20T11:30:44.574Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-20T11:30:44.574Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-20T11:30:44.574Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-20T11:30:45.732Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-20T11:30:45.732Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-20T11:30:45.732Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-20T11:30:45.732Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-20T11:30:45.732Z] === RUN TestDockerSuite/TestExecParseError [2022-04-20T11:30:45.732Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-20T11:30:45.732Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-20T11:30:45.732Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-20T11:30:45.732Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-20T11:30:45.732Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-20T11:30:45.732Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-20T11:30:46.741Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-20T11:30:48.688Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-20T11:30:48.688Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-20T11:30:48.688Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-20T11:30:48.688Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-20T11:30:48.688Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-20T11:30:48.688Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-20T11:30:48.688Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-20T11:30:48.688Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-20T11:30:48.688Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-20T11:30:48.688Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-20T11:30:48.688Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-20T11:30:51.638Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-20T11:30:51.638Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-20T11:30:51.638Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-20T11:30:55.288Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-20T11:30:55.288Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-20T11:30:55.288Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-20T11:30:55.288Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-20T11:30:55.288Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-20T11:30:55.288Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-20T11:30:55.288Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-20T11:30:55.288Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-20T11:30:55.288Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-20T11:30:55.288Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-20T11:30:55.288Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-20T11:30:55.288Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-20T11:30:55.288Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-20T11:30:58.177Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-20T11:30:58.177Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-20T11:30:58.177Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-20T11:30:58.177Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-20T11:30:58.177Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-20T11:30:58.177Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-20T11:31:00.309Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-20T11:31:00.309Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-20T11:31:00.309Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-20T11:31:00.309Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-20T11:31:00.309Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-20T11:31:00.309Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-20T11:31:00.309Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-20T11:31:01.067Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-20T11:31:04.788Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-20T11:31:04.788Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-20T11:31:04.788Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-20T11:31:07.474Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-20T11:31:07.679Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-20T11:31:07.679Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-20T11:31:07.679Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-20T11:31:07.679Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:31:07.679Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-20T11:31:07.679Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-20T11:31:07.679Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-20T11:31:11.396Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-20T11:31:13.347Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-20T11:31:14.291Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-20T11:31:17.147Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-20T11:31:18.019Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-20T11:31:20.910Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-20T11:31:20.910Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-20T11:31:20.910Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-20T11:31:20.910Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-20T11:31:20.910Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:31:20.910Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-20T11:31:20.910Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-20T11:31:20.910Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-20T11:31:20.910Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-20T11:31:20.910Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T11:31:20.910Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-20T11:31:21.366Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-20T11:31:21.366Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-20T11:31:21.366Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-20T11:31:21.366Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-20T11:31:21.366Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-20T11:31:24.315Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestHealth [2022-04-20T11:31:24.315Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-20T11:31:24.315Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-20T11:31:27.144Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-20T11:31:27.144Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-20T11:31:27.144Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-20T11:31:27.144Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-20T11:31:27.144Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-20T11:31:27.144Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-20T11:31:27.144Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-20T11:31:27.144Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-20T11:31:27.144Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:31:27.144Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-20T11:31:27.144Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:31:27.600Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-20T11:31:29.078Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-20T11:31:29.547Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-20T11:31:29.547Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-20T11:31:29.547Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-20T11:31:29.547Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-20T11:31:29.547Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-20T11:31:30.015Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-20T11:31:31.004Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-20T11:31:31.004Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-20T11:31:31.004Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-20T11:31:32.573Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-20T11:31:32.573Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-20T11:31:34.789Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-20T11:31:34.789Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-20T11:31:36.191Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-20T11:31:36.191Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-20T11:31:36.191Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-20T11:31:37.743Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunMount [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-20T11:31:39.107Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-20T11:31:39.107Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-20T11:31:41.541Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-20T11:31:41.541Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-20T11:31:41.541Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:31:41.541Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-20T11:31:46.299Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImportFile [2022-04-20T11:31:46.299Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-20T11:31:46.299Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-20T11:31:46.299Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-20T11:31:46.299Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-20T11:31:46.299Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-20T11:31:46.299Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-20T11:31:46.299Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-20T11:31:46.299Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-20T11:31:46.299Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:31:46.299Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-20T11:31:49.253Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-20T11:31:49.480Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-20T11:31:49.480Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-20T11:31:49.480Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-20T11:31:49.480Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-20T11:31:49.480Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-20T11:31:49.480Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-20T11:31:49.480Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-20T11:31:51.474Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-20T11:31:51.474Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:31:51.474Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-20T11:31:51.474Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-20T11:31:51.474Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-20T11:31:51.474Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-20T11:31:51.474Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-20T11:31:51.474Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-20T11:31:54.429Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-20T11:31:54.429Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-20T11:31:56.538Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-20T11:31:57.380Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-20T11:31:57.380Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-20T11:31:57.380Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-20T11:31:57.380Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-20T11:31:57.380Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-20T11:31:57.380Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-20T11:31:57.380Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-20T11:32:00.337Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-20T11:32:03.595Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-20T11:32:03.595Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-20T11:32:04.564Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-20T11:32:06.219Z] === RUN TestDockerSuite/TestInspectImage [2022-04-20T11:32:06.219Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:32:06.219Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-20T11:32:06.219Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:32:06.219Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-20T11:32:06.219Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:32:06.219Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-20T11:32:06.729Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-20T11:32:08.433Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-20T11:32:09.621Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-20T11:32:10.584Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-20T11:32:10.648Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-20T11:32:11.118Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-20T11:32:13.492Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-20T11:32:13.948Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-20T11:32:13.948Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T11:32:14.086Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-20T11:32:17.042Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-20T11:32:17.042Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-20T11:32:17.042Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-20T11:32:17.042Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-20T11:32:18.629Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-20T11:32:18.629Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-20T11:32:18.629Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-20T11:32:18.629Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-20T11:32:18.629Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-20T11:32:18.629Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-20T11:32:18.629Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-20T11:32:18.629Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-20T11:32:18.629Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-20T11:32:18.629Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-20T11:32:18.629Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-20T11:32:19.265Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-20T11:32:23.067Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-20T11:32:27.826Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-20T11:32:30.913Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-20T11:32:30.985Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-20T11:32:30.985Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-20T11:32:30.985Z] === RUN TestDockerSuite/TestRunRm [2022-04-20T11:32:33.869Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-20T11:32:33.893Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-20T11:32:36.829Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-20T11:32:38.850Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-20T11:32:40.944Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-20T11:32:41.805Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-20T11:32:43.834Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-20T11:32:47.562Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-20T11:32:48.966Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-20T11:32:49.435Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-20T11:32:49.435Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-20T11:32:49.435Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-20T11:32:49.435Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-20T11:32:49.903Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-20T11:32:49.903Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-20T11:32:51.282Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-20T11:32:51.282Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T11:32:51.282Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-20T11:32:51.282Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-20T11:32:51.282Z] === RUN TestDockerSuite/TestRunState [2022-04-20T11:32:51.282Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-20T11:32:51.282Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-20T11:32:52.124Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-20T11:32:54.344Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-20T11:32:55.000Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-20T11:32:55.000Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-20T11:32:55.000Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-20T11:32:55.000Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-20T11:32:55.000Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-20T11:32:55.000Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-20T11:32:55.000Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-20T11:32:55.000Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-20T11:32:55.456Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-20T11:32:55.456Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-20T11:32:55.456Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-20T11:32:55.456Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-20T11:33:01.244Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-20T11:33:01.244Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-20T11:33:01.517Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-20T11:33:03.738Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-20T11:33:03.738Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-20T11:33:03.738Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-20T11:33:04.981Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-20T11:33:04.981Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-20T11:33:04.981Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-20T11:33:06.694Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-20T11:33:06.694Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-20T11:33:08.707Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-20T11:33:08.707Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-20T11:33:08.707Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-20T11:33:08.707Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-20T11:33:08.707Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-20T11:33:12.434Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-20T11:33:15.366Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-20T11:33:22.727Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-20T11:33:24.033Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-20T11:33:29.862Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-20T11:33:32.705Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-20T11:33:34.930Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-20T11:33:37.882Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-20T11:33:37.882Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-20T11:33:37.882Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-20T11:33:40.159Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-20T11:33:40.159Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-20T11:33:40.159Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-20T11:33:40.159Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-20T11:33:43.887Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-20T11:33:46.554Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-20T11:33:47.611Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-20T11:33:48.121Z] === RUN TestDockerSuite/TestLogsSince [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-20T11:33:50.501Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-20T11:33:50.501Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-20T11:33:50.501Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-20T11:33:50.501Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-20T11:33:50.501Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-20T11:33:50.501Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-20T11:33:50.501Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-20T11:33:50.957Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-20T11:33:56.731Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-20T11:33:58.561Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-20T11:33:58.561Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-20T11:33:58.561Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-20T11:33:58.561Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-20T11:33:58.561Z] === RUN TestDockerSuite/TestLogsTail [2022-04-20T11:33:58.901Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-20T11:34:01.066Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-20T11:34:01.513Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-20T11:34:04.473Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-20T11:34:07.431Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-20T11:34:07.431Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestNetHostname [2022-04-20T11:34:07.431Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-20T11:34:07.431Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-20T11:34:07.431Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-20T11:34:07.431Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestPluginActive [2022-04-20T11:34:07.431Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-20T11:34:07.431Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-20T11:34:07.431Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-20T11:34:07.431Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-20T11:34:07.431Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-20T11:34:07.431Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-20T11:34:07.900Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-20T11:34:07.900Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.900Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-20T11:34:07.900Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.900Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-20T11:34:07.900Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.900Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-20T11:34:07.900Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.900Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-20T11:34:07.900Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.900Z] === RUN TestDockerSuite/TestPortList [2022-04-20T11:34:07.900Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-20T11:34:07.900Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-20T11:34:08.118Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-20T11:34:08.118Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-20T11:34:08.118Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-20T11:34:08.118Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-20T11:34:08.118Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-20T11:34:08.118Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-20T11:34:08.118Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-20T11:34:08.118Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-20T11:34:08.118Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-20T11:34:08.118Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-20T11:34:08.118Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.118Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-20T11:34:08.118Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.119Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-20T11:34:08.119Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.119Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-20T11:34:08.119Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.119Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-20T11:34:08.119Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.119Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-20T11:34:08.119Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.119Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-20T11:34:08.119Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-20T11:34:08.119Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-20T11:34:11.837Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-20T11:34:11.837Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-20T11:34:12.297Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-20T11:34:12.297Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-20T11:34:13.784Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-20T11:34:13.784Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-20T11:34:13.784Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-20T11:34:13.784Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-20T11:34:13.784Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-20T11:34:13.784Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-20T11:34:13.784Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-20T11:34:13.784Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-20T11:34:13.784Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-20T11:34:14.466Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-20T11:34:14.466Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-20T11:34:17.360Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-20T11:34:20.254Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-20T11:34:23.971Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-20T11:34:23.971Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:34:23.971Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-20T11:34:28.726Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-20T11:34:28.726Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-20T11:34:28.726Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-20T11:34:36.321Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-20T11:34:36.321Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:34:36.321Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-20T11:34:39.161Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-20T11:34:39.161Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-20T11:34:39.161Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-20T11:34:41.116Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-20T11:34:41.116Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-20T11:34:41.116Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-20T11:34:41.116Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:34:41.116Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-20T11:34:41.116Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-20T11:34:41.116Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-20T11:34:41.116Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-20T11:34:41.116Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-20T11:34:51.413Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-20T11:34:51.413Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-20T11:34:51.413Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-20T11:34:51.413Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-20T11:34:51.413Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-20T11:34:51.413Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-20T11:34:51.413Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-20T11:34:51.413Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:34:51.413Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-20T11:34:51.413Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-20T11:34:51.413Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-20T11:34:51.413Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:34:51.413Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-20T11:34:51.658Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-20T11:34:54.596Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-20T11:34:59.296Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-20T11:34:59.296Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-20T11:34:59.296Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-20T11:35:03.146Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-20T11:35:03.146Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-20T11:35:03.146Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-20T11:35:03.146Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-20T11:35:03.146Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-20T11:35:03.146Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:35:03.146Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-20T11:35:03.146Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-20T11:35:03.146Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-20T11:35:03.146Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:35:03.146Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-20T11:35:03.146Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:35:03.146Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-20T11:35:12.901Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-20T11:35:12.901Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-20T11:35:12.901Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-20T11:35:12.901Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-20T11:35:20.814Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-20T11:35:20.814Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-20T11:35:20.814Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-20T11:35:20.814Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:35:20.814Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-20T11:35:20.814Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-20T11:35:20.814Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-20T11:35:20.814Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-20T11:35:23.716Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-20T11:35:23.716Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-20T11:35:27.861Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-20T11:35:28.397Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-20T11:35:28.397Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-20T11:35:28.852Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-20T11:35:28.852Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-20T11:35:29.309Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-20T11:35:31.650Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-20T11:35:40.327Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-20T11:35:41.653Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-20T11:35:41.653Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:35:41.653Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-20T11:35:41.653Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-20T11:35:41.653Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-20T11:35:41.653Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-20T11:35:41.653Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-20T11:35:46.195Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-20T11:35:46.195Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-20T11:35:46.195Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-20T11:35:46.195Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-20T11:35:46.195Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-20T11:35:51.986Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-20T11:35:51.986Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-20T11:35:52.066Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-20T11:35:52.066Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:35:52.066Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-20T11:35:52.066Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-20T11:35:52.066Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-20T11:35:52.066Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-20T11:35:52.066Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-20T11:35:52.066Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-20T11:35:52.066Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-20T11:35:52.442Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-20T11:36:00.737Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-20T11:36:00.737Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-20T11:36:00.737Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-20T11:36:02.306Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-20T11:36:02.306Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-20T11:36:02.306Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-20T11:36:03.872Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-20T11:36:04.859Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-20T11:36:04.859Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-20T11:36:04.859Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-20T11:36:07.217Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-20T11:36:07.217Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.217Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-20T11:36:07.217Z] --- PASS: TestDockerSuite (2996.00s) [2022-04-20T11:36:07.217Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-04-20T11:36:07.217Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-20T11:36:07.217Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-04-20T11:36:07.217Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-04-20T11:36:07.217Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.93s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.34s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.85s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (96.33s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.19s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.03s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.37s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.48s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.50s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (103.57s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.33s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.68s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.21s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.70s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.05s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.60s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.91s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.55s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.31s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.52s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.01s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.28s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.61s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.63s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.74s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.70s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.59s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.95s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.80s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.94s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.44s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.67s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.71s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.43s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.30s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.99s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.75s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.62s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.73s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.87s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.16s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCmd (0.70s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.67s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.71s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.51s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.62s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.58s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.73s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.15s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.13s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.62s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.08s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.96s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (44.50s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.89s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.79s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.19s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.71s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.26s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.92s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.24s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.21s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.05s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.16s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.23s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.18s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.83s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.39s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.66s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.08s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.01s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.33s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.16s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.57s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.73s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.87s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (98.51s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.58s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.76s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.46s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.63s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.71s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (8.18s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.62s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.12s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.75s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.20s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.45s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.06s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.83s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFails (3.46s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.06s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.19s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.69s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.51s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.54s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.89s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.97s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.75s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.80s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildHistory (13.88s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.23s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.67s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.98s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.79s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLabel (1.22s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.79s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.21s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLabels (1.23s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.75s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.76s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.72s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.28s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.65s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (44.45s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.99s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.77s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.70s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.93s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.22s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.26s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.79s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.68s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.61s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.24s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.14s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.64s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.04s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.12s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.40s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.05s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.27s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.47s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.40s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.56s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.07s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.45s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.94s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildRm (17.77s) [2022-04-20T11:36:07.218Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.49s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-04-20T11:36:07.218Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.87s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.13s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.18s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.10s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.35s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.18s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.78s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.45s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.65s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildStderr (6.32s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.29s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.72s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.71s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.99s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.83s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.87s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.73s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.24s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (28.17s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.20s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.67s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.31s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.04s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (16.15s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.40s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.59s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.59s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.43s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.58s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.45s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.43s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCommitChange (6.86s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.26s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.82s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCommitTTY (9.68s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.17s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.16s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.44s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.96s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.04s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.65s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.49s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.56s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (8.75s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.16s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.30s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.20s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.52s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.45s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.48s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.69s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.33s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.51s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.33s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.87s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.14s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.42s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.60s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.04s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.21s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.29s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.49s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.06s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.52s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.37s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.37s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.35s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.35s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009d2438_} (3.35s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1441961693_c:\foo_false____} (3.29s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1441961693_c:\foo_true____} (3.39s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.52s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.12s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.60s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.58s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.46s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.41s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.71s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.39s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.86s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpToDot (3.54s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCpToStdout (3.65s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.27s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateArgs (0.26s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.37s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.42s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.28s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.13s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.85s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateRM (0.48s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.27s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.51s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.41s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.32s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.66s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.64s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.27s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.53s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.04s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:36:07.219Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.59s) [2022-04-20T11:36:07.219Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.53s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.52s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.59s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsCopy (6.41s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.37s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.29s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.53s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.48s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.19s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFilters (6.87s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFormat (6.61s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-04-20T11:36:07.220Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-20T11:36:07.220Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-20T11:36:07.220Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2022-04-20T11:36:07.220Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsRename (3.53s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsResize (33.75s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.25s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.10s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.82s) [2022-04-20T11:36:07.220Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-04-20T11:36:07.220Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.76s) [2022-04-20T11:36:07.220Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.25s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.40s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.50s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.00s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.05s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.03s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.03s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.05s) [2022-04-20T11:36:07.677Z] --- PASS: TestDockerSuite/TestExecInspectID (6.05s) [2022-04-20T11:36:07.677Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.30s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.15s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.64s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.56s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.39s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.40s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.46s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.96s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.75s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.28s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.27s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.69s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.77s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.07s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImportBadURL (0.12s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.36s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.38s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.29s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.39s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectDefault (3.49s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectHistory (5.98s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.37s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.85s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.25s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (4.01s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.14s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectStatus (4.12s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.52s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.07s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.21s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.99s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.37s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.24s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.45s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.47s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.41s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.63s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.43s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.12s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.62s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.65s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.64s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.96s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.82s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.45s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.30s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsSince (9.94s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsTail (3.70s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsTimestamps (4.07s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.43s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.74s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.76s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsByOrder (14.12s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.26s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.87s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.39s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.46s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.28s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.70s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.70s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.47s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.39s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.38s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.60s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.50s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.12s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.32s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.28s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.01s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.68s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.26s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.74s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.10s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.83s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.57s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.65s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.44s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.10s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiTag (0.70s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.38s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.84s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.80s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.31s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.42s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.08s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.60s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.22s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.29s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.32s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.46s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.90s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.31s) [2022-04-20T11:36:07.678Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-20T11:36:07.678Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.43s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.09s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.47s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.45s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.36s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.38s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.17s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.29s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.36s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.31s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.22s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.23s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunExitCode (3.32s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.37s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.30s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.24s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.00s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.50s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.83s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.30s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.04s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.14s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.49s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.28s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.39s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.13s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.04s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.22s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.00s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunRm (3.56s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.40s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.51s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.39s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.09s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.31s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.41s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.68s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.43s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.38s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.22s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.12s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.87s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.43s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.55s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.38s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.43s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.41s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.72s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.35s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.68s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (3.00s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.47s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.69s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.71s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.36s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.95s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.38s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.81s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.21s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.64s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.01s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.16s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.17s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.75s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.38s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.08s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.70s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.32s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.25s) [2022-04-20T11:36:07.679Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:36:07.679Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.76s) [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-20T11:36:07.679Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-20T11:36:07.679Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-20T11:36:07.679Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-20T11:36:07.679Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T11:36:07.679Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T11:36:07.679Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.679Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-20T11:36:07.679Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-20T11:36:07.680Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.17s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-20T11:36:07.680Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-20T11:36:07.680Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-20T11:36:07.680Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-20T11:36:07.680Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-20T11:36:07.680Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-20T11:36:07.680Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-20T11:36:07.680Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerDaemonSuite [2022-04-20T11:36:07.680Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-20T11:36:07.680Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-20T11:36:07.680Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-20T11:36:07.680Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerSwarmSuite [2022-04-20T11:36:07.680Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-20T11:36:07.680Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerExternalVolumeSuite [2022-04-20T11:36:07.680Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.680Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-20T11:36:07.680Z] === RUN TestDockerNetworkSuite [2022-04-20T11:36:07.681Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-20T11:36:07.681Z] === RUN TestDockerHubPullSuite [2022-04-20T11:36:07.681Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-20T11:36:07.681Z] PASS [2022-04-20T11:36:07.681Z] ok github.com/docker/docker/integration-cli 2996.453s [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === Skipped [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-04-20T11:36:07.681Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-20T11:36:07.681Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-20T11:36:07.681Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-20T11:36:07.681Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-20T11:36:07.681Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-20T11:36:07.681Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.03s) [2022-04-20T11:36:07.681Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-04-20T11:36:07.681Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-20T11:36:07.681Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-04-20T11:36:07.681Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.99s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.99s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-04-20T11:36:07.681Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.681Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-04-20T11:36:07.681Z] [2022-04-20T11:36:07.681Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-04-20T11:36:07.681Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-04-20T11:36:07.682Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.53s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.48s) [2022-04-20T11:36:07.682Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-04-20T11:36:07.682Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-04-20T11:36:07.682Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:36:07.682Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.04s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.04s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-20T11:36:07.682Z] [2022-04-20T11:36:07.682Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-20T11:36:07.682Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.682Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-20T11:36:07.683Z] [2022-04-20T11:36:07.683Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-20T11:36:07.683Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.683Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-20T11:36:07.683Z] [2022-04-20T11:36:07.683Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.04s) [2022-04-20T11:36:07.683Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-20T11:36:07.683Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.04s) [2022-04-20T11:36:08.140Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:36:08.141Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.03s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-04-20T11:36:08.141Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-20T11:36:08.141Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.04s) [2022-04-20T11:36:08.141Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.04s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:36:08.141Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-04-20T11:36:08.141Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:36:08.141Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:36:08.141Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-04-20T11:36:08.141Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.141Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-04-20T11:36:08.141Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-20T11:36:08.142Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.03s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-20T11:36:08.142Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:36:08.142Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:36:08.142Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-04-20T11:36:08.142Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:36:08.142Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-20T11:36:08.142Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:36:08.142Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:36:08.142Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-20T11:36:08.142Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.142Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-04-20T11:36:08.142Z] [2022-04-20T11:36:08.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-20T11:36:08.142Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-20T11:36:08.143Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-20T11:36:08.143Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-04-20T11:36:08.143Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:36:08.143Z] [2022-04-20T11:36:08.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-20T11:36:08.143Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.143Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.03s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.04s) [2022-04-20T11:36:08.144Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.144Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.04s) [2022-04-20T11:36:08.144Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.03s) [2022-04-20T11:36:08.145Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.145Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:36:08.145Z] [2022-04-20T11:36:08.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-20T11:36:08.145Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-20T11:36:08.146Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:36:08.146Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-20T11:36:08.146Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:36:08.146Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-04-20T11:36:08.146Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:36:08.146Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.17s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.17s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:36:08.146Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.146Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:36:08.146Z] [2022-04-20T11:36:08.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.602Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:36:08.602Z] [2022-04-20T11:36:08.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:36:08.602Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-20T11:36:08.603Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] DONE 1088 tests, 544 skipped in 3011.064s [2022-04-20T11:36:08.603Z] INFO: Integration tests ended at 04/20/2022 11:36:08. Duration:00:50:11.2208004 [2022-04-20T11:36:08.603Z] INFO: Docker info of the daemon under test at end of run [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] Containers: 10 [2022-04-20T11:36:08.603Z] Running: 0 [2022-04-20T11:36:08.603Z] Paused: 0 [2022-04-20T11:36:08.603Z] Stopped: 10 [2022-04-20T11:36:08.603Z] Images: 18 [2022-04-20T11:36:08.603Z] Server Version: 0.0.0-dev [2022-04-20T11:36:08.603Z] Storage Driver: windowsfilter [2022-04-20T11:36:08.603Z] Windows: [2022-04-20T11:36:08.603Z] Logging Driver: json-file [2022-04-20T11:36:08.603Z] Plugins: [2022-04-20T11:36:08.603Z] Volume: local [2022-04-20T11:36:08.603Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T11:36:08.603Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T11:36:08.603Z] Swarm: inactive [2022-04-20T11:36:08.603Z] Default Isolation: process [2022-04-20T11:36:08.603Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-20T11:36:08.603Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-20T11:36:08.603Z] OSType: windows [2022-04-20T11:36:08.603Z] Architecture: x86_64 [2022-04-20T11:36:08.603Z] CPUs: 4 [2022-04-20T11:36:08.603Z] Total Memory: 32GiB [2022-04-20T11:36:08.603Z] Name: azwin-2-b9c300 [2022-04-20T11:36:08.603Z] ID: YUFI:OIQ2:HS7D:5CAL:ZJUB:F3MP:I4I6:PEXA:4LVN:WSWU:TPOK:H2GI [2022-04-20T11:36:08.603Z] Docker Root Dir: D:\CI\PR-43501\3\daemon [2022-04-20T11:36:08.603Z] Debug Mode (client): false [2022-04-20T11:36:08.603Z] Debug Mode (server): true [2022-04-20T11:36:08.603Z] File Descriptors: -1 [2022-04-20T11:36:08.603Z] Goroutines: 44 [2022-04-20T11:36:08.603Z] System Time: 2022-04-20T11:36:08.252611Z [2022-04-20T11:36:08.603Z] EventsListeners: 0 [2022-04-20T11:36:08.603Z] Registry: https://index.docker.io/v1/ [2022-04-20T11:36:08.603Z] Labels: [2022-04-20T11:36:08.603Z] Experimental: false [2022-04-20T11:36:08.603Z] Insecure Registries: [2022-04-20T11:36:08.603Z] 127.0.0.0/8 [2022-04-20T11:36:08.603Z] Live Restore Enabled: false [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] [2022-04-20T11:36:08.603Z] INFO: Stopping daemon under test [2022-04-20T11:36:08.603Z] SUCCESS: The process with PID 5832 (child process of PID 1500) has been terminated. [2022-04-20T11:36:08.603Z] SUCCESS: The process with PID 1500 (child process of PID 4216) has been terminated. [2022-04-20T11:36:08.603Z] INFO: Stop tailing logs of the daemon under tests [2022-04-20T11:36:08.603Z] INFO: executeCI.ps1 Completed successfully at 04/20/2022 11:36:08. [2022-04-20T11:36:08.603Z] INFO: Tidying up at end of run [2022-04-20T11:36:08.603Z] INFO: Saving daemon under test log (d:\CI\PR-43501\3\dut.out) to bundles\CIDUT.out [2022-04-20T11:36:08.603Z] INFO: Saving daemon under test log (d:\CI\PR-43501\3\dut.err) to bundles\CIDUT.err [2022-04-20T11:36:08.603Z] INFO: Saving containerd logs to bundles [2022-04-20T11:36:08.603Z] INFO: Nuke-Everything... [2022-04-20T11:36:09.060Z] INFO: Container count on control daemon to delete is 2 [2022-04-20T11:36:09.060Z] 1a4a6fa63356 [2022-04-20T11:36:09.060Z] 433cff699f89 [2022-04-20T11:36:09.060Z] INFO: Tidying pidfile d:\CI\PR-43501\3\docker.pid [2022-04-20T11:36:09.060Z] INFO: Killing containerd with PID 5664 [2022-04-20T11:36:09.516Z] INFO: Nuking d:\CI [2022-04-20T11:36:09.621Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-20T11:36:15.504Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-20T11:36:17.732Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-20T11:36:39.430Z] INFO: Zapped successfully [2022-04-20T11:36:39.430Z] [2022-04-20T11:36:39.430Z] INFO: executeCI.ps1 exiting at Wed Apr 20 11:36:36 CUT 2022. Duration 01:20:21.8196451 [2022-04-20T11:36:39.430Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-20T11:36:39.670Z] Recording test results [2022-04-20T11:36:47.873Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-20T11:36:47.873Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:36:47.873Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-20T11:36:49.025Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-20T11:36:50.828Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-20T11:36:51.134Z] Creating win-2022-c8d-integration-bundles.zip [2022-04-20T11:36:51.300Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-20T11:36:51.300Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-20T11:36:52.286Z] === RUN TestDockerSuite/TestRestartRunningContainer [Pipeline] archiveArtifacts [2022-04-20T11:36:53.512Z] Archiving artifacts [2022-04-20T11:36:58.162Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-20T11:37:02.025Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-20T11:37:02.025Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:37:02.025Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-20T11:37:06.786Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-20T11:37:06.786Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-20T11:37:07.255Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-20T11:37:09.138Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T11:37:10.121Z] + make clean [2022-04-20T11:37:11.648Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T11:37:11.648Z] docker-dev-cache [2022-04-20T11:37:11.648Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-20T11:37:25.098Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-20T11:37:27.321Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-20T11:37:28.310Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-20T11:37:36.981Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-20T11:37:41.861Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-20T11:37:56.810Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-20T11:38:00.612Z] === RUN TestDockerSuite/TestRmiTag [2022-04-20T11:38:01.601Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-20T11:38:04.558Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-20T11:38:25.803Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-20T11:38:26.790Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-20T11:38:32.662Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-20T11:38:34.230Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-20T11:38:34.230Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-20T11:38:34.230Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-20T11:38:34.230Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-20T11:38:34.230Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-20T11:38:34.230Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-20T11:38:34.230Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-20T11:38:34.230Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-20T11:38:36.456Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-20T11:38:36.456Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-20T11:38:36.456Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-20T11:38:36.456Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-20T11:38:36.456Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-20T11:38:42.333Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-20T11:38:45.287Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-20T11:38:48.250Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-20T11:38:50.467Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-20T11:38:53.430Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-20T11:38:53.430Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-20T11:38:59.305Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-20T11:38:59.305Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-20T11:39:01.523Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-20T11:39:01.523Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-20T11:39:01.523Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-20T11:39:05.320Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-20T11:39:05.320Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-20T11:39:05.320Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-20T11:39:05.320Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-20T11:39:05.320Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-20T11:39:07.545Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-20T11:39:07.545Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-20T11:39:07.545Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-20T11:39:07.545Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-20T11:39:07.545Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-20T11:39:07.545Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-20T11:39:07.545Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-20T11:39:07.545Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-20T11:39:10.504Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-20T11:39:13.459Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-20T11:39:15.675Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-20T11:39:15.675Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-20T11:39:15.675Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-20T11:39:15.675Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-20T11:39:15.675Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-20T11:39:15.675Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-20T11:39:15.675Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-20T11:39:18.626Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-20T11:39:18.627Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-20T11:39:18.627Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-20T11:39:18.627Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-20T11:39:18.627Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-20T11:39:18.627Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-20T11:39:18.627Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-20T11:39:18.627Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-20T11:39:18.627Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-20T11:39:20.851Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-20T11:39:28.019Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-20T11:39:28.019Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-20T11:39:28.019Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-20T11:39:28.019Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-20T11:39:28.019Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-20T11:39:28.019Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-20T11:39:28.019Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-20T11:39:28.019Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-20T11:39:28.019Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-20T11:39:28.019Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-20T11:39:28.019Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-20T11:39:28.019Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-20T11:39:28.019Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-20T11:39:29.590Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-20T11:39:29.590Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-20T11:39:29.590Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-20T11:39:30.060Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-20T11:39:30.060Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-20T11:39:30.060Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-20T11:39:32.280Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-20T11:39:35.234Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-20T11:39:35.234Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-20T11:39:35.234Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-20T11:39:37.459Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-20T11:39:37.459Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-20T11:39:37.459Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-20T11:39:37.459Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:39:37.930Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-20T11:39:37.930Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-20T11:39:37.930Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-20T11:39:40.900Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-20T11:39:43.125Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-20T11:39:46.085Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-20T11:39:49.047Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-20T11:39:49.047Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-20T11:39:49.047Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-20T11:39:49.047Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-20T11:39:49.047Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:39:49.047Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-20T11:39:49.047Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-20T11:39:49.047Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-20T11:39:49.047Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-20T11:39:49.047Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T11:39:49.047Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-20T11:39:49.047Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-20T11:39:49.048Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-20T11:39:49.048Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-20T11:39:49.048Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-20T11:39:49.048Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-20T11:39:53.834Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-20T11:39:53.834Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-20T11:39:53.834Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-20T11:39:53.834Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-20T11:39:53.834Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-20T11:39:53.834Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-20T11:39:53.834Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-20T11:39:53.834Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-20T11:39:53.834Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:39:53.834Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-20T11:39:53.834Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:39:53.834Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-20T11:40:06.354Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-20T11:40:06.354Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.354Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunMount [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-20T11:40:06.823Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-20T11:40:06.823Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-20T11:40:15.512Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-20T11:40:15.512Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-20T11:40:15.512Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-20T11:40:15.512Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-20T11:40:15.512Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-20T11:40:15.512Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-20T11:40:15.512Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-20T11:40:25.954Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-20T11:40:30.716Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-20T11:40:30.716Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-20T11:40:31.186Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-20T11:40:32.174Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-20T11:40:35.129Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-20T11:40:37.351Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-20T11:40:38.921Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-20T11:40:41.143Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-20T11:40:41.143Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.143Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-20T11:40:41.143Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.143Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-20T11:40:41.143Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.143Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-20T11:40:41.143Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.143Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-20T11:40:41.143Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.143Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-20T11:40:41.143Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.612Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-20T11:40:41.612Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.612Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-20T11:40:41.612Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-20T11:40:41.612Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-20T11:40:44.569Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-20T11:40:44.569Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-20T11:40:44.569Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-20T11:40:44.569Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-20T11:40:44.569Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-20T11:40:44.569Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-20T11:40:44.569Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-20T11:40:44.569Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-20T11:40:44.569Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-20T11:40:44.569Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-20T11:40:44.569Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-20T11:40:55.010Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-20T11:40:55.010Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-20T11:40:55.010Z] === RUN TestDockerSuite/TestRunRm [2022-04-20T11:40:56.578Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-20T11:41:02.453Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-20T11:41:09.625Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-20T11:41:18.299Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-20T11:41:19.868Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-20T11:41:22.827Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-20T11:41:22.827Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-20T11:41:23.296Z] === RUN TestDockerSuite/TestRunState [2022-04-20T11:41:23.296Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-20T11:41:23.296Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-20T11:41:25.515Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-20T11:41:25.515Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-20T11:41:25.985Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-20T11:41:28.207Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-20T11:41:28.208Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-20T11:41:28.208Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-20T11:41:28.208Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-20T11:41:28.208Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-20T11:41:28.675Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-20T11:41:28.675Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-20T11:41:28.675Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-20T11:41:28.675Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-20T11:41:34.547Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-20T11:41:34.547Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-20T11:41:37.503Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-20T11:41:37.503Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-20T11:41:37.503Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-20T11:41:39.719Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-20T11:41:39.719Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-20T11:41:39.719Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-20T11:41:39.719Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-20T11:41:39.719Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-20T11:41:48.407Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-20T11:42:00.920Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-20T11:42:06.793Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-20T11:42:13.961Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-20T11:42:13.961Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-20T11:42:13.961Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-20T11:42:13.961Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-20T11:42:16.918Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-20T11:42:20.173Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-20T11:42:23.128Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-20T11:42:23.128Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-20T11:42:23.128Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-20T11:42:23.128Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-20T11:42:23.128Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-20T11:42:23.128Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-20T11:42:23.128Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-20T11:42:27.893Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-20T11:42:30.112Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-20T11:42:33.076Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-20T11:42:37.833Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-20T11:42:37.833Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-20T11:42:37.833Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-20T11:42:37.833Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-20T11:42:37.833Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-20T11:42:37.833Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.305Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-20T11:42:38.305Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-20T11:42:38.306Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-20T11:42:38.306Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-20T11:42:38.306Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-20T11:42:41.269Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-20T11:42:41.269Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-20T11:42:41.738Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-20T11:42:42.207Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-20T11:42:44.434Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-20T11:42:44.434Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-20T11:42:46.653Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-20T11:42:49.606Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-20T11:42:51.821Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-20T11:42:51.821Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:42:51.821Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-20T11:43:02.262Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-20T11:43:02.262Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:43:02.262Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-20T11:43:10.935Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-20T11:43:10.935Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-20T11:43:10.935Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-20T11:43:10.935Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:43:10.935Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-20T11:43:10.935Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-20T11:43:10.935Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-20T11:43:10.935Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-20T11:43:10.935Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-20T11:43:28.770Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-20T11:43:28.770Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-20T11:43:28.770Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-20T11:43:28.770Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-20T11:43:28.770Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-20T11:43:28.770Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-20T11:43:28.770Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-20T11:43:28.770Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:43:28.770Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-20T11:43:28.770Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-20T11:43:28.770Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-20T11:43:28.770Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:43:28.770Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-20T11:43:29.239Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-20T11:43:32.201Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-20T11:43:32.201Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-20T11:43:32.201Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-20T11:43:35.159Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-20T11:43:35.159Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-20T11:43:35.159Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-20T11:43:35.159Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-20T11:43:35.159Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-20T11:43:35.159Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:43:35.159Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-20T11:43:35.159Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-20T11:43:35.159Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-20T11:43:35.159Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:43:35.159Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-20T11:43:35.159Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:43:35.159Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-20T11:43:53.007Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-20T11:43:53.007Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-20T11:43:53.007Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-20T11:43:53.007Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:43:53.007Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-20T11:43:53.007Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-20T11:43:53.007Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-20T11:43:53.007Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-20T11:44:00.171Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-20T11:44:00.171Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-20T11:44:03.977Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-20T11:44:03.977Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-20T11:44:04.447Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-20T11:44:04.447Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-20T11:44:04.916Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-20T11:44:19.861Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-20T11:44:19.861Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:44:19.861Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-20T11:44:19.861Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-20T11:44:19.861Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-20T11:44:19.861Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-20T11:44:19.861Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-20T11:44:27.036Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-20T11:44:27.036Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-20T11:44:27.505Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-20T11:44:42.456Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-20T11:44:42.456Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-20T11:44:42.456Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite (3216.28s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.04s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.06s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.34s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.84s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (124.21s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.20s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.04s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.17s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.69s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.84s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.96s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.12s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (145.83s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.26s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.29s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.14s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.24s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.97s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.22s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.75s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.50s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.98s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.38s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.63s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.16s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.95s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.70s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddTar (63.67s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.19s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.70s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.25s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.32s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.76s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.97s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.36s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.06s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.77s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (41.91s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.81s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.83s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.52s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.81s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.01s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.37s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCmd (0.77s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.75s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.75s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.41s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.92s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.61s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.67s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.48s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.22s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.74s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.13s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.90s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.46s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (39.87s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.85s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.78s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.36s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.67s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (41.65s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.96s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (30.43s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.18s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.11s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.28s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.38s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.47s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignore (92.06s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.88s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (94.78s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.20s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (32.30s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.12s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.35s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (42.46s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (17.39s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.36s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (142.58s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.73s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.44s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.63s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.82s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.17s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.54s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.28s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.26s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.34s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.26s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.98s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.86s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFails (2.98s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.97s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (16.46s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.93s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.48s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.79s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.89s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.94s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.80s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (15.59s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.06s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildHistory (15.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.32s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.47s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.04s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.36s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLabel (1.29s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.85s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.28s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.76s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLabels (1.35s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.99s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.91s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.14s) [2022-04-20T11:44:44.023Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.08s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.18s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.16s) [2022-04-20T11:44:44.023Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.76s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.89s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (11.30s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (24.10s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.67s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.39s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.94s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.45s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.86s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.07s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (25.14s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (14.14s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.91s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.39s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.39s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.93s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.19s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.33s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.78s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.47s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.13s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.65s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.68s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.45s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.20s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.98s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.55s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.67s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (48.83s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (31.83s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildRm (15.12s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.16s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.70s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.19s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.51s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.24s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (28.32s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.14s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.84s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.62s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.85s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildStderr (5.51s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.78s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.61s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.58s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.63s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.24s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.96s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.76s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.47s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.15s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.17s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.33s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.51s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.16s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.36s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.52s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.55s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.80s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.64s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.44s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.66s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.53s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.23s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCommitChange (10.78s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.36s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.70s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCommitTTY (13.04s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.31s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.91s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (18.64s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.71s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.57s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.05s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.05s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.77s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.53s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.82s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.90s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (7.58s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.49s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.93s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.51s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.36s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.64s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.32s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.65s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.76s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.92s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.42s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.44s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.68s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.93s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.99s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.90s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000914630_} (2.88s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1269093461_c:\foo_false____} (2.98s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1269093461_c:\foo_true____} (2.92s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.38s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.04s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.95s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.04s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.92s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.96s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpToCaseA (10.64s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.83s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.04s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.68s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.74s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpToDot (2.84s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCpToStdout (2.80s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.41s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.68s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.34s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.88s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.05s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateRM (0.46s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.44s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (14.09s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.66s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.88s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.91s) [2022-04-20T11:44:44.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:44:44.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestDockerFails (0.10s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.83s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.82s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.84s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.06s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsCopy (5.86s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (10.78s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.49s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.68s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.61s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.34s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFilters (5.70s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFormat (5.28s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.24s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsRename (7.75s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsResize (8.38s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.86s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.12s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.32s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsUntag (2.84s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.64s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.41s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.42s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.70s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.77s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.71s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.51s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.30s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.76s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecInspectID (5.30s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.08s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.74s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.18s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.47s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.51s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.46s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.44s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.31s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.10s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.04s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.46s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.87s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.38s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.27s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.34s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.85s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.23s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.04s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.26s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.10s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.62s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.56s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.57s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.25s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.67s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectDefault (2.83s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectHistory (5.30s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.63s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.65s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.86s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.75s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.70s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectStatus (3.30s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.34s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.88s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.70s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.82s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.58s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.66s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (7.40s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.35s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.34s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.19s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.94s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.74s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.11s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.50s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.34s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.64s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.97s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.04s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (7.57s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.71s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsSince (9.62s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsTail (3.45s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.15s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.78s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.11s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.04s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPortList (0.04s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.43s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (15.13s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsByOrder (10.08s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.51s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (21.25s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-04-20T11:44:44.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.37s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.94s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.28s) [2022-04-20T11:44:44.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.52s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.71s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.72s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.86s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.96s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.93s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.53s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.85s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.90s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.92s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.74s) [2022-04-20T11:44:44.026Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.81s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiBlank (0.10s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.60s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.38s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.87s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.65s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.02s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (13.71s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.08s) [2022-04-20T11:44:44.026Z] --- PASS: TestDockerSuite/TestRmiTag (0.83s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.75s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.53s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.04s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.69s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.54s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.31s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.43s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.46s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.56s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.60s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.53s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.16s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.56s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.65s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.33s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.04s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.73s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.69s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.54s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.57s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.45s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.27s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.61s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.55s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.55s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.58s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunExitCode (2.69s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.61s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.62s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.00s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.55s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.92s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.04s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.09s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (10.48s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.84s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.57s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.48s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.28s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.04s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.18s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.76s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunRm (2.88s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.83s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.54s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (7.52s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.72s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.62s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.50s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.24s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.11s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-04-20T11:44:44.496Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.45s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.04s) [2022-04-20T11:44:44.496Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.61s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.69s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.42s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (12.93s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.21s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.47s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.06s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.00s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.71s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.09s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.10s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.76s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.13s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.68s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.33s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.55s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.34s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.81s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.92s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.72s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.57s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.60s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.18s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.78s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.04s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (15.35s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.68s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.12s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.72s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.41s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.19s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.26s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.43s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.86s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.42s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.47s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.11s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.23s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.48s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.74s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.55s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.35s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (14.69s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.70s) [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-20T11:44:44.497Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] --- PASS: TestDockerRegistrySuite (0.19s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-20T11:44:44.497Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.497Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:44:44.497Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-20T11:44:44.497Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-20T11:44:44.497Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-20T11:44:44.498Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-20T11:44:44.498Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-20T11:44:44.498Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-20T11:44:44.498Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-20T11:44:44.498Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-20T11:44:44.498Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-20T11:44:44.498Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-20T11:44:44.498Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-20T11:44:44.498Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-20T11:44:44.498Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-20T11:44:44.498Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-20T11:44:44.498Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:44:44.498Z] === RUN TestDockerDaemonSuite [2022-04-20T11:44:44.498Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-20T11:44:44.498Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-20T11:44:44.498Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-20T11:44:44.498Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:44:44.498Z] === RUN TestDockerSwarmSuite [2022-04-20T11:44:44.498Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-20T11:44:44.498Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:44:44.498Z] === RUN TestDockerExternalVolumeSuite [2022-04-20T11:44:44.498Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-20T11:44:44.498Z] === RUN TestDockerNetworkSuite [2022-04-20T11:44:44.498Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-20T11:44:44.498Z] === RUN TestDockerHubPullSuite [2022-04-20T11:44:44.498Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-20T11:44:44.498Z] PASS [2022-04-20T11:44:44.498Z] ok github.com/docker/docker/integration-cli 3216.859s [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === Skipped [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.04s) [2022-04-20T11:44:44.498Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.04s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-20T11:44:44.498Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2022-04-20T11:44:44.498Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-04-20T11:44:44.498Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-04-20T11:44:44.498Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-20T11:44:44.498Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:44:44.498Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-04-20T11:44:44.498Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.32s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.32s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-04-20T11:44:44.498Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-04-20T11:44:44.498Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-04-20T11:44:44.499Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.04s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.04s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.06s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.06s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.14s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.14s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.08s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.08s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-04-20T11:44:44.499Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.47s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-04-20T11:44:44.499Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-04-20T11:44:44.499Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-04-20T11:44:44.499Z] docker_cli_sni_test.go:18: Flakey test [2022-04-20T11:44:44.499Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-04-20T11:44:44.499Z] [2022-04-20T11:44:44.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-04-20T11:44:44.499Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:44:44.500Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:44:44.500Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:44:44.500Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:44:44.500Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-04-20T11:44:44.500Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:44:44.500Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.04s) [2022-04-20T11:44:44.500Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.04s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-20T11:44:44.500Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.500Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-20T11:44:44.500Z] [2022-04-20T11:44:44.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:44:44.971Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:44:44.971Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-04-20T11:44:44.971Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-04-20T11:44:44.971Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.03s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s) [2022-04-20T11:44:44.971Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:44:44.971Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.03s) [2022-04-20T11:44:44.971Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:44:44.971Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.971Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-20T11:44:44.971Z] [2022-04-20T11:44:44.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.04s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.04s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.04s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.04s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.05s) [2022-04-20T11:44:44.972Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.05s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-04-20T11:44:44.972Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-04-20T11:44:44.972Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:44:44.972Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:44:44.972Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-20T11:44:44.972Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-04-20T11:44:44.972Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-04-20T11:44:44.972Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:44:44.972Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.972Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.03s) [2022-04-20T11:44:44.972Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.972Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-04-20T11:44:44.972Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:44:44.973Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.04s) [2022-04-20T11:44:44.973Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.04s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.04s) [2022-04-20T11:44:44.973Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.04s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-04-20T11:44:44.973Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:44:44.973Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-04-20T11:44:44.973Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:44:44.973Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-04-20T11:44:44.973Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:44:44.973Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.04s) [2022-04-20T11:44:44.973Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.04s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2022-04-20T11:44:44.973Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.04s) [2022-04-20T11:44:44.973Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPortList (0.04s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2022-04-20T11:44:44.973Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-04-20T11:44:44.973Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-04-20T11:44:44.973Z] [2022-04-20T11:44:44.973Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-04-20T11:44:44.973Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:44:44.974Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:44:44.974Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-04-20T11:44:44.974Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:44:44.974Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-04-20T11:44:44.974Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-04-20T11:44:44.974Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-04-20T11:44:44.974Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.04s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.04s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.974Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-04-20T11:44:44.974Z] [2022-04-20T11:44:44.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:44:44.974Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.04s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.04s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.03s) [2022-04-20T11:44:44.975Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.975Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-04-20T11:44:44.975Z] [2022-04-20T11:44:44.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.04s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.04s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.04s) [2022-04-20T11:44:44.976Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.04s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-04-20T11:44:44.976Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:44:44.976Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:44:44.976Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:44:44.976Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:44:44.976Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:44:44.976Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:44:44.976Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:44:44.976Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.976Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:44:44.976Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.977Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-20T11:44:44.977Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.977Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-20T11:44:44.977Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.977Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-20T11:44:44.977Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.977Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-20T11:44:44.977Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.977Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-20T11:44:44.977Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.977Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-20T11:44:44.977Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:44.977Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-20T11:44:44.977Z] [2022-04-20T11:44:44.977Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:44:44.977Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:44:45.449Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.449Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-20T11:44:45.449Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-20T11:44:45.450Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] DONE 1088 tests, 539 skipped in 3229.660s [2022-04-20T11:44:45.450Z] INFO: Integration tests ended at 04/20/2022 11:44:45. Duration:00:53:49.8421206 [2022-04-20T11:44:45.450Z] INFO: Docker info of the daemon under test at end of run [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] Containers: 10 [2022-04-20T11:44:45.450Z] Running: 0 [2022-04-20T11:44:45.450Z] Paused: 0 [2022-04-20T11:44:45.450Z] Stopped: 10 [2022-04-20T11:44:45.450Z] Images: 18 [2022-04-20T11:44:45.450Z] Server Version: 0.0.0-dev [2022-04-20T11:44:45.450Z] Storage Driver: windowsfilter [2022-04-20T11:44:45.450Z] Windows: [2022-04-20T11:44:45.450Z] Logging Driver: json-file [2022-04-20T11:44:45.450Z] Plugins: [2022-04-20T11:44:45.450Z] Volume: local [2022-04-20T11:44:45.450Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-20T11:44:45.450Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-20T11:44:45.450Z] Swarm: inactive [2022-04-20T11:44:45.450Z] Default Isolation: process [2022-04-20T11:44:45.450Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-20T11:44:45.450Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-04-20T11:44:45.450Z] OSType: windows [2022-04-20T11:44:45.450Z] Architecture: x86_64 [2022-04-20T11:44:45.450Z] CPUs: 4 [2022-04-20T11:44:45.450Z] Total Memory: 32GiB [2022-04-20T11:44:45.450Z] Name: azwin-2-9bd570 [2022-04-20T11:44:45.450Z] ID: WRRH:G43G:DMAH:CPAG:BSWP:ELLY:EWWJ:PO3J:ELYV:3L2K:MSM4:OY6U [2022-04-20T11:44:45.450Z] Docker Root Dir: D:\CI\PR-43501\3\daemon [2022-04-20T11:44:45.450Z] Debug Mode (client): false [2022-04-20T11:44:45.450Z] Debug Mode (server): true [2022-04-20T11:44:45.450Z] File Descriptors: -1 [2022-04-20T11:44:45.450Z] Goroutines: 17 [2022-04-20T11:44:45.450Z] System Time: 2022-04-20T11:44:45.1524665Z [2022-04-20T11:44:45.450Z] EventsListeners: 0 [2022-04-20T11:44:45.450Z] Registry: https://index.docker.io/v1/ [2022-04-20T11:44:45.450Z] Labels: [2022-04-20T11:44:45.450Z] Experimental: false [2022-04-20T11:44:45.450Z] Insecure Registries: [2022-04-20T11:44:45.450Z] 127.0.0.0/8 [2022-04-20T11:44:45.450Z] Live Restore Enabled: false [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] [2022-04-20T11:44:45.450Z] INFO: Stopping daemon under test [2022-04-20T11:44:45.450Z] SUCCESS: The process with PID 5956 (child process of PID 1628) has been terminated. [2022-04-20T11:44:45.450Z] SUCCESS: The process with PID 1628 (child process of PID 1240) has been terminated. [2022-04-20T11:44:45.450Z] INFO: Stop tailing logs of the daemon under tests [2022-04-20T11:44:45.450Z] INFO: executeCI.ps1 Completed successfully at 04/20/2022 11:44:45. [2022-04-20T11:44:45.450Z] INFO: Tidying up at end of run [2022-04-20T11:44:45.919Z] INFO: Saving daemon under test log (d:\CI\PR-43501\3\dut.out) to bundles\CIDUT.out [2022-04-20T11:44:45.919Z] INFO: Saving daemon under test log (d:\CI\PR-43501\3\dut.err) to bundles\CIDUT.err [2022-04-20T11:44:45.919Z] INFO: Saving containerd logs to bundles [2022-04-20T11:44:45.919Z] INFO: Nuke-Everything... [2022-04-20T11:44:46.388Z] INFO: Container count on control daemon to delete is 2 [2022-04-20T11:44:46.389Z] 4e60fb8b8bd3 [2022-04-20T11:44:46.389Z] 4fcc68fbb667 [2022-04-20T11:44:46.389Z] INFO: Tidying pidfile d:\CI\PR-43501\3\docker.pid [2022-04-20T11:44:46.389Z] INFO: Nuking d:\CI [2022-04-20T11:45:29.129Z] INFO: Zapped successfully [2022-04-20T11:45:29.129Z] [2022-04-20T11:45:29.129Z] INFO: executeCI.ps1 exiting at Wed Apr 20 11:45:23 CUT 2022. Duration 01:28:58.3309461 [2022-04-20T11:45:29.129Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-20T11:45:29.381Z] Recording test results [2022-04-20T11:45:39.300Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-20T11:45:41.482Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-04-20T11:45:43.924Z] Archiving artifacts [2022-04-20T11:46:00.329Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43501/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-20T11:46:01.431Z] + make clean [2022-04-20T11:46:03.654Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-20T11:46:03.654Z] docker-dev-cache [2022-04-20T11:46:03.654Z] 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